summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 731509 - Markdown backticks not processed within Markdown links.Dimitri van Heesch2015-12-281-1/+2
* Bug 746361 - Doxygen thinks C++ class is Objective-CDimitri van Heesch2015-12-272-1/+7
* Minor change to pycode.l:codifyLinesDimitri van Heesch2015-12-261-3/+3
* Merge branch 'feature/bug_593642' of https://github.com/albert-github/doxygen...Dimitri van Heesch2015-12-261-29/+110
|\
| * Bug 593642 - Python: STRIP_CODE_COMMENTS Doesn't work within the source codealbert-github2015-12-251-29/+110
* | Merge pull request #428 from albert-github/feature/bug_578720Dimitri van Heesch2015-12-262-0/+2
|\ \
| * | Bug 578720 - [Python] Add pyw as a valid extensionalbert-github2015-12-262-0/+2
| |/
* | Merge pull request #430 from albert-github/feature/bug_735152Dimitri van Heesch2015-12-263-7/+33
|\ \
| * | Bug 735152 - Python: Allow undocumented "cls" parameter for class methodsalbert-github2015-12-263-7/+33
| |/
* | Bug 746162 - formulas creating invalid HTML codeDimitri van Heesch2015-12-262-11/+58
|/
* Bug 759622 - problems with charset using plantumlDimitri van Heesch2015-12-201-1/+1
* Bug 757812 - Doxygen do not support comparison angle bracket in templateDimitri van Heesch2015-12-201-2/+2
* Bug 757300 - Failed to document nested classes with "reference to array" para...Dimitri van Heesch2015-12-201-1/+1
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-203-20/+139
* Bug 759381 - unable to @ref or @link C++ templated operator overloadsDimitri van Heesch2015-12-191-1/+6
* Reverted change that caused doxygen to return error code 2 when it produced a...Dimitri van Heesch2015-12-194-8/+7
* Bug 759177 - Markdown fenced code blocks not parsed properly in commentDimitri van Heesch2015-12-191-4/+4
* Merge pull request #424 from albert-github/feature/bug_py_typesDimitri van Heesch2015-12-191-5/+25
|\
| * Correct / set types for python variablesalbert-github2015-12-121-5/+25
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-195-470/+494
|\ \
| * \ Merge pull request #412 from bagage/masterDimitri van Heesch2015-12-175-470/+494
| |\ \ | | |/ | |/|
| | * Add WARN_AS_ERROR option to stop execution at first warning (equivalent of co...Gautier Pelloux-Prayer2015-12-165-470/+494
| | * Merge pull request #410 from albert-github/feature/bug_markdown_condDimitri van Heesch2015-11-151-0/+2
| | |\
| | | * Markdown with @cond and @endcondalbert-github2015-11-141-0/+2
| | * | Merge pull request #409 from albert-github/feature/bug_privateDimitri van Heesch2015-11-151-2/+2
| | |\ \
| | | * | Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-081-2/+2
| | | |/
* | | | Bug 759281 - Doxygen parser confused by C++11 attributesDimitri van Heesch2015-12-131-7/+18
* | | | Bug 759247 - C++11 unified initializer for array with templates treated as fu...Dimitri van Heesch2015-12-131-0/+2
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-127-122/+28
|\ \ \ \ | |/ / /
| * | | Merge pull request #418 from albert-github/feature/bug_606104Dimitri van Heesch2015-12-101-3/+6
| |\ \ \
| | * | | Bug 606104 - Deprecated list: Wrong prefix '<globalScope>::' for global funct...albert-github2015-12-061-3/+6
| * | | | Merge pull request #419 from albert-github/feature/flex_bison_optionDimitri van Heesch2015-12-101-20/+20
| |\ \ \ \
| | * | | | Adding compilation options for flex/lex and bison/yaccalbert-github2015-12-081-20/+20
| | |/ / /
| * | | | Merge pull request #421 from albert-github/feature/py_obsoleteDimitri van Heesch2015-12-103-97/+0
| |\ \ \ \
| | * | | | Remove obsolete py filesalbert-github2015-12-093-97/+0
| | |/ / /
| * | | | Merge pull request #422 from albert-github/feature/bug_clang_generationDimitri van Heesch2015-12-101-1/+1
| |\ \ \ \
| | * | | | Adjusted used option for CLANG usage with CMake in documentationalbert-github2015-12-091-1/+1
| | |/ / /
| * | | | Support set in code highlightingalbert-github2015-12-091-1/+1
| |/ / /
* | | | Made paragraph spacing more flexible in the LaTeX output to prevent page over...Dimitri van Heesch2015-12-121-1/+1
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-068-5/+13
|\ \ \
| * \ \ Merge pull request #415 from albert-github/feature/bug_758132_1Dimitri van Heesch2015-12-036-3/+10
| |\ \ \
| | * | | Bug 758132 - Brief description of non documented functionsalbert-github2015-11-226-3/+10
| * | | | Fix computeCommonDirPrefix sometimes not finding the correct prefixTomasz Ĺšniatowski2015-12-031-0/+1
| * | | | Fixed preprocessor macros for flex version checklameventanas2015-11-252-2/+2
| |/ / /
* | | | Bug 758900 - C++ templated member-function appears both as public and privateDimitri van Heesch2015-12-061-0/+2
|/ / /
* | | Support flex-2.6.0Dimitri van Heesch2015-11-226-10/+10
* | | Support flex-2.6.0Heiko Becker2015-11-226-7/+7
* | | Fixed problem with latex and PDF bookmarksDimitri van Heesch2015-11-223-73/+34
* | | Markdown with @cond and @endcondalbert-github2015-11-221-0/+2
* | | Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-221-2/+2
|/ /