aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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.