summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed for index.hhp output when using template engineDimitri van Heesch2016-05-284-3/+11
| | |
* | | Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-287-7/+64
| | |
* | | Improved list of files in htmlhelp.hhpDimitri van Heesch2016-05-281-4/+3
| | |
* | | Added support for encoding tag to the template engine used for HTML help indicesDimitri van Heesch2016-05-283-13/+214
| | |
* | | Disabled debug printsDimitri van Heesch2016-05-281-2/+2
| | |
* | | Bug 751416 - Markdown: > escaped within backticksDimitri van Heesch2016-05-261-6/+8
| | |
* | | Bug 766698 - VHDL: missing last sign in html documentation of constant ↵Dimitri van Heesch2016-05-251-1/+4
| | | | | | | | | | | | declaration
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-05-251-1/+1
|\ \ \
| * \ \ Merge pull request #481 from albert-github/feature/bug_766787Dimitri van Heesch2016-05-231-1/+1
| |\ \ \ | | | | | | | | | | Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output
| | * | | Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based outputalbert-github2016-05-231-1/+1
| |/ / / | | | | | | | | | | | | Added {} around number of columns (was present for tabularx but not for longtabu tables)
* | | | Bug 766809 - Enumerations heading present but none listedDimitri van Heesch2016-05-252-37/+29
| | | |
* | | | Fix search box rendering in HTML when menu bar is disabledDimitri van Heesch2016-05-242-4/+280
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-05-201-0/+9
|\ \ \
| * \ \ Merge pull request #479 from zhuoqiang/patch-1Dimitri van Heesch2016-05-201-0/+9
| |\ \ \ | | | | | | | | | | Disable selecting line number
| | * | | Disable selecting line numberZHUO Qiang2016-05-201-0/+9
| |/ / / | | | | | | | | | | | | | | | | Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number.
* | | | Merge branch 'iamthad-extra_packages_fix'Dimitri van Heesch2016-05-204-21/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Unify handling of extra packages in formula.cpp and latexgen.cpp so ↵Thadeus Fleming2016-05-204-21/+23
|/ / / | | | | | | | | | formula.cpp handles package arguments correctly
* | | Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygenDimitri van Heesch2016-05-165-29/+14
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-05-163-1/+25
|\ \
| * \ Merge pull request #477 from infinity0/masterDimitri van Heesch2016-05-163-1/+25
| |\ \ | | | | | | | | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH
| | * | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵Ximin Luo2016-05-093-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SOURCE_DATE_EPOCH According to the SOURCE_DATE_EPOCH spec [1], "Formatting MUST be deferred until runtime if an end user should observe the value in their own locale or timezone." However setTime_t uses localtime, so the output is in the timezone of the build machine running doxygen, and not the timezone of the reader consuming the final output. To adhere to the spec, the easiest option is to add a setTimeUtc_t function that is the same as setTime_t, but only uses gmtime instead of first trying localtime. [1] https://reproducible-builds.org/specs/source-date-epoch/
* | | | Bug 765692 - Using `@page` to add title to Markdown file generates surplus ↵Dimitri van Heesch2016-05-161-17/+40
| | | | | | | | | | | | | | | | empty page.
* | | | Bug 764711 - quick link index in alphabetical class list in classes.html ↵Dimitri van Heesch2016-05-151-2/+2
| | | | | | | | | | | | | | | | doesn't work
* | | | Bug 675165 - Uses <img> instead of <object> html tag for SVG imagesDimitri van Heesch2016-05-151-8/+34
|/ / /
* | | Bug 750930 - Representation of arrowsDimitri van Heesch2016-05-156-124/+16
| | |
* | | Bug 749924 - Doxygen handles comments in Objective-C code blocks incorrectly.Dimitri van Heesch2016-05-101-8/+56
| | |
* | | Minor build fixesDimitri van Heesch2016-05-092-2/+3
| | |
* | | Bug 765070 - Java: final keyword on a parameter brakes docs inherinanceDimitri van Heesch2016-05-071-0/+3
|/ /
* | Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-0535-300/+2573
| |
* | Merge pull request #474 from c-lipka/fix_765001Dimitri van Heesch2016-05-011-1/+2
|\ \ | | | | | | Bug 765001 - Bad character escaping scheme in HTML anchor generation.
| * | Simplified code of fix for Bug 765001Christoph Lipka2016-05-011-10/+1
| | |
| * | Merge branch 'master' into fix_765001Christoph Lipka2016-04-271-2/+2
| |\ \
| * | | Bug 765001 - Bad character escaping scheme in HTML anchor generation.Christoph Lipka2016-04-271-1/+11
| | | |
* | | | Merge pull request #475 from c-lipka/toc_include_headingsDimitri van Heesch2016-05-013-4/+23
|\ \ \ \ | |_|/ / |/| | | Added an option to add "anonymous" headings to the table of contents …
| * | | Added an option to add "anonymous" headings to the table of contents ↵Christoph Lipka2016-04-303-4/+23
|/ / / | | | | | | | | | (currently Markdown only).
* | | 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.
* | 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