aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19fixed Doxygen distribution and installation (using custom automake hooks)Robin Haberkorn1-5/+13
2013-07-19fixed Doxyfile & build docs directly in doc/Robin Haberkorn2-7/+6
2013-07-19removed everything unrelated to the GtkVlcPlayer widgetRobin Haberkorn13-1170/+2
2013-07-19install new screenshot images and package them in windows Zip distributionsRobin Haberkorn1-1/+4
* also include session.dtd since we refer to it in the documentation
2013-07-19completely revised "Getting Started" chapter and "Config File" chapter, ↵Jens Lammert4-95/+256
adding some screenshots
2013-06-10install and distribute user doc imagesRobin Haberkorn1-1/+3
2013-06-10minor Doxyfile changes: disable Latex outputRobin Haberkorn1-2/+2
2013-06-09added screenshotsJens Lammert6-0/+0
2013-06-09user docs: first few sections of "Getting Started" chapterJens Lammert1-71/+110
2013-06-09user documentation: written chapter explaining the GUIJens Lammert1-0/+62
2013-06-09updated user documentation: "Installation" chapterJens Lammert1-18/+36
2012-07-11Documentation addedJens Lammert1-8/+147
2012-05-14added test suite for libexperiment-reader using GTesterRobin Haberkorn1-1/+2
* automatically generate test reports * does not abort when gtester tools are missing (as test suite programs can be built nevertheless)
2012-05-12use proper CClosure marshallers for vlc-player and experiment-navigator signalsRobin Haberkorn1-1/+1
the ...VOID__LONG standard marshaller used worked for INT64 but this wasn't guaranteed (size of LONG is platform-dependant) * now, required marshallers are generated if they don't already exist in gobject, if they do, only an alias is defined * every widget has its own marshaller namespace * exclude marshallers from Doxygen docs
2012-05-12ensure that doxygen is executed always on makeRobin Haberkorn1-0/+1
the doxygen directory does not depend on any actual sourcefile or library, so it should be updated on every make to ensure it's up to date
2012-05-12inclusion of developer documentation in Doxygen docs is configurableRobin Haberkorn1-3/+4
* added --enable-doxygen-extract-private site-config option
2012-05-04updated Doxyfile template: also document librariesRobin Haberkorn1-2/+2
2012-05-02added skeleton docbook and site-configuration supportRobin Haberkorn4-1/+747
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs)
2012-05-02Doxygen supportRobin Haberkorn2-0/+1561
* Doxyfile is generated by ./configure * files will be placed under doc/doxygen/. They aren't installed or distributed.