Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6468 from arm-in/master | Dimitri van Heesch | 2018-09-03 | 1 | -2/+2 |
|\ | | | | | Typos found by running "codespell" | ||||
| * | Update changelog.doc | Armin Müller | 2018-08-21 | 1 | -2/+2 |
| | | |||||
* | | Update mail address | Dimitri van Heesch | 2018-09-01 | 4 | -6/+6 |
| | | |||||
* | | Merge branch 'feature/bug_667993' of ↵ | Dimitri van Heesch | 2018-08-26 | 1 | -0/+4 |
|\ \ | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_667993 | ||||
| * | | Bug 667993 - HTML tags <u> and </u> not supported | albert-github | 2018-07-15 | 1 | -1/+0 |
| | | | | | | | | | | | | Removed redundant line in documentation | ||||
| * | | Bug 667993 - HTML tags <u> and </u> not supported | albert-github | 2018-07-07 | 1 | -0/+5 |
| | | | | | | | | | | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either). | ||||
* | | | Merge pull request #6441 from albert-github/feature/bug_distributed_man | Dimitri van Heesch | 2018-08-21 | 3 | -5/+5 |
|\ \ \ | |_|/ |/| | | Small corrections in distributed man pages | ||||
| * | | Small corrections in distributed man pages | albert-github | 2018-08-13 | 3 | -5/+5 |
| | | | |||||
* | | | Documentation correction include command with options | albert-github | 2018-08-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | - Corrected syntax - made text consistent | ||||
* | | | Bug 691689 - Line numbers for examples | Dimitri van Heesch | 2018-08-19 | 1 | -36/+41 |
|/ / | |||||
* | | Merge pull request #6398 from albert-github/feature/bug_610436 | Dimitri van Heesch | 2018-07-25 | 1 | -0/+3 |
|\ \ | | | | | | | Bug 610436 - <![CDATA[ is not handled inside C# comments | ||||
| * | | Bug 610436 - <![CDATA[ is not handled inside C# comments | albert-github | 2018-07-19 | 1 | -0/+3 |
| | | | | | | | | | | | | Added handling of "<![CDATA[ ... ]]>" i.e. XML CDATA sections in an analogous way top HTML comment but in this case the text is retained (as normal doxygen comment) and the special XML characters `<`,`>` and `&` are taken as if they were escaped. | ||||
* | | | Merge pull request #760 from albert-github/feature/bug_754440 | Dimitri van Heesch | 2018-07-23 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Bug 754440 - Can't suppress @author, @date and @copyright informationin the detailed file description | ||||
| * | | | Bug 754440 - Can't suppress @author, @date and @copyright information in the ↵ | albert-github | 2018-06-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | detailed file description Small clarification regarding `authorsection` versus `\author` | ||||
* | | | | Minor documentation fix | Dimitri van Heesch | 2018-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'feature/bug_tableofcontents_latex' of ↵ | Dimitri van Heesch | 2018-07-22 | 10 | -12/+25 |
|\ \ \ \ | |_|/ / |/| | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_tableofcontents_latex | ||||
| * | | | Merge branch 'feature/bug_tableofcontents_latex' of ↵ | albert-github | 2018-07-12 | 2 | -6/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into feature/bug_tableofcontents_latex | ||||
| | * \ \ | Merge branch 'master' into feature/bug_tableofcontents_latex | Dimitri van Heesch | 2018-06-24 | 2 | -6/+5 |
| | |\ \ \ | |||||
| * | | | | | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -6/+10 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table of contents - add the in page table of contents for XML - add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all) | ||||
| * | | | | Enable in page table of contents for LaTeX | albert-github | 2018-05-21 | 10 | -12/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently the \tableofcontents command is only supported for HTML. In this patch: - enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}'] where option can be 'HTML, and 'LaTeX' (side effect: possibility to have options with, nearly, all commands.) | ||||
* | | | | | Merge pull request #718 from albert-github/feature/bug_626105_docu | Dimitri van Heesch | 2018-07-18 | 1 | -1/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug 626105 - @var in php is not documented | ||||
| * | | | | | Bug 626105 - @var in php is not documented | albert-github | 2018-05-11 | 1 | -1/+9 |
| |/ / / / | | | | | | | | | | | | | | | | Small clarification in case of datatype for php. | ||||
* | | | | | Merge pull request #769 from albert-github/feature/bug_485773_docu | Dimitri van Heesch | 2018-07-07 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Bug 485773 - cond/endcond cannot be used in aliases | ||||
| * | | | | Bug 485773 - cond/endcond cannot be used in aliases | albert-github | 2018-06-18 | 1 | -0/+4 |
| | |_|/ | |/| | | | | | | | | | | Due to the moment of parsing \cond and \endcond cannot be used in ALIASES, added note to the documentation. | ||||
* | | | | Fixed bug in URL | Dimitri van Heesch | 2018-07-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed documentation to point to GitHub issue tracker | Dimitri van Heesch | 2018-07-02 | 3 | -1124/+1123 |
| |_|/ |/| | | |||||
* | | | Resolve inconsistency in formula repositories. | albert-github | 2018-06-11 | 1 | -2/+2 |
|/ / | | | | | | | HTML and RTF have their own directory with formula repository files. These can get out of sync when HTML and RTF versions are not always build together (and both are required again). | ||||
* | | Merge pull request #750 from ↵ | Dimitri van Heesch | 2018-06-10 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | albert-github/feature/doxygen_html_manual_markdown_tables Doxygen manual doesn't have lines around markdown tables / cells. | ||||
| * | | Doxygen manual doesn't have lines around markdown tables / cells. | albert-github | 2018-05-29 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | In the chapter about markdown tables the tables lack the lines around the table and between the cells. Reason is a wrong color in the doxygen_manual.css (taken value from the standard doxygen.css). Regression on pull request #537 | ||||
* | | Add formula (images) to RTF output | albert-github | 2018-06-05 | 1 | -3/+2 |
|/ | | | | The RTF output was lacking the possibility to have formulas in it (were written as text). This patch generates the images analogous to the HTML, non MATHJAX, version and includes them in the output. | ||||
* | Merge pull request #688 from albert-github/feature/bug_md_toc_docu | Dimitri van Heesch | 2018-04-22 | 1 | -0/+3 |
|\ | | | | | Added note for usage of [TOC] together with Markdown headers | ||||
| * | Added not for usage of [TOC] together with Markdown headers | albert-github | 2018-03-31 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #685 from albert-github/feature/bug_single_tests | Dimitri van Heesch | 2018-04-22 | 1 | -0/+5 |
|\ \ | | | | | | | Enable possibility to run single tests | ||||
| * | | Enable possibility to run single tests | albert-github | 2018-03-27 | 1 | -1/+6 |
| |/ | | | | | | | Create the possibility to run only one or more tests. | ||||
* | | Merge pull request #682 from arm-in/master | Dimitri van Heesch | 2018-04-22 | 1 | -6/+6 |
|\ \ | | | | | | | Typos found by running "codespell" | ||||
| * | | Typos | Armin Müller | 2018-03-26 | 1 | -6/+6 |
| |/ | |||||
* | | Merge pull request #678 from albert-github/feature/bug_docu_2 | Dimitri van Heesch | 2018-04-22 | 14 | -30/+30 |
|\ \ | | | | | | | Small documentation corrections | ||||
| * | | Small documentation corrections | albert-github | 2018-03-06 | 14 | -30/+30 |
| |/ | |||||
* | | Merge pull request #673 from albert-github/feature/bug_docu_arch | Dimitri van Heesch | 2018-04-22 | 1 | -4/+4 |
|\ \ | | | | | | | Documentation update regarding right font usage in architecture chapter | ||||
| * | | Documentation update regarding right font usage in architecture chapter | albert-github | 2018-03-04 | 1 | -4/+4 |
| |/ | | | | | | | Small update, setting program names in right font | ||||
* | | Merge pull request #668 from albert-github/feature/bug_docu_faq | Dimitri van Heesch | 2018-04-22 | 1 | -1/+1 |
|\ \ | | | | | | | Correction in title of FAQ | ||||
| * | | Correction in title of FAQ | albert-github | 2018-02-26 | 1 | -1/+1 |
| |/ | | | | | | | Removed <code> </code> from title of FAQ as this text is shown literal and this is not the intention. | ||||
* | | Documentation corrections | albert-github | 2018-02-26 | 2 | -4/+4 |
|/ | | | | Corrected the way files are displaced (should be in "code mode") | ||||
* | More typos | luz.paz | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Updated changelog for release 1.8.14Release_1_8_14 | Dimitri van Heesch | 2017-12-25 | 1 | -0/+127 |
| | |||||
* | Bug 779014 - Add "\~" command to internatioalization article | Dimitri van Heesch | 2017-12-25 | 1 | -2/+4 |
| | |||||
* | Merge pull request #602 from albert-github/feature/bug_newline_alias | Dimitri van Heesch | 2017-12-24 | 1 | -1/+3 |
|\ | | | | | Physical newlines in ALIASES configuration tags. | ||||
| * | Physical newlines in ALIASES configuration tags. | albert-github | 2017-09-09 | 1 | -1/+3 |
| | | | | | | | | | | | | Some commands read input till the end of the physical line. In case these commands are used in an alias the rest of the line is lost / gives not the required results. This patch creates the possibility to have physical newlines in ALIASES. See also: https://stackoverflow.com/questions/46050789/doxygen-alias-with-multiple-commands | ||||
* | | Fix: add missing semicolon ';' at end of line | Matthew White | 2017-12-16 | 1 | -1/+1 |
| | | |||||
* | | Fix: add missing newline char '\n' | Matthew White | 2017-12-16 | 1 | -1/+1 |
| | |