summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 766059 - DOT_PATH not expandedalbert-github2016-09-013-2/+26
| | | | | | The original problem in this bug request was that forward slashes were used in the PATH instead of backslashes. In the command shell this does not result in problems, but when calling a program from within doxygen this leads to the problem that the executable cannot be found. In this patch the PATH variable is, just for the process, changed in such a way that ther are back slashes instead of forward slashes (Windows only, not on Cygwin).
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-3110-3/+49
|\
| * Merge pull request #511 from albert-github/feature/bug_code_unparsedDimitri van Heesch2016-08-311-3/+3
| |\ | | | | | | Bug 737472 - HTML code special commands unconditionally include line numbers
| | * Code with "extension" unparsed shows line numbersalbert-github2016-08-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a code fragment in "regular" documentation like: @code This is a code fragment @endcode this is shown without line numbers but when using {unparsed} or another unknown extension, so @code{unparsed} This is a code fragment @endcode line numbers were shown. (similar for the markdown fenced block).
| * | Merge pull request #510 from albert-github/feature/bug_clang_warningsDimitri van Heesch2016-08-319-0/+46
| |\ \ | | | | | | | | Warnings from CLANG compiler
| | * | Warnings from CLANG compileralbert-github2016-08-289-0/+46
| | | | | | | | | | | | | | | | The CLANG compiler gave some warnings after pull request #503 ("Introducing commands includedoc and snippetdoc ") at places that are not / should not be reachable.
* | | | Unified display of enum values across output formats and languagesDimitri van Heesch2016-08-3113-118/+293
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-281-14/+26
|\ \ \ | | |/ | |/|
| * | Merge pull request #506 from albert-github/feature/bug_python_initDimitri van Heesch2016-08-281-14/+26
| |\ \ | | |/ | |/| Initialization of python variables and type determination
| | * Initialization of python variables and type determinationalbert-github2016-08-241-14/+26
| | | | | | | | | | | | A bit better python initialization (not only the fist "word") and subsequent determination of the type.
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-2815-31/+225
|\ \ \ | |/ /
| * | Merge pull request #509 from albert-github/feature/bug_fortran_preproc_stringDimitri van Heesch2016-08-281-0/+16
| |\ \ | | | | | | | | FORTRAN determination string in preprocessing
| | * | FORTRAN determination string in preprocessingalbert-github2016-08-281-0/+16
| | |/ | | | | | | | | | In FORTRAN a string can start (and end) either with a double quote or a single quote. The later was not considered in the preprocessing resulting in unwanted substitutions in strings.
| * | Merge pull request #508 from albert-github/feature/bug_742452_625602Dimitri van Heesch2016-08-281-3/+28
| |\ \ | | | | | | | | Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 - FORTRAN: comment in subroutine argument list
| | * | Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 ↵albert-github2016-08-271-3/+28
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - FORTRAN: comment in subroutine argument list This patch fixes the problem that comment lines in continuation parts stopped the continuation part. Patch consists of 2 parts: - correct setting of continuation characters for fixed form source code - ignoring lines with just comment (based on initial fix proposed by angus-g, but extended for empty lines and comment lines that contain a continuation character)
| * | Merge pull request #507 from albert-github/feature/bug_python_code_paramDimitri van Heesch2016-08-281-0/+4
| |\ \ | | | | | | | | Determination of end of parameter list
| | * | Determination of end of parameter listalbert-github2016-08-271-0/+4
| | |/ | | | | | | | | | The determination of a parameter list should not stop at a newline character.
| * | Merge pull request #505 from albert-github/feature/bug_include_latexDimitri van Heesch2016-08-284-8/+64
| |\ \ | | | | | | | | Include command show lines numbers (e.g. LaTeX)
| | * | Include command show line number (e.g. LaTeX)albert-github2016-08-244-8/+64
| | |/ | | | | | | | | | | | | Based on the report of Luis Vega (http://doxygen.10944.n7.nabble.com/include-inserts-line-numbers-for-LaTeX-PDF-output-td7683.html) The default setting for parseCode calls was not consistent between the different output formats, resulting in wrong settings of default options (e.g. show line numbers).
| * | Merge pull request #504 from albert-github/feature/bug_710611Dimitri van Heesch2016-08-281-3/+3
| |\ \ | | | | | | | | Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF output
| | * | Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF ↵albert-github2016-08-221-3/+3
| | |/ | | | | | | | | | | | | | | | output In a pagref the path should not be present.
| * | Merge pull request #503 from albert-github/feature/bug_includedoc_snippetdocDimitri van Heesch2016-08-287-17/+110
| |\ \ | | |/ | |/| Introducing commands includedoc and snippetdoc
| | * Introducing commands includedoc and snippetdocalbert-github2016-08-217-17/+110
| | | | | | | | | | | | | | | Purpose to have the possibility to have repeating texts not repeated in the comments. The commands include and snippet introduce code blocks whilst the commands includedoc and snippetdoc inclode the text as is and it will be parsed by doxygen.
* | | Bug 769736 - doxygen generates incorrect documentation for C enum in latexDimitri van Heesch2016-08-211-1/+1
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-216-17/+49
|\ \ | |/
| * Merge pull request #502 from albert-github/feature/bug_docu_pull_495Dimitri van Heesch2016-08-211-0/+3
| |\ | | | | | | Documentation for extensions .f95, .f03 and .f08
| | * Documentation for extensions .f95, .f03 and .f08albert-github2016-08-211-0/+3
| |/ | | | | | | Added documentation for pull request #495
| * Merge pull request #495 from melven/Fortran_file_typesDimitri van Heesch2016-08-202-0/+6
| |\ | | | | | | Also map .f95, .f03 and .f08 file types to Fortran
| | * Also map .f95, .f03 and .f08 file types to FortranMelven Roehrig-Zoellner2016-08-012-0/+6
| | | | | | | | | | | | These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively.
| * | Merge pull request #501 from ↵Dimitri van Heesch2016-08-201-0/+10
| |\ \ | | | | | | | | | | | | | | | | albert-github/feature/bug_code_keyword_operator_assignment Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN code
| | * | Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN codealbert-github2016-08-191-0/+10
| | | |
| * | | Merge pull request #500 from albert-github/feature/bug_ftn_result_keywDimitri van Heesch2016-08-201-1/+6
| |\ \ \ | | | | | | | | | | Color code word RESULT as keyword in FORTRAN code
| | * | | Color code word RESULT as keyword in FORTRAN codealbert-github2016-08-181-1/+6
| | |/ /
| * | | Merge pull request #498 from artur-kink/masterDimitri van Heesch2016-08-201-15/+23
| |\ \ \ | | | | | | | | | | Parse more than 1 size indiction in defaultHandleTitleAndSize
| | * | | Parse more than 1 size indiction in defaultHandleTitleAndSizeArtur Kink2016-08-081-15/+23
| | |/ /
| * | | Merge pull request #499 from albert-github/feature/problem_navtree_cssDimitri van Heesch2016-08-201-1/+1
| |\ \ \ | | |/ / | |/| | Missing semicolon in navtree.css
| | * | Missing semicolon in navtree.cssalbert-github2016-08-171-1/+1
| |/ / | | | | | | | | | Added missing semicolon in navtree,css
* | | Bug 769028 - Can't scroll using finger documentation in Chrome browser on ↵Dimitri van Heesch2016-08-211-17/+2
|/ / | | | | | | Android OS
* | Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum ↵Dimitri van Heesch2016-07-311-2/+4
| | | | | | | | class contained in a class
* | Bug 768954 - Segmentation fault when processing md containing only headerDimitri van Heesch2016-07-311-10/+13
| |
* | Bug 769018 - Invalid XHTML if the directives brief and exception are ↵Dimitri van Heesch2016-07-311-0/+1
| | | | | | | | following immediately
* | Fix for HTML output when using server side search and the the new menu barDimitri van Heesch2016-07-313-4/+24
| |
* | Merge pull request #463 from albert-github/feature/bug_copyLogo_latexDimitri van Heesch2016-07-301-3/+8
|\ \ | | | | | | Doxygen fails to copy logo image to LaTex output dir
| * | Doxygen fails to copy logo image to LaTex output diralbert-github2016-04-031-3/+8
| | | | | | | | | | | | Logo was only copied for HTML, now it is done for LaTeX and RTF as well.
* | | Merge pull request #493 from t-b/winbuild_fix_building_with_libclangDimitri van Heesch2016-07-301-1/+5
|\ \ \ | | | | | | | | Fix linker flags for building with clang on Windows
| * | | Fix linker flags for building with clang on WindowsThomas Braun2016-07-281-1/+5
| | |/ | |/| | | | | | | Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | Merge pull request #492 from t-b/winbuild_fix_for_vs_2015Dimitri van Heesch2016-07-301-0/+9
|\ \ \ | | | | | | | | CMAKE: Fix building on Windows with VS 2015
| * | | CMAKE: Fix building on Windows with VS 2015Thomas Braun2016-07-271-0/+9
| |/ / | | | | | | | | | | | | | | | See https://msdn.microsoft.com/library/bb531344.aspx. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | Merge pull request #491 from groleo/masterDimitri van Heesch2016-07-301-22/+30
|\ \ \ | | | | | | | | sqlite3gen: defnname -> defname
| * | | sqlite3gen: use the refid stored in the refids tableAdrian Negreanu2016-07-251-13/+21
| | | | | | | | | | | | | | | | All refid are now INTEGERS pointing into the refids Table.