summaryrefslogtreecommitdiffstats
path: root/Doxyfile (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-22Move Doxyfile into buildtools/ subdirBryce Harrington1-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.
2017-07-16root dir tidying: cleanup inkscape iconsEduard Braun1-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)
2015-05-09Fix DoxyfileJabier Arraiza Cenoz1-106/+139
(bzr r14140)
2015-05-09Minor changes in default DoxyfileJabier Arraiza Cenoz1-108/+156
(bzr r14137)
2015-03-01Improve doxygen performanceChristoffer Holmstedt1-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)
2015-02-25Don't compile doxygen-main.cppLiam P. White1-0/+1
(bzr r13944)
2015-02-01Updated Doxyfile for doxygen 1.8.6Christoffer Holmstedt1-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)
2013-05-06Restoring two setting related to previous Doxygen configuration of LaTeX outputVinícius dos Santos Oliveira1-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)
2013-04-28Updated Doxygen configuration file to match new versionsVinícius dos Santos Oliveira1-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)
2011-10-03add amsmath packages to Doxyfile to help generate tex formulas (fix doxy)Johan B. C. Engelen1-1/+1
(bzr r10662)
2011-07-05Gcodetools have been upgraded to v. 1.7.Nick Drobchenko1-1462/+1462
(bzr r10417)
2008-11-27show namespaces in doxygenJohan B. C. Engelen1-1/+1
(bzr r6913)
2008-11-21Merge from fe-movedTed Gould1-0/+1462
(bzr r6891)