summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #445 from albert-github/feature/bug_unused_variablesDimitri van Heesch2016-01-172-5/+0
|\
| * Remove unused variablesalbert-github2016-01-172-5/+0
* | Problem jumping to line number in source code due to wrong hypertarget namealbert-github2016-01-171-1/+1
|/
* Merge pull request #441 from albert-github/feature/bug_image_in_tableDimitri van Heesch2016-01-171-1/+1
|\
| * PDF generation stops when image with caption is included in a table.albert-github2016-01-151-1/+1
| * PDF generation stops when image with caption is included in a table.albert-github2016-01-131-2/+2
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-01-171-1/+2
|\ \ | |/
| * Latex page numberingalbert-github2016-01-091-1/+2
* | Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-17116-2643/+2880
* | Bug 722654 - Inherited member of template class issues warning and is not doc...Dimitri van Heesch2016-01-092-8/+13
|/
* Bug 760086 - Figure title needs to be on separate line in order for it to workalbert-github2016-01-062-85/+98
* Merge pull request #435 from albert-github/feature/bug_700381Dimitri van Heesch2016-01-021-6/+21
|\
| * Bug 700381 - error state 21 with fortran code (fixed format)albert-github2016-01-021-6/+21
* | Fortran inline source code and crash on Linuxalbert-github2016-01-021-1/+4
|/
* Bug 742715 - Unnamed structs gives: QGDict::hashAsciiKey: Invalid null keyDimitri van Heesch2015-12-282-5/+15
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-281-10/+19
|\
| * Bug 595186 - Python ignores \private tagalbert-github2015-12-271-9/+0
| * Merge pull request #429 from albert-github/feature/bug_732356Dimitri van Heesch2015-12-261-1/+1
| |\
| | * Bug 732356 - doxygen's \param command is confused by some python default valuesalbert-github2015-12-261-1/+1
| * | Merge pull request #431 from albert-github/feature/bug_361814Dimitri van Heesch2015-12-261-0/+14
| |\ \
| | * | Bug 361814 - python: tuple assignment not recognized as variable initializationalbert-github2015-12-261-0/+14
| | |/
| * | Merge pull request #427 from albert-github/feature/bug_641036Dimitri van Heesch2015-12-261-0/+4
| |\ \
| | * | Bug 641036 - python script with #!/usr/bin/python are not documented correctlyalbert-github2015-12-251-0/+4
| | |/
* | | Bug 755939 - Warning refers to incorrect line for undocumented member functio...Dimitri van Heesch2015-12-281-1/+1
* | | Bug 758132 - Brief description of non documented functions (fixes)Dimitri van Heesch2015-12-283-8/+6
* | | Bug 745659 - The table in classes.html has no class attributeDimitri van Heesch2015-12-281-1/+1
* | | Bug 752845 - Non-alphanumeric characters in Markdown links don't work properlyDimitri van Heesch2015-12-281-2/+2
* | | 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
| | |\