summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Various VHDL related fixesDimitri van Heesch2015-05-156-2070/+2147
|
* Bug 746417 - Nested list in C# XML comments closes outer list prematurelyDimitri van Heesch2015-05-151-2/+3
|
* Remove wrong </File>albert-github2015-05-151-1/+0
| | | | Remove superfluous </File>
* Removed dbus XML parser, various refinementsDimitri van Heesch2015-05-159-1081/+43
|
* xml: use STRIP_FROM_PATH on @file attributes.Adrian Negreanu2015-05-151-5/+5
|
* Add support for basic XML syntax highlighting.Weston Thayer2015-05-159-2980/+3459
|
* Merge https://github.com/doxygen/doxygenAdrian Negreanu2015-04-1734-200/+229
|\
| * Merge pull request #327 from wtschueller/masterDimitri van Heesch2015-04-161-2/+8
| |\ | | | | | | Tcl: fix for extra line breaks in source browser introduced by commit 31...
| | * Tcl: fix for extra line breaks in source browser introduced by commit 312bef5wtschueller2015-04-071-2/+8
| | |
| * | Merge pull request #330 from albert-github/bug_747780Dimitri van Heesch2015-04-141-0/+1
| |\ \ | | | | | | | | Bug 747780 - man output should escape minus signs
| | * | Bug 747780 - man output should escape minus signsalbert-github2015-04-131-0/+1
| |/ / | | | | | | | | | Escaped minus sign
| * | Bug 746226 - last enum member not documentedDimitri van Heesch2015-04-122-2/+3
| | |
| * | Merge pull request #328 from albert-github/feature/bug_latex_refDimitri van Heesch2015-04-121-3/+3
| |\ \ | | | | | | | | Doxygen LaTeX / PDF links point to page 1
| | * | Doxygen LaTeX / PDF links point to page 1albert-github2015-04-111-3/+3
| | |/ | | | | | | | | | | | | | | | | | | Based in the message: http://stackoverflow.com/questions/29551138/doxygen-latex-pdf-links-point-to-page-1 In case the CREATE_SUDIRS is set to YES the name of the link was pre=pended with the *sub dir) path, this has been removed.
| * | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-04-121-16/+5
| |\ \
| | * \ Merge pull request #329 from albert-github/feature/bug_latex_unreachDimitri van Heesch2015-04-121-16/+5
| | |\ \ | | | |/ | | |/| Remove unreachable code
| | | * Remove unreachable codealbert-github2015-04-111-16/+5
| | |/ | | | | | | | | | The else part of the condition of the if statement is not reachable (When entering this part of the code ref.isEmpty() is always True).
| * | Removed OS version check for MACOSX (was not used anywhere)Dimitri van Heesch2015-04-121-28/+0
| |/
| * Bug 746619 - Bogus warnings in case of anonymous namespace and @todoDimitri van Heesch2015-04-061-1/+1
| |
| * Bug 747111 - Table of content incorrect with escaped symbolsDimitri van Heesch2015-04-061-1/+2
| |
| * Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-0610-106/+106
| |
| * Added documentation for ``` style fenced code block and more robust parsingDimitri van Heesch2015-04-053-9/+15
| |
| * Merge pull request #326 from halex2005/UseGithubFencedCodeBlockSyntaxDimitri van Heesch2015-04-053-3/+39
| |\ | | | | | | add support for github flavored fenced code blocks
| | * fix *.l for three backtickshalex20052015-03-302-4/+4
| | |
| | * add support for github flavored fenced code blockshalex20052015-03-303-3/+39
| | |
| * | Merge pull request #315 from albert-github/feature/bug_interfaceDimitri van Heesch2015-04-051-1/+1
| |\ \ | | | | | | | | Crash in case of non generic interface in Fortran
| | * | Crash in case of non generic interface in Fortranalbert-github2015-03-181-1/+1
| | | | | | | | | | | | | | | | In case of a non generic interface in Fortran it happened that doxygen crashed due to the fact that the pointer for setting the endBodyLine does not exist. The line number is only defined for GENERIC interfaces and therefore it should not be set anyhow when ending a non generic interface.
| * | | Merge pull request #324 from hbccdf/masterDimitri van Heesch2015-04-051-2/+2
| |\ \ \ | | | | | | | | | | Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTF
| | * | | Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTFhbccdf2015-03-281-2/+2
| | | | |
| * | | | Merge pull request #325 from suokko/fix_template_specializationDimitri van Heesch2015-04-051-0/+2
| |\ \ \ \ | | | | | | | | | | | | Fix missing brief documentation for overload and specialization function...
| | * | | | Fix missing brief documentation for overload and specialization functionsPauli Nieminen2015-03-291-0/+2
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brief documentation entries were not added for template specializations or overload definitions. Adding brief documentation to those function definations fixes a corner case bug #406027 Bug 406027 - Templated class member specialization cannot be documented
| * | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-04-0425-32/+43
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #322 from orbitcowboy/masterDimitri van Heesch2015-03-285-5/+5
| | |\ \ \ | | | | | | | | | | | | Fixed typos in comments. No functional changes.
| | | * | | Fixed typos in comments.orbitcowboy2015-03-255-5/+5
| | | |/ /
| | * | | Merge pull request #323 from ppescher/masterDimitri van Heesch2015-03-283-3/+3
| | |\ \ \ | | | | | | | | | | | | fix enum brief description in RTF output
| | | * | | added HHC.exe own output to the debug output when extcmd flag enabledppescher2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | this may help debugging the source of the error
| | | * | | fix for CHM TOC "Classes" entry to point to annotated fileppescher2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: when layout file disables Class List but Classes are still visible the related TOC entry of Compiled HTML Help file does not link to any page, so the annotated.html file is not reachable from the TOC tree even though it still gets generated
| | | * | | fix enum brief description in RTF outputppescher2015-03-251-1/+1
| | | |/ / | | | | | | | | | | | | | | | | | | | | bug: brief description of enum member is put at the beginning of the next list item, instead of at the end of the current list item
| | * | | Merge pull request #321 from abathur/bug_746673Dimitri van Heesch2015-03-261-4/+11
| | |\ \ \ | | | |/ / | | |/| | Bug 746673 - typo and bug in sqlite3gen.cpp
| | | * | Fix for bug 746673.Travis A. Everett2015-03-241-4/+11
| | |/ / | | | | | | | | | | | | | | | | | | | | Resolves a typo (dervied->derived) in sqlite prepared query var, which was preventing the derivedcompounddef table from populating. Fixing this issue also exposed an underlying problem where junk data was showing up in two columns. Porting some if/else logic from the code that inserts to basecompounddef seems to have fixed this, as well.
| | * | Merge pull request #320 from albert-github/feature/bug_nested_commentDimitri van Heesch2015-03-221-0/+1
| | |\ \ | | | | | | | | | | Bug 746614 - Bogus warning regarding nested comments
| | | * | Bug 746614 - Bogus warning regarding nested commentsalbert-github2015-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | In case the previous file gives a warning regarding the wrong used nested comments and the next file does not have any doxygen comment there is still the message that there is a nested comment but even without probable line numbers. The variable counting the nested comment level was not reset, this has been corrected with this patch.
| | * | | Merge pull request #317 from albert-github/feature/bug_mainpageDimitri van Heesch2015-03-221-3/+2
| | |\ \ \ | | | |/ / | | |/| | Warning message multiple mainpages
| | | * | Warning message multiple mainpagesalbert-github2015-03-191-3/+2
| | | |/ | | | | | | | | | | | | | | | | Based on the report in the doxygen forum (http://doxygen.10944.n7.nabble.com/WARNING-Found-more-than-one-mainpage-comment-block-td7092.html) about the hard to find multiple occurrences of a mainpage definition. This patch also outputs the name (and approximate line) of the first found mainpage.
| | * | Merge pull request #319 from albert-github/feature/bug_warningsDimitri van Heesch2015-03-212-5/+5
| | |\ \ | | | | | | | | | | Bug 746576 - Warnings without filename
| | | * | Warnings without filenamealbert-github2015-03-212-5/+5
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a number of instances we don't get the filename of where the error occurs but a name or even unknown between <> e.g. <fie_p2>:1: warning: parameters of member fie_p2 are not (all) documented <error>:1: warning: parameters of member p1.error are not (all) documented <unknown>:1: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented. This patch tries to overcome this problem by providing the right file: .../p2.h:8: warning: parameters of member fie_p2 are not (all) documented .../p1.py:7: warning: parameters of member p1.error are not (all) documented .../p3.f90:3: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented.
| | * | Merge pull request #318 from albert-github/feature/bug_cmd_docDimitri van Heesch2015-03-211-1/+1
| | |\ \ | | | |/ | | |/| Missing cross reference link
| | | * Missing cross reference linkalbert-github2015-03-211-1/+1
| | |/ | | | | | | | | | Added cross reference link that was missing
| * | Added function arguments to the LaTeX tocDimitri van Heesch2015-04-022-1/+5
| | |
| * | Fix for rendering the template parameters of members of variadic template ↵Dimitri van Heesch2015-03-223-8/+12
| | | | | | | | | | | | classes.