Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum ↵ | Dimitri van Heesch | 2016-07-31 | 1 | -2/+4 |
| | | | | class contained in a class | ||||
* | Bug 768954 - Segmentation fault when processing md containing only header | Dimitri van Heesch | 2016-07-31 | 1 | -10/+13 |
| | |||||
* | Bug 769018 - Invalid XHTML if the directives brief and exception are ↵ | Dimitri van Heesch | 2016-07-31 | 1 | -0/+1 |
| | | | | following immediately | ||||
* | Fix for HTML output when using server side search and the the new menu bar | Dimitri van Heesch | 2016-07-31 | 1 | -1/+17 |
| | |||||
* | Merge pull request #463 from albert-github/feature/bug_copyLogo_latex | Dimitri van Heesch | 2016-07-30 | 1 | -3/+8 |
|\ | | | | | Doxygen fails to copy logo image to LaTex output dir | ||||
| * | Doxygen fails to copy logo image to LaTex output dir | albert-github | 2016-04-03 | 1 | -3/+8 |
| | | | | | | | | Logo was only copied for HTML, now it is done for LaTeX and RTF as well. | ||||
* | | Merge pull request #491 from groleo/master | Dimitri van Heesch | 2016-07-30 | 1 | -22/+30 |
|\ \ | | | | | | | sqlite3gen: defnname -> defname | ||||
| * | | sqlite3gen: use the refid stored in the refids table | Adrian Negreanu | 2016-07-25 | 1 | -13/+21 |
| | | | | | | | | | | | | All refid are now INTEGERS pointing into the refids Table. | ||||
| * | | sqlite3gen: defnname -> defname | Adrian Negreanu | 2016-07-25 | 1 | -9/+9 |
| | | | | | | | | | | | | Match the name used by XML. | ||||
* | | | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 18 | -62/+176 |
| | | | |||||
* | | | Merge branch 'short_member_title' of https://github.com/PkLab/doxygen into ↵ | Dimitri van Heesch | 2016-07-23 | 5 | -15/+19 |
|\ \ \ | |/ / |/| | | | | | PkLab-short_member_title | ||||
| * | | Modified (readability) layout for member title in HTML and LaTex | PkLab.net | 2016-06-22 | 5 | -15/+19 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-07-23 | 5 | -10/+62 |
|\ \ \ | |||||
| * | | | sqlite3gen: export proper memberdef refid | Adrian Negreanu | 2016-07-20 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #488 from bithium/feature/perlmod | Dimitri van Heesch | 2016-07-17 | 1 | -5/+40 |
| |\ \ \ | | | | | | | | | | | Add support to more fields in Perlmod | ||||
| | * | | | Add parameter in/out specifiers to output. | Filipe Alves | 2016-07-14 | 1 | -4/+30 |
| | | | | | |||||
| | * | | | Add section title to output. | Filipe Alves | 2016-07-14 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Allow verbatim code block to be placed on the output. | Filipe Alves | 2016-07-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add caption in verbatim blocks. | Filipe Alves | 2016-07-14 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Revert #291 | Douman | 2016-07-06 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | See http://plantuml.com/salt.html for example HOW it supposed to work | ||||
| * | | | Merge pull request #478 from albert-github/feature/bug_766464 | Dimitri van Heesch | 2016-06-23 | 1 | -0/+16 |
| |\ \ \ | | |/ / | |/| | | Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = YES) | ||||
| | * | | Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = ↵ | albert-github | 2016-05-16 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | YES) Linking first element after "self" or "cls" | ||||
| * | | | Bug 767171 - ALIASES stop working after verbatim with formula and /** */ | albert-github | 2016-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A formula should not not end a "verbatim" type of block. A "verbatim" type of block should only stop at the corresponding end command. In case of a formula with an environment (i.e. f{) the name of the environment can be parsed separately. Corrected end condition for docbookonly. | ||||
* | | | | Fix issue escaping backslash inside markdown style code span | Dimitri van Heesch | 2016-07-23 | 1 | -0/+1 |
|/ / / | |||||
* | | | Adding partial htmlhelp support to template system | Dimitri van Heesch | 2016-06-02 | 1 | -19/+80 |
| | | | |||||
* | | | Fixed problem with -w command when no Doxyfile was present and specified | Dimitri van Heesch | 2016-06-02 | 1 | -13/+8 |
| | | | |||||
* | | | Fixed for index.hhp output when using template engine | Dimitri van Heesch | 2016-05-28 | 3 | -1/+9 |
| | | | |||||
* | | | Added generating template files and reading templates from disk if present | Dimitri van Heesch | 2016-05-28 | 7 | -7/+64 |
| | | | |||||
* | | | Added support for encoding tag to the template engine used for HTML help indices | Dimitri van Heesch | 2016-05-28 | 1 | -13/+174 |
| | | | |||||
* | | | Disabled debug prints | Dimitri van Heesch | 2016-05-28 | 1 | -2/+2 |
| | | | |||||
* | | | Bug 751416 - Markdown: > escaped within backticks | Dimitri van Heesch | 2016-05-26 | 1 | -6/+8 |
| | | | |||||
* | | | Bug 766698 - VHDL: missing last sign in html documentation of constant ↵ | Dimitri van Heesch | 2016-05-25 | 1 | -1/+4 |
| | | | | | | | | | | | | declaration | ||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-05-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output | albert-github | 2016-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Added {} around number of columns (was present for tabularx but not for longtabu tables) | ||||
* | | | | Bug 766809 - Enumerations heading present but none listed | Dimitri van Heesch | 2016-05-25 | 2 | -37/+29 |
| | | | | |||||
* | | | | Fix search box rendering in HTML when menu bar is disabled | Dimitri van Heesch | 2016-05-24 | 1 | -4/+7 |
|/ / / | |||||
* | | | Unify handling of extra packages in formula.cpp and latexgen.cpp so ↵ | Thadeus Fleming | 2016-05-20 | 4 | -21/+23 |
| | | | | | | | | | | | | formula.cpp handles package arguments correctly | ||||
* | | | Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygen | Dimitri van Heesch | 2016-05-16 | 5 | -29/+14 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-05-16 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #477 from infinity0/master | Dimitri van Heesch | 2016-05-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH | ||||
| | * | | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵ | Ximin Luo | 2016-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Heesch | 2016-05-16 | 1 | -17/+40 |
| | | | | | | | | | | | | | | | | empty page. | ||||
* | | | | Bug 764711 - quick link index in alphabetical class list in classes.html ↵ | Dimitri van Heesch | 2016-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | doesn't work | ||||
* | | | | Bug 675165 - Uses <img> instead of <object> html tag for SVG images | Dimitri van Heesch | 2016-05-15 | 1 | -8/+34 |
|/ / / | |||||
* | | | Bug 750930 - Representation of arrows | Dimitri van Heesch | 2016-05-15 | 1 | -2/+0 |
| | | | |||||
* | | | Bug 749924 - Doxygen handles comments in Objective-C code blocks incorrectly. | Dimitri van Heesch | 2016-05-10 | 1 | -8/+56 |
| | | | |||||
* | | | Minor build fixes | Dimitri van Heesch | 2016-05-09 | 1 | -0/+1 |
| | | | |||||
* | | | Bug 765070 - Java: final keyword on a parameter brakes docs inherinance | Dimitri van Heesch | 2016-05-07 | 1 | -0/+3 |
|/ / | |||||
* | | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 4 | -67/+211 |
| | | |||||
* | | Merge pull request #474 from c-lipka/fix_765001 | Dimitri van Heesch | 2016-05-01 | 1 | -1/+2 |
|\ \ | | | | | | | Bug 765001 - Bad character escaping scheme in HTML anchor generation. |