summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 Fortranalbert-github2015-03-181-1/+1
* | | Merge pull request #324 from hbccdf/masterDimitri van Heesch2015-04-051-2/+2
|\ \ \
| * | | 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 functionsPauli Nieminen2015-03-291-0/+2
| | |_|/ | |/| |
* | | | 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.orbitcowboy2015-03-255-5/+5
| | |/ /
| * | | Merge pull request #323 from ppescher/masterDimitri van Heesch2015-03-283-3/+3
| |\ \ \
| | * | | added HHC.exe own output to the debug output when extcmd flag enabledppescher2015-03-271-1/+1
| | * | | fix for CHM TOC "Classes" entry to point to annotated fileppescher2015-03-271-1/+1
| | * | | fix enum brief description in RTF outputppescher2015-03-251-1/+1
| | |/ /
| * | | Merge pull request #321 from abathur/bug_746673Dimitri van Heesch2015-03-261-4/+11
| |\ \ \ | | |/ / | |/| |
| | * | Fix for bug 746673.Travis A. Everett2015-03-241-4/+11
| |/ /
| * | Merge pull request #320 from albert-github/feature/bug_nested_commentDimitri van Heesch2015-03-221-0/+1
| |\ \
| | * | Bug 746614 - Bogus warning regarding nested commentsalbert-github2015-03-221-0/+1
| * | | Merge pull request #317 from albert-github/feature/bug_mainpageDimitri van Heesch2015-03-221-3/+2
| |\ \ \ | | |/ / | |/| |
| | * | Warning message multiple mainpagesalbert-github2015-03-191-3/+2
| | |/
| * | Merge pull request #319 from albert-github/feature/bug_warningsDimitri van Heesch2015-03-212-5/+5
| |\ \
| | * | Warnings without filenamealbert-github2015-03-212-5/+5
| |/ /
| * | Merge pull request #318 from albert-github/feature/bug_cmd_docDimitri van Heesch2015-03-211-1/+1
| |\ \ | | |/ | |/|
| | * Missing cross reference linkalbert-github2015-03-211-1/+1
| |/
| * Merge pull request #314 from albert-github/feature/bug_internal_doc_2Dimitri van Heesch2015-03-161-0/+4
| |\
| | * Internal debug option -d lex is not describedalbert-github2015-03-161-2/+2
| | * Internal debug option -d lex is not describedalbert-github2015-03-151-0/+4
| * | Merge pull request #308 from groleo/masterDimitri van Heesch2015-03-161-1/+1
| |\ \
| | * | runtests.pl: mmn version has dash as separatorAdrian Negreanu2015-03-101-1/+1
| | * | Patch fixing a typo in Pull Request 307Dimitri van Heesch2015-03-101-2/+2
| | * | Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-102-10/+20
| * | | Merge pull request #310 from albert-github/feature/bug_internal_docDimitri van Heesch2015-03-162-2/+2
| |\ \ \
| | * | | Internal doxygen docs gives: warning: Unsupported xml/html tag <...> foundalbert-github2015-03-112-2/+2
| * | | | Merge pull request #311 from albert-github/feature/bug_grey_grayDimitri van Heesch2015-03-167-7/+7
| |\ \ \ \
| | * | | | Showing grey/gray in documentationalbert-github2015-03-117-7/+7
| | |/ / /
| * | | | Merge pull request #313 from albert-github/feature/bug_latex_textdegreeDimitri van Heesch2015-03-161-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HTML entity &deg; gives problems in LaTeXalbert-github2015-03-151-1/+1
| |/ / /
* | | | Added function arguments to the LaTeX tocDimitri van Heesch2015-04-022-1/+5
* | | | Fix for rendering the template parameters of members of variadic template cla...Dimitri van Heesch2015-03-223-8/+12
|/ / /
* | | Fixes for showing type constraint relationsDimitri van Heesch2015-03-153-1/+9
* | | Fixed type in printdocvisitor.hDimitri van Heesch2015-03-151-1/+1
|/ /
* | Patch fixing a typo in Pull Request 307Dimitri van Heesch2015-03-101-2/+2
* | Merge pull request #307 from albert-github/feature/bug_745870Dimitri van Heesch2015-03-092-10/+20
|\ \ | |/ |/|
| * Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-092-10/+20
* | Fixed issue accessing uninitialized buffer under certain conditions.Dimitri van Heesch2015-03-081-0/+1
|/
* Merge pull request #303 from albert-github/feature/bug_idl_errorDimitri van Heesch2015-03-053-2/+11
|\