aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* Move doxygen config to doc folderRémi Verschelde2015-12-121-2432/+0
| | | | Also removed logo_small.png and used logo.png instead
* Fix absolute paths used in doxygen, ignore generated documentation in Gitfirefly24422015-09-091-3/+3
|
* Forgot this. It points Doxyfile to the logo without text.Antony2015-05-101-1/+1
|
* Added Doxyfile for Doxygen documentation. Had to modify codec.h because it ↵Antony2015-05-101-0/+2432
already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort.