- 09 Feb, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 08 Feb, 2014 5 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 06 Feb, 2014 6 commits
-
-
Dimitri van Heesch authored
Bug 723299 - Last line of code block lost if it is only one character and there is no text afterward
-
Dimitri van Heesch authored
detect python2 as Python 2 binary
-
Johannes Dewender authored
On some distributions like Arch Linux "python" is Python 3 and "python2" is Python version 2. We now try "python2" first and use it if available.
-
Dimitri van Heesch authored
Add extra (documenation) directories to ignore pattern
-
Dimitri van Heesch authored
Better message in case doxygen -u is used
-
Dimitri van Heesch authored
Error message is given for make distclean as generated_src is a directory
-
- 05 Feb, 2014 4 commits
-
-
albert-github authored
In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
-
albert-github authored
Add docbook directory to be removed as well
-
albert-github authored
Add extra (documenattion) directories to ignore pattern
-
albert-github authored
generated_src is a directory and should be removed with the -rf flag. Similar for other directories like bin, objects, lib, html latex, objects. Directories man, rtf, perlmod, xml have been added for convenience (when testing with other documentation formats)
-
- 04 Feb, 2014 5 commits
-
-
Dimitri van Heesch authored
Items XML_SCHEMA and XML_DTD declared obsolete
-
albert-github authored
The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
-
Dimitri van Heesch authored
Merge branch 'wip/fix-link-id-on-last-line' of https://github.com/agateau/doxygen into agateau-wip/fix-link-id-on-last-line Conflicts: testing/055/md_055_markdown.xml testing/055_markdown.md
-
Dimitri van Heesch authored
In the chm-doxygen manual we see that for: - the command \& the & is missing - commands containing a " all text is missing after this " These are known limitations of the chm format (see e.g. http://www.helpware.net/htmlhelp/hhwreadme.htm)
-
Aurélien Gâteau authored
Ids created from the last line were not lower-cased, leading to the link not being recognized.
-
- 03 Feb, 2014 8 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
MAN_SUBDIR parameter
-
Dimitri van Heesch authored
sqlite3 fixes
-
Dimitri van Heesch authored
Add line numbers in case comment is not closed properly.
-
Dimitri van Heesch authored
Enabling possibility to have { and } in (latex) index items
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 01 Feb, 2014 3 commits
-
-
Adrian Negreanu authored
This verifies the 'memberdef' table against the generated XMLs. It accomplishes this by executing a sql query, constructed by iterating through the children and attributes of the memberdef XML element. The information translated from xml to sql, is then removed from the DOM, and the unprocessed bits are printed as warning messages. usage: testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml output: WARNING: 'location' has unprocessed attr 'bodyend' WARNING: 'memberdef' has unprocessed child elem 'briefdescription' WARNING: 'memberdef' has unprocessed child elem 'detaileddescription' WARNING: 'memberdef' has unprocessed child elem 'inbodydescription' WARNING: 'memberdef' has unprocessed child elem 'location' WARNING: 'memberdef' has unprocessed attr 'kind' WARNING: 'memberdef' has unprocessed attr 'prot' WARNING: 'memberdef' has unprocessed attr 'static' WARNING: 'memberdef' has unprocessed attr 'id'
-
Adrian Negreanu authored
In table basecompoundref, use SQLITE_TRANSIENT for base, derived, refid
-
Adrian Negreanu authored
memberdef table changes: * rename bstart to bodystart * rename id_bfile to id_bodyfile * add bodyend * add {brief,detailed,inbody}description Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 28 Jan, 2014 2 commits
-
-
Dimitri van Heesch authored
sqlite3: fedora has libsqlite3.so in /usr/lib64
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <groleo@gmail.com>
-
- 26 Jan, 2014 5 commits
-
-
albert-github authored
This bug fix is an extension to the bug fix: Add warning when encountering a nested comment start (/*) without matching end (*/). It is quite hard to find the place in the source file where the problem occurs. This bug fix helps to locate part of the problems, it is not perfect it only gives the starting comment tags that give a problem (other problems also occur e.g. when // is followed by */).
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 722759 - Documentation for derived classes no longer has an "Additional Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6
-
Dimitri van Heesch authored
-
- 22 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-