| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
| |
(bzr r14140)
|
| |
|
| |
(bzr r14137)
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r13944)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r10662)
|
| |
|
| |
(bzr r10417)
|
| |
|
| |
(bzr r6913)
|
|
|
(bzr r6891)
|