summaryrefslogtreecommitdiffstats
path: root/Doxyfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Doxyfile into buildtools/ subdirBryce Harrington2017-07-221-2387/+0
| | | | | | | | doxygen lets you pass the config file name on the command line, so it's not necessary that this live in the root directory. We do not host the doxygen output on the project website, and I'm not aware that many developers utilize this for their own reference. However, I've verified the config file still works, so no reason to get rid of it.
* root dir tidying: cleanup inkscape iconsEduard Braun2017-07-161-2/+2
| | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
* Fix DoxyfileJabier Arraiza Cenoz2015-05-091-106/+139
| | | (bzr r14140)
* Minor changes in default DoxyfileJabier Arraiza Cenoz2015-05-091-108/+156
| | | (bzr r14137)
* Improve doxygen performanceChristoffer Holmstedt2015-03-011-1/+1
| | | | | | When generating doxygen documentation there are a lot of cache misses. This improves the situation a little bit with the use of more memory for the cache. (bzr r13955.1.1)
* Don't compile doxygen-main.cppLiam P. White2015-02-251-0/+1
| | | (bzr r13944)
* Updated Doxyfile for doxygen 1.8.6Christoffer Holmstedt2015-02-011-952/+1388
| | | | | | | This update was made with "doxygen -u Doxyfile" running doxygen 1.8.6. This patch removes two warnings when generating the documentation as well as updating the description for all Doxygen configuration options. (bzr r13885)
* Restoring two setting related to previous Doxygen configuration of LaTeX outputVinícius dos Santos Oliveira2013-05-061-2/+2
| | | | | | | | | The settings are: * EXTRA_PACKAGES: The change fix a bug * PDF_HYPERLINKS: The change improve the reading if you aren't using an electronic device (bzr r12298.1.2)
* Updated Doxygen configuration file to match new versionsVinícius dos Santos Oliveira2013-04-281-680/+1087
| | | | | | | | | | | | | | | All custom latex config entries were replaced by the defaults, because Inkscape's Doxyfile don't generate latex output. SHOW_DIRECTORIES (previously set to NO) and HTML_ALIGN_MEMBERS (previously set to YES) were removed, because these options don't exist in newer versions of Doxygen. Values that didn't exist before were set to the Doxygen's default, expect for PROJECT_BRIEF and PROJECT_LOGO, were appropriate values were used. The remaing values were kept. (bzr r12298.1.1)
* add amsmath packages to Doxyfile to help generate tex formulas (fix doxy)Johan B. C. Engelen2011-10-031-1/+1
| | | (bzr r10662)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-1462/+1462
| | | (bzr r10417)
* show namespaces in doxygenJohan B. C. Engelen2008-11-271-1/+1
| | | (bzr r6913)
* Merge from fe-movedTed Gould2008-11-211-0/+1462
(bzr r6891)