summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for ./configure script on SolarisDimitri van Heesch2014-07-061-3/+7
|
* Bug 731985 - Variadic macros failing to expand if trailing ... is emptyDimitri van Heesch2014-06-241-2/+3
|
* Merge branch 'docbook'Dimitri van Heesch2014-06-2016-217/+380
|\ | | | | | | | | Conflicts: src/docbookvisitor.cpp
| * Docbook output improvementsDimitri van Heesch2014-06-2016-186/+390
| | | | | | | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation
* | Merge pull request #186 from albert-github/feature/bug_702584Dimitri van Heesch2014-06-201-0/+4
|\ \ | | | | | | Bug 702584 - \cite rejects valid BibTeX keys
| * | Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-06-191-0/+4
| |/ | | | | | | | | According to the documentation the .bib is automatically added to the names in the CITE_BIB_FILES. In the example given with this bug this was not the case. In case CITE_BIB_FILES was set to 'my.bib' it was working, but with only 'my' it wasn't.
* | Merge pull request #185 from albert-github/feature/bug_625601Dimitri van Heesch2014-06-201-2/+2
|\ \ | | | | | | Bug 625601 - FORTRAN: recognition free versus fixed formatted code
| * | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-06-191-2/+2
| |/ | | | | | | Correction in documentation based on comment by dnm on June 19 2014
* | Merge pull request #183 from chickenandpork/masterDimitri van Heesch2014-06-201-1/+10
|\ \ | | | | | | Resolves the error of unbalanced tags opened/closed in docbook output
| * | resolves the error of unbalanced tags opened/closed in docbook output: ↵Allan Clark2014-06-171-1/+10
| |/ | | | | | | parser error : Opening and ending tag mismatch: para line 358 and tbody
* | Merge pull request #184 from albert-github/feature/bug_589707Dimitri van Heesch2014-06-1910-15/+15
|\ \ | |/ |/| Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces in filenames
| * Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces ↵albert-github2014-06-1910-15/+15
|/ | | | | | | in filenames Adjusted the rules files and where and the vcproj file so it can handle paths with spaces as well. When generating the documentation (Cygwin) a small problem appeared in a Makefile when there is a space in the path, this is solved as well.
* Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-164-10/+20
|
* Merge pull request #181 from wtschueller/masterDimitri van Heesch2014-06-1615-74/+1311
|\ | | | | Tcl: collect XRefs also if INLINE_SOURCES = no
| * Tcl: recurse for []wtschueller2014-06-113-74/+677
| |
| * Tcl: collect XRefs also if INLINE_SOURCES = nowtschueller2014-06-1013-0/+634
| |
* | Merge branch 'pepr-master'Dimitri van Heesch2014-06-162-2041/+2016
|\ \
| * \ Merge branch 'master' of https://github.com/pepr/doxygen into pepr-masterDimitri van Heesch2014-06-162-2041/+2016
| |\ \ |/ / /
| * | doc/translator.py unified for Python 2.6+ and Python 3.0+Petr Prikryl2014-06-161-40/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Open() replaced by xopen() that internally uses the encoding argument only for Python 3. The earlier usage of the codecs module and of the prefixed unicode string literals was removed. - Some lists of prototypes were sorted to get the same translator report for different versions of Python. - The local dedent() definition was replaced by textwrap.dedent(). (The older versions of Python did not have the module.) - Tested on Windows for Python 2.6.0, 2.7.7, 3.0.1, and 3.4.1.
| * | Merge branch 'master' into develPetr Prikryl2014-06-1614-2288/+2297
| |\ \
| | * | doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished)Petr Prikryl2014-06-161-2030/+2002
| | | |
| * | | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-05-305-42/+50
| |\ \ \
| * | | | winbuild/pack_the_distribution_for_windows.py minor updatesPetr Prikryl2014-05-261-11/+13
| | | | | | | | | | | | | | | | | | | | - it failed when one of the doxygen.exe was not present
* | | | | Fixed typoDimitri van Heesch2014-06-151-1/+1
| |_|/ / |/| | |
* | | | Added build support for Python3+ and Python2.6+Dimitri van Heesch2014-06-157-246/+262
| | | |
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-06-141-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #179 from jwakely/patch-2Dimitri van Heesch2014-06-111-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | | Fix typo
| | * | | Fix typoJonathan Wakely2014-06-061-1/+1
| | | |/ | | |/|
* | | | Fixed windows compile issue for is_neutralDimitri van Heesch2014-06-141-0/+2
|/ / /
* | | Bug 731363 - Callgraphs for C# only generated for methods inside the same classDimitri van Heesch2014-06-101-75/+81
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-06-091-1/+1
|\ \ \
| * \ \ Merge pull request #178 from ellert/masterDimitri van Heesch2014-06-091-1/+1
| |\ \ \ | | | | | | | | | | \usepackage{fixltx2e} must come before use \usepackage{float}
| | * | | \usepackage{fixltx2e} must come before use \usepackage{float}Mattias Ellert2014-06-041-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | The \usepackage{doxygen} statement adds float as a depenency. If the order is wrong the latex generation fails with: LaTeX Error: Unknown float option `H'
* | | | Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cppDimitri van Heesch2014-06-071-1/+1
| | | |
* | | | Bug 731238 - Dead links in html documentation when using tabs for ↵Dimitri van Heesch2014-06-071-2/+3
|/ / / | | | | | | | | | indentation in c++
* | | Bug 727732 - Nested C structures/unions does not work with groupsDimitri van Heesch2014-06-061-0/+12
|/ /
* | Fix warning about unused functions in qstring.cppDimitri van Heesch2014-05-291-3/+2
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-05-294-34/+47
|\ \
| * \ Merge pull request #172 from hansec/fortran_typdefDimitri van Heesch2014-05-291-28/+35
| |\ \ | | | | | | | | Fix unnecessary rules for FORTRAN user defined types
| | * | Fix FORTRAN code function scope testChris Hansen2014-05-271-1/+1
| | | |
| | * | Fix highlighting issuesChris Hansen2014-05-191-6/+25
| | | | | | | | | | | | | | | | | | | | - Fixed highlighting defined type in variable declarations - Corrected parser state following docBlock closure
| | * | Fix unnecessary rules for FORTRAN typesChris Hansen2014-05-121-22/+10
| | | |
| * | | Merge pull request #176 from jwakely/patch-1Dimitri van Heesch2014-05-291-1/+1
| |\ \ \ | | | | | | | | | | Fix description of USE_PDFLATEX
| | * | | Fix description of USE_PDFLATEXJonathan Wakely2014-05-291-1/+1
| | | | | | | | | | | | | | | The tag is USE_PDFLATEX, not LATEX_PDFLATEX
| * | | | Merge pull request #177 from albert-github/feature/missing_htmlDimitri van Heesch2014-05-291-1/+7
| |\ \ \ \ | | |/ / / | |/| | | Added documentation for some missing HTML commands
| | * | | Added documentation for some missing HTML commandsalbert-github2014-05-291-1/+7
| |/ / / | | | | | | | | | | | | Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
| * | | Merge pull request #174 from jannick0/patch-1Dimitri van Heesch2014-05-261-0/+4
| |\ \ \ | | | | | | | | | | make.bat: change current directory
| | * | | Update latexgen.cppjannick02014-05-211-0/+1
| | | | | | | | | | | | | | | added reset of var Dir_Old at the end.
| | * | | make.bat: change current directoryjannick02014-05-211-1/+3
| | | | | | | | | | | | | | | amendment for switching between drives and flipping back to initial cur dir at end of make.bat
| | * | | make.bat: change current directoryjannick02014-05-211-0/+1
| | | |/ | | |/| | | | | | | | | | | | | First thing after calling make.bat: switch current directory to folder make.bat resides in. Purpose: easy external call of make.bat. /J.