summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable relative paths referenced source filesalbert-github2015-01-101-0/+9
| | | | | | This is a regression on pull request 210: Create an easy possibility to take a snippet from the current file. In case the source file, as referenced through 'this' in the snippet command, is in the current directory or in a subdirectory pull request worked fine, but as soon as the source file is in a directory referenced through ../... the parser returns an absolute path name instead of a relative path and file is not found, resulting in a warning plus empty snippet part. We now check whether or not is an absolute file name in which case it is checked if the file is found or not and further handled.
* Merge pull request #282 from pepr/masterDimitri van Heesch2015-01-063-26/+27
|\ | | | | Chinese Traditional updated
| * Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2015-01-0567-2202/+2159
| |\
| * | fix for src/translator_tw.h by Gary Lee (translation cleaned)Petr Prikryl2014-12-311-19/+20
| | |
| * | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-12-30292-7618/+13633
| |\ \
| * \ \ Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-09-2476-782/+1735
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-08-22109-4102/+39046
| |\ \ \ \
| * | | | | .gitignorePetr Prikryl2014-07-291-1/+2
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-07-2970-349/+2238
| |\ \ \ \ \
| * | | | | | doc/translator.py -- minor updatesPetr Prikryl2014-06-161-6/+5
| | | | | | |
* | | | | | | Merge pull request #283 from albert-github/feature/bug_ftn_warn_moduleDimitri van Heesch2015-01-061-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fortran: warning message about not documented module member
| * | | | | | | Fortran: warning message about not documented module memberalbert-github2015-01-061-1/+7
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When having a not documented MODULE member it is mentioned that a member in a 'namespace' is not documented. For Fortran this is a bit strange as Fortran does not know the term namespace, modules are handled as namespaces (in the pre 1.8.9 version a message was given about 'class', which is equally confusing). This patch changes in this case 'namespace' to 'module'.
* | | | | | | Merge pull request #285 from albert-github/feature/bug_742427Dimitri van Heesch2015-01-061-3/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES
| * | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YESalbert-github2015-01-061-3/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Removed \backmatter in case of COMPACT_LATEX
* | | | | | | Merge pull request #284 from albert-github/feature/bug_742408Dimitri van Heesch2015-01-061-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous warning
| * | | | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous ↵albert-github2015-01-061-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning Added missing test in list
* | | | | | Prevent example.tag from being regeneratedRelease_1_8_9_1Dimitri van Heesch2015-01-041-1/+1
| | | | | |
* | | | | | Adjust test script for longer version numberDimitri van Heesch2015-01-041-1/+1
| | | | | |
* | | | | | Updated changelog for 1.8.9.1Dimitri van Heesch2015-01-041-0/+23
| | | | | |
* | | | | | Bug 742151 - Bogus warning: citelist: Unexpected new line characterDimitri van Heesch2015-01-041-2/+2
| | | | | |
* | | | | | Bump version in configure scriptDimitri van Heesch2015-01-041-1/+1
| | | | | |
* | | | | | Merge pull request #271 from orbitcowboy/masterDimitri van Heesch2015-01-031-20/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix potential null pointer dereference in src/classdef.cpp
| * | | | | | Fix potential null pointer dereference in src/classdef.cppMartin Ettl2014-12-221-20/+21
| | |_|_|_|/ | |/| | | |
* | | | | | Bug 742235 - Bogus message with addtogroupDimitri van Heesch2015-01-032-18/+10
| | | | | |
* | | | | | Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-0333-101/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused local and static global variables
| * | | | | | Remove unused local and static global variablesalbert-github2014-12-2733-101/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-01-032-1/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #279 from albert-github/feature/bug_742230Dimitri van Heesch2015-01-031-0/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 742230 - @todo paragraphs incorrectly placed in rtf output
| | * | | | | | Bug 742230 - @todo paragraphs incorrectly placed in rtf outputalbert-github2015-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start a new paragraph, in case not yet a new paragraph has been started.
| * | | | | | | Merge pull request #280 from albert-github/feature/ftn_code_color_gotoDimitri van Heesch2015-01-031-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fortran: code color GOTO as flow keyword.
| | * | | | | | Fortran: code color GOTO as flow keyword.albert-github2015-01-031-1/+1
| |/ / / / / /
* | | | | | | Correct string buffer sizes for RTF output, such that the string is always ↵Dimitri van Heesch2015-01-031-0/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | correctly sized.
* | | | | | Fixed regression due to buffer resizing while generating RTF.Dimitri van Heesch2015-01-031-2/+0
| | | | | |
* | | | | | Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-0316-373/+481
| | | | | |
* | | | | | Fixed compilation issue on WindowsDimitri van Heesch2015-01-031-3/+3
| | | | | |
* | | | | | Various VHDL related fixesDimitri van Heesch2015-01-0218-2406/+2252
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master'Dimitri van Heesch2015-01-020-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #276 from albert-github/feature/bug_layout_defaultDimitri van Heesch2015-01-011-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Help message regarding layout file
| | * | | | | | Help message regarding layout filealbert-github2015-01-011-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | The name of the layout file can be omitted.
| * | | | | | Merge pull request #277 from albert-github/feature/bug_docu_cust_htmlDimitri van Heesch2015-01-011-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Documentation HTML Header, Footer, and Stylesheet changes
| | * | | | | | Documentation HTML Header, Footer, and Stylesheet changesalbert-github2015-01-011-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Adjusted text to better reflect current situation.
| * | | | | | Merge pull request #275 from albert-github/feature/bug_source_fortran_functionDimitri van Heesch2015-01-011-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fortran FUNCTION source code
| | * | | | | | Fortran FUNCTION source codealbert-github2015-01-011-0/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | In case of a Fortran FUNCTION there was a difference between the handling of the source code lines for functions with and without the RESULT clause. This has been made uniform.
| * | | | | | Merge pull request #274 from albert-github/feature/bug_ftn_function_resultDimitri van Heesch2015-01-011-9/+49
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Documenting RESULT variable of Fortran FUNCTION
| | * | | | | Suggestion to use stripPrefix has been implemented for RESULT.albert-github2015-01-011-25/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency also implemented for arguments.
| | * | | | | Documenting RESULT variable of Fortran FUNCTIONalbert-github2015-01-011-1/+52
| |/ / / / / | | | | | | | | | | | | | | | | | | Fortran functions can specify the return value by means of a variable in the RESULT attribute. Analogous to argument variables (@param) it is now possible to document also the return / RESULT variable (@returns).
* | | | | | Help message regarding layout filealbert-github2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The name of the layout file can be omitted.
* | | | | | Documentation HTML Header, Footer, and Stylesheet changesalbert-github2015-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Adjusted text to better reflect current situation.
* | | | | | Fortran FUNCTION source codealbert-github2015-01-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | In case of a Fortran FUNCTION there was a difference between the handling of the source code lines for functions with and without the RESULT clause. This has been made uniform.
* | | | | | Suggestion to use stripPrefix has been implemented for RESULT.albert-github2015-01-021-25/+14
| | | | | | | | | | | | | | | | | | | | | | | | For consistency also implemented for arguments.