Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introducing commands includedoc and snippetdoc | albert-github | 2016-08-21 | 7 | -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. | ||||
* | Merge pull request #502 from albert-github/feature/bug_docu_pull_495 | Dimitri van Heesch | 2016-08-21 | 1 | -0/+3 |
|\ | | | | | Documentation for extensions .f95, .f03 and .f08 | ||||
| * | Documentation for extensions .f95, .f03 and .f08 | albert-github | 2016-08-21 | 1 | -0/+3 |
|/ | | | | Added documentation for pull request #495 | ||||
* | Merge pull request #495 from melven/Fortran_file_types | Dimitri van Heesch | 2016-08-20 | 2 | -0/+6 |
|\ | | | | | Also map .f95, .f03 and .f08 file types to Fortran | ||||
| * | Also map .f95, .f03 and .f08 file types to Fortran | Melven Roehrig-Zoellner | 2016-08-01 | 2 | -0/+6 |
| | | | | | | | | These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively. | ||||
* | | Merge pull request #501 from ↵ | Dimitri van Heesch | 2016-08-20 | 1 | -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 code | albert-github | 2016-08-19 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #500 from albert-github/feature/bug_ftn_result_keyw | Dimitri van Heesch | 2016-08-20 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Color code word RESULT as keyword in FORTRAN code | ||||
| * | | | Color code word RESULT as keyword in FORTRAN code | albert-github | 2016-08-18 | 1 | -1/+6 |
| |/ / | |||||
* | | | Merge pull request #498 from artur-kink/master | Dimitri van Heesch | 2016-08-20 | 1 | -15/+23 |
|\ \ \ | | | | | | | | | Parse more than 1 size indiction in defaultHandleTitleAndSize | ||||
| * | | | Parse more than 1 size indiction in defaultHandleTitleAndSize | Artur Kink | 2016-08-08 | 1 | -15/+23 |
| |/ / | |||||
* | | | Merge pull request #499 from albert-github/feature/problem_navtree_css | Dimitri van Heesch | 2016-08-20 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Missing semicolon in navtree.css | ||||
| * | | Missing semicolon in navtree.css | albert-github | 2016-08-17 | 1 | -1/+1 |
|/ / | | | | | | | Added missing semicolon in navtree,css | ||||
* | | 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 | 3 | -4/+24 |
| | | |||||
* | | 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 #493 from t-b/winbuild_fix_building_with_libclang | Dimitri van Heesch | 2016-07-30 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Fix linker flags for building with clang on Windows | ||||
| * | | | Fix linker flags for building with clang on Windows | Thomas Braun | 2016-07-28 | 1 | -1/+5 |
| | |/ | |/| | | | | | | | Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de> | ||||
* | | | Merge pull request #492 from t-b/winbuild_fix_for_vs_2015 | Dimitri van Heesch | 2016-07-30 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | CMAKE: Fix building on Windows with VS 2015 | ||||
| * | | | CMAKE: Fix building on Windows with VS 2015 | Thomas Braun | 2016-07-27 | 1 | -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/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. | ||||
* | | | Merge branch 'PkLab-short_member_title' | Dimitri van Heesch | 2016-07-30 | 20 | -80/+222 |
|\ \ \ | |/ / |/| | | |||||
| * | | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 19 | -86/+204 |
| | | | |||||
| * | | Merge branch 'short_member_title' of https://github.com/PkLab/doxygen into ↵ | Dimitri van Heesch | 2016-07-23 | 7 | -17/+41 |
| |\ \ |/ / / | | | | | | | PkLab-short_member_title | ||||
| * | | Modified (readability) layout for member title in HTML and LaTex | PkLab.net | 2016-06-22 | 7 | -17/+41 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-07-23 | 5 | -10/+62 |
|\ \ \ | |||||
| * \ \ | Merge pull request #490 from groleo/master | Dimitri van Heesch | 2016-07-21 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | sqlite3gen: export proper memberdef refid | ||||
| | * | | | 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 |
| | | | | | |||||
| * | | | | Merge pull request #486 from DoumanAsh/revert_plantuml | Dimitri van Heesch | 2016-07-17 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | Revert #291 since it is wrong solution | ||||
| | * | | | 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" | ||||
| * | | | Merge pull request #482 from albert-github/feature/bug_767171 | Dimitri van Heesch | 2016-06-20 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Bug 767171 - ALIASES stop working after verbatim with formula and /** */ | ||||
| | * | | | 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 | 2 | -1/+2 |
|/ / / / | |||||
* | | | | Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis) | Dimitri van Heesch | 2016-06-05 | 3 | -902/+859 |
|/ / / | |||||
* | | | Updated stylesheet for the manual to fix layout issue in the navigation tree | Dimitri van Heesch | 2016-06-02 | 1 | -171/+568 |
| | | | |||||
* | | | Adding partial htmlhelp support to template system | Dimitri van Heesch | 2016-06-02 | 5 | -21/+101 |
| | | | |||||
* | | | 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 | 4 | -3/+11 |
| | | |