summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplified code of fix for Bug 765001Christoph Lipka2016-05-011-10/+1
|
* Merge branch 'master' into fix_765001Christoph Lipka2016-04-271-2/+2
|\
| * Merge pull request #473 from c-lipka/fix_765002Dimitri van Heesch2016-04-271-2/+2
| |\ | | | | | | Bug 765002 - `@addindex`entries fail to link to the exact location in…
| | * Bug 765002 - `@addindex`entries fail to link to the exact location in ↵Christoph Lipka2016-04-261-2/+2
| |/ | | | | | | Compiled HTML Help.
* | Bug 765001 - Bad character escaping scheme in HTML anchor generation.Christoph Lipka2016-04-271-1/+11
|/
* Merge pull request #472 from orbitcowboy/masterDimitri van Heesch2016-04-163-17/+17
|\ | | | | Fixed typos.
| * Fixed typos.orbitcowboy2016-04-143-17/+17
|/
* Merge pull request #471 from c-lipka/fix_windows_build_instructionsDimitri van Heesch2016-04-131-1/+1
|\ | | | | Fix Windows build instructions.
| * Fix Windows build instructions.Christoph Lipka2016-04-131-1/+1
| |
* | Merge pull request #470 from c-lipka/fix_uppercase_anchorsDimitri van Heesch2016-04-131-1/+1
|\ \ | |/ |/| Fix uppercase letters B-Z being unnecessarily escaped in index HTML anchors
| * Fix uppercase letters B-Z being unnecessarily escaped in index HTML anchors.Christoph Lipka2016-04-131-1/+1
|/
* Merge pull request #465 from fredizzimo/fix_strip_from_pathDimitri van Heesch2016-04-091-10/+16
|\ | | | | Fix STRIP_FROM_PATH when running from drive root
| * Fix STRIP_FROM_PATH when running from drive rootFred Sundvik2016-04-041-10/+16
| | | | | | | | | | | | | | | | | | | | When running doxygen from the drive root, the STRIP_FROM_PATH, variable could get an extra slash. As a result no paths were stripped. This fix makes sure that a duplicate slash is not added both for the automatic generation, and when you specify a relative path that maps to the drive root in the configuration. Also change some tabs to spaces
* | Merge pull request #468 from albert-github/feature/bug_tocDimitri van Heesch2016-04-091-1/+1
|\ \ | | | | | | Table of contents breaks when documentation spans multiple comment blocks with same @page
| * | Table of contents breaks when documentation spans multiple comment blocks ↵albert-github2016-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | with same @page Based on the question in the doxygen users forum: http://doxygen.10944.n7.nabble.com/Table-of-contents-breaks-when-documentation-spans-multiple-comment-blocks-with-same-page-td7571.html Fixed by means of that when toc is set once for a page it remains set for that page, otherwise the last page has to have the @tableofcontents command (or all @page commands)
* | | Merge pull request #467 from albert-github/feature/bug_764515Dimitri van Heesch2016-04-091-0/+1
|\ \ \ | |/ / |/| | Bug 764515 - doxygen crashes no resolved
| * | Bug 764515 - doxygen crashes no resolvedalbert-github2016-04-091-0/+1
|/ / | | | | | | Crash occurred in the rule: <UsingAlias>. due to the fact that the previous variable was not set by the rule <JavaImport>({ID}{BN}*"."{BN}*)+{ID}
* | Merge pull request #466 from albert-github/feature/bug_764656Dimitri van Heesch2016-04-071-1/+1
|\ \ | |/ |/| Bug 764656 - generated xml has errors
| * Bug 764656 - generated xml has errorsalbert-github2016-04-061-1/+1
|/ | | | Value of <float> in bitfield was not escaped when writing to XML
* Merge pull request #462 from albert-github/feature/bug_764359Dimitri van Heesch2016-04-022-3/+15
|\ | | | | Bug 764359 - Recent File list allows only 2 entries
| * Bug 764359 - Recent File list allows only 2 entriesalbert-github2016-03-311-0/+2
| | | | | | | | | | Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed.
| * Bug 764359 - Recent File list allows only 2 entriesalbert-github2016-03-311-3/+13
|/ | | | | Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed.
* Merge pull request #461 from albert-github/feature/bug_W64_assertionDimitri van Heesch2016-03-301-1/+1
|\ | | | | Assertion failure generation documentation
| * Assertion failure generation documentationalbert-github2016-03-301-1/+1
|/ | | | | | | | | | In case of windows 64 bit the generation of the doxygen documentation results in a pop up screen with (most relevant information): Debug Assertion Failed File: f:\dd\vctools\crt\crtw32\convert\istype.c Line: 68 Expression c >= -1 && c <= 255 Problem is that a value is fed to isspace that is not in the correct range and has to be converted to this range.
* Improve output on mobile devicesDimitri van Heesch2016-03-282-2/+3
|
* Bug 762934 - External search does not properly escape user supplied data, ↵Dimitri van Heesch2016-03-251-0/+1
| | | | resulting in vulnerability
* Bug 762670 - References for one function can inherit References from ↵Dimitri van Heesch2016-03-201-29/+38
| | | | subsequent non documented function
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-03-191-0/+1
|\
| * Merge pull request #459 from albert-github/feature/bug_763720Dimitri van Heesch2016-03-191-0/+1
| |\ | | | | | | Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation
| | * Bug 763720 - Exclusion of a new line at the end of source code file causing ↵albert-github2016-03-181-1/+1
| | | | | | | | | | | | | | | | | | nesting of HTML code for function documentation Update based on comment by D.v.Heesch
| | * Bug 763720 - Exclusion of a new line at the end of source code file causing ↵albert-github2016-03-171-0/+1
| | | | | | | | | | | | | | | | | | nesting of HTML code for function documentation In case a code fragment does not end with a newline add it explicitly, otherwise following descriptive element might get into the same box.
* | | Bug 763105 - Directory list is not generated in HTML outputDimitri van Heesch2016-03-191-63/+86
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-03-173-9/+68
|\ \
| * \ Merge pull request #458 from schachmat/patch-1Dimitri van Heesch2016-03-171-2/+2
| |\ \ | | | | | | | | mangen.h: remove italic in brief member descriptions
| | * | mangen.h: remove italic in brief member descriptionsschachmat2016-03-161-2/+2
| | |/ | | | | | | | | | nroff does not support italic text and replaces it with underlined text which looks weird on the brief description text.
| * | Merge pull request #457 from clone2727/bug306025Dimitri van Heesch2016-03-171-7/+7
| |\ \ | | | | | | | | Bug 306025 - Fix missing title in non-page docanchors from tag files
| | * | Bug 306025 - Fix missing title in non-page docanchors from tag filesMatthew Hoops2016-03-161-7/+7
| | |/
| * | Merge pull request #456 from grypho/masterDimitri van Heesch2016-03-171-0/+59
| |\ \ | | |/ | |/| Feature: Translations for german language (changes since 1.8.4)
| | * Feature: Translations for german language (changes since 1.8.4)Carsten Schumann2016-03-151-0/+59
| |/
* | Bug 763471 - imported section anchors are copied in project tagfileDimitri van Heesch2016-03-141-1/+1
|/
* Fix for changed references due to different removeRedudantWhiteSpace() ↵Dimitri van Heesch2016-03-132-10/+10
| | | | implementation
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-03-132-0/+11
|\
| * Merge pull request #454 from albert-github/feature/bug_763104Dimitri van Heesch2016-03-131-0/+3
| |\ | | | | | | Bug 763104 - hyperref link label drop underscores
| | * Bug 762982 - regression, Unescaped percent sign in doxygen outputalbert-github2016-03-051-0/+2
| | | | | | | | | | | | Besides the fact that the % sign was not escaped also the & was missing and had to be escaped as well.
| | * Bug 763104 - hyperref link label drop underscoresalbert-github2016-03-051-0/+1
| | | | | | | | | | | | underscores were not escaped in the content for "PDF summary/index in the left tab"
| * | Merge pull request #455 from albert-github/feature/flex_flag_ninjaDimitri van Heesch2016-03-131-0/+8
| |\ \ | | |/ | |/| Adding compilation options for flex/lex and bison/yacc
| | * Adding compilation options for flex/lex and bison/yaccalbert-github2016-03-051-0/+8
| |/ | | | | | | | | | | | | The pull request #419 didn't work for the ninja build platform The pull request #442 did only work when cmake was called but not during compilation ("make") In this patch we set the LEX_FLAGS and YACC_FLAGS when specified on the command line with cmake to the specified value, in the other case these flags are for the Ninja build system they are omitted and for all other build systems they are set to $(LEX_FLAGS) and $(YACC_FLAGS) so they can be used during runtime as well.
* | reimplemented removeRedundantWhiteSpace() to improve performanceDimitri van Heesch2016-03-131-154/+231
| |
* | Fixed wrong <p> nesting issue for call/caller graphsDimitri van Heesch2016-03-081-4/+4
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-02-141-4/+4
|\