summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdDimitri van Heesch2014-12-171-0/+2
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-12-174-108/+143
|\
| * Merge pull request #267 from orbitcowboy/masterDimitri van Heesch2014-12-162-4/+4
| |\
| | * Fixed typos in C/C++ comments. There are no functional changes.orbitcowboy2014-12-152-4/+4
| * | Merge pull request #260 from zmhuang/masterDimitri van Heesch2014-12-162-104/+139
| |\ \ | | |/ | |/|
| | * fix docbook outputzmhuang2014-12-162-104/+139
* | | Bug 741417 - Crash when building gtkmm documentationDimitri van Heesch2014-12-172-2/+3
|/ /
* | Merge pull request #261 from lhelsloot/feature/bug_722940Dimitri van Heesch2014-12-141-5/+5
|\ \
| * | Bug 722940 - classes with same name in different namespace adding to same groupLeon Helsloot2014-12-101-5/+5
* | | Merge pull request #262 from orbitcowboy/masterDimitri van Heesch2014-12-143-5/+5
|\ \ \
| * | | Fixed typos in comments. No functional changes.orbitcowboy2014-12-103-5/+5
| |/ /
* | | Merge pull request #263 from albert-github/feature/bug_fortran_call_colorDimitri van Heesch2014-12-141-4/+6
|\ \ \
| * | | Fortran color CALL as keywordalbert-github2014-12-101-4/+6
| |/ /
* | | Merge pull request #265 from albert-github/feature/bug_ftn_end_color_regr_259Dimitri van Heesch2014-12-141-1/+1
|\ \ \ | |/ / |/| |
| * | Fortran code color END (regression pull request 259)albert-github2014-12-141-1/+1
|/ /
* | Merge pull request #253 from albert-github/feature/bug_687576Dimitri van Heesch2014-12-096-10/+87
|\ \
| * | Removed some comment statements.albert-github2014-11-291-5/+0
| * | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-296-10/+92
* | | Merge pull request #256 from albert-github/feature/bug_first_line_inlineDimitri van Heesch2014-12-091-2/+3
|\ \ \
| * | | Extra empty line in source fragmentsalbert-github2014-12-071-2/+3
| | |/ | |/|
* | | Merge pull request #257 from albert-github/feature/bug_fortran_inlineDimitri van Heesch2014-12-091-3/+19
|\ \ \
| * | | Support for INLINE_SOURCES in Fortranalbert-github2014-12-071-3/+19
| |/ /
* | | Merge pull request #258 from albert-github/feature/bug_fortran_source_continu...Dimitri van Heesch2014-12-091-3/+11
|\ \ \
| * | | Fortran continuation character seen as begin of function callalbert-github2014-12-081-3/+11
| |/ /
* | | Merge pull request #259 from albert-github/feature/bug_end_code_colorDimitri van Heesch2014-12-091-3/+2
|\ \ \ | |/ / |/| |
| * | Fortran color code of ENDalbert-github2014-12-081-3/+2
|/ /
* | Merge pull request #254 from kbinani/language_switch_commandDimitri van Heesch2014-12-043-2/+24
|\ \
| * | Fix bug: language switch command "\~" failed to detect language id which cont...kbinani2014-12-013-2/+24
* | | Merge pull request #255 from orbitcowboy/masterDimitri van Heesch2014-12-044-8/+8
|\ \ \ | |/ / |/| |
| * | Fixed typos in comments.orbitcowboy2014-12-024-8/+8
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-11-291-1/+1
|\ \
| * \ Merge pull request #248 from drobilla/masterDimitri van Heesch2014-11-291-1/+1
| |\ \
| | * | Support visible=no for main page tab.David Robillard2014-11-251-1/+1
| | |/
* | | Use result of vsnprintfDimitri van Heesch2014-11-291-1/+2
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-11-293-2/+4
|\ \ \ | |/ /
| * | Merge pull request #252 from albert-github/feature/bug_latex_index_komalDimitri van Heesch2014-11-291-1/+1
| |\ \
| | * | Bug ?? for page numbers in the latex indicesalbert-github2014-11-291-1/+1
| | |/
| * | Merge pull request #249 from albert-github/feature/bug_latex_single_quotesDimitri van Heesch2014-11-292-1/+3
| |\ \ | | |/ | |/|
| | * LaTeX problem with 2 consecutive single quotesalbert-github2014-11-272-1/+3
* | | Remove bogus argument to avoid compiler warningDimitri van Heesch2014-11-293-3/+3
* | | Bug 740446 - invalid copydoc target does not result in warningDimitri van Heesch2014-11-231-0/+6
|/ /
* | Bug 739863 - Regression: Base classes incorrect when using CRTP with default ...Dimitri van Heesch2014-11-221-2/+3
* | Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-1716-11/+54
* | Bug 739214 - Cannot make unscoped link to C++ conversion operatorDimitri van Heesch2014-11-163-1/+140
* | Bug 739211 - Cannot make explicit links to C++ const member functionsDimitri van Heesch2014-11-161-1/+2
* | Bug 739056 - Python xml - argsstring is empty, while HTML have argumentsDimitri van Heesch2014-11-161-0/+1
* | Fixed bug in new QCString::sprintf for long string.Dimitri van Heesch2014-11-162-3/+4
* | Bug 739054 - Python xml not outputting info of functions inside __init__.pyDimitri van Heesch2014-11-161-0/+13
* | Fixed several Coverity warningsDimitri van Heesch2014-11-1522-148/+189
* | Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-1562-65/+105
|/