summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed "See Also" back to "See also"Dimitri van Heesch2014-04-051-1/+1
* Fixed problem with ending a paragraph when htmlonly was at the end of a comme...Dimitri van Heesch2014-04-051-1/+5
* Added optional [block] option to \htmlonlyDimitri van Heesch2014-03-299-18/+42
* Improve rendering of sub and superscripts in LaTeXDimitri van Heesch2014-03-282-2/+3
* Use \newline i.s.o. \par for linebreaks in LaTeXDimitri van Heesch2014-03-281-2/+1
* add space between br and / for better compatibilityDimitri van Heesch2014-03-285-90/+37
* Added \latexinclude command (thanks to Juan Zaratiegui for the patch)Dimitri van Heesch2014-03-2717-3/+64
* Disabled config dependency check to avoid regressionDimitri van Heesch2014-03-231-0/+4
* Merge branch 'template'Dimitri van Heesch2014-03-232-16/+272
|\
| * Add index support to contextDimitri van Heesch2014-03-232-16/+272
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-235-13/+30
|\ \
| * \ Merge pull request #147 from albert-github/feature/bug_chm_multiple_imagesDimitri van Heesch2014-03-231-1/+1
| |\ \
| | * | Chm don't add images multiple timesalbert-github2014-03-231-1/+1
| * | | Merge pull request #146 from albert-github/feature/extension_chm_prev_nextDimitri van Heesch2014-03-232-7/+24
| |\ \ \
| | * | | Enable Previous and Next buttons in chm output filealbert-github2014-03-232-7/+24
| | |/ /
| * | | Merge pull request #145 from albert-github/feature/bug_changelogDimitri van Heesch2014-03-231-1/+1
| |\ \ \
| | * | | Superfluous < signalbert-github2014-03-231-1/+1
| | |/ /
| * | | Merge pull request #144 from albert-github/feature/bug_726734Dimitri van Heesch2014-03-231-2/+2
| |\ \ \
| | * | | Bug 726734 - alignment of blockquotes in pdfalbert-github2014-03-191-2/+2
| | |/ /
| * | | Merge pull request #143 from albert-github/feature/bug_726722Dimitri van Heesch2014-03-231-2/+2
| |\ \ \
| | * | | Bug 726722 - Blockquote followed by text inserts an extra paragraphalbert-github2014-03-191-2/+2
| | |/ /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-232-4/+13
|\ \ \ \ | |/ / /
| * | | Merge pull request #139 from rkawulak/patch-2Dimitri van Heesch2014-03-231-1/+9
| |\ \ \
| | * | | Update doctokenizer.lrkawulak2014-03-171-1/+9
| | |/ /
| * | | Merge pull request #137 from agateau/wip/list-only-own-pages-in-related-pagesDimitri van Heesch2014-03-231-3/+4
| |\ \ \
| | * | | List only the project pages in "Related Pages"Aurélien Gâteau2014-03-181-3/+4
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-237-14/+124
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #130 from albert-github/feature/bug_doxywizard_logo_expert...Dimitri van Heesch2014-03-237-14/+124
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Extension in config.xml if type=string with format=imagealbert-github2014-03-017-14/+124
| | |/ /
* | | | Removed message, minor restructuringDimitri van Heesch2014-03-231-6/+7
* | | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-masterDimitri van Heesch2014-03-231-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | config.l: dependency checks for booleansAdrian Negreanu2014-03-061-0/+19
| | |/ | |/|
* | | Bug 726294 - Markdown Extra - fenced code block: '>' before tab width parsed ...Dimitri van Heesch2014-03-171-10/+27
* | | Reverted #132 after submitter reported that it did not workDimitri van Heesch2014-03-162-4/+3
| |/ |/|
* | Fixed compiler warnings in section.hDimitri van Heesch2014-03-151-4/+4
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-1510-56/+173
|\ \
| * \ Merge pull request #132 from mr-c/clangfixDimitri van Heesch2014-03-152-3/+4
| |\ \
| | * | pass libclang header file location; add paths for Ubuntu's llvm-3.4Michael R. Crusoe2014-03-042-3/+4
| | |/
| * | Merge pull request #131 from albert-github/feature/bug_725516Dimitri van Heesch2014-03-158-53/+169
| |\ \
| | * | In case of sections with the same name they are not reported.albert-github2014-03-028-53/+169
| | |/
* | | Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-1513-44/+46
* | | Merge branch 'feature/bug_625601' of https://github.com/albert-github/doxygen...Dimitri van Heesch2014-03-159-42/+81
|\ \ \
| * | | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-099-42/+81
| | |/ | |/|
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-132-4/+17
|\ \ \ | | |/ | |/|
| * | Merge pull request #135 from albert-github/feature/bug_643618Dimitri van Heesch2014-03-111-1/+1
| |\ \
| | * | Bug 643618 - Fortran: variable with name "type" confuses Doxygenalbert-github2014-03-091-1/+1
| | |/
| * | Merge pull request #136 from albert-github/feature/bug_doc_arch_lexDimitri van Heesch2014-03-111-3/+16
| |\ \ | | |/ | |/|
| | * Alterative way to get rules information from flexalbert-github2014-03-101-3/+16
| |/
* | Added reference counting for all context objectsDimitri van Heesch2014-03-115-723/+1119
* | Extension specific filteringDimitri van Heesch2014-03-043-10/+30