Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusted the text a bit | Dimitri van Heesch | 2021-05-25 | 1 | -95/+94 |
| | |||||
* | issue #8563 Link not created and the Doxygen comment is placed in the output ↵ | albert-github | 2021-05-24 | 1 | -1/+6 |
| | | | | | | improperly A small warning about the usage of "Putting documentation after members" in case of a define. | ||||
* | Exclude markdown mapped documentation files from Files list | albert-github | 2020-11-24 | 1 | -1/+3 |
| | | | | Update of documentation | ||||
* | Merge pull request #7575 from albert-github/feature/bug_py_docstr | Dimitri van Heesch | 2020-08-10 | 1 | -3/+7 |
|\ | | | | | Using Python docstrings | ||||
| * | Using Python docstrings | albert-github | 2020-02-07 | 1 | -3/+7 |
| | | | | | | | | | | - making documentation a bit clearer - add configuration setting to have docstrings not as preformatted text but as normal documentation (default remains preformatted). | ||||
* | | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 1 | -69/+3 |
|/ | | | | very popular) | ||||
* | Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html | albert-github | 2020-01-23 | 1 | -1/+1 |
| | | | | Corrected spelling | ||||
* | Minor fixes | Dimitri van Heesch | 2019-12-12 | 1 | -2/+3 |
| | |||||
* | issue #7436 Incorrect handling of block comments in VHDL | albert-github | 2019-12-11 | 1 | -0/+3 |
| | | | | Added some documentation | ||||
* | updated manual, included examples in documentation | Christopher Friedt | 2019-05-17 | 1 | -0/+9 |
| | |||||
* | add blurb to docblocks | Christopher Friedt | 2019-05-09 | 1 | -0/+10 |
| | |||||
* | Doxygen manual is not XHTML compliant | albert-github | 2018-12-05 | 1 | -9/+1 |
| | | | | | | | | | The doxygen manual is not XHTML compliant. In this, first, fix : - fixes the problems in the doc files (note that docblocks has a small extra problem, pull request for this is #6660) - determine output directory for HTML based on the doxyfile (for images). Note: Remaining problems with examples and old change log files (version 1.5 and earlier) | ||||
* | Spelling of the word Javadoc | albert-github | 2018-10-29 | 1 | -6/+6 |
| | | | | | The current spelling (also for the older versions) is Javadoc. Changed on all possible documentation visible places (external and internal). | ||||
* | Documentation internet addresses | albert-github | 2018-10-27 | 1 | -3/+4 |
| | | | | Running a link checker revealed a number of not existing / redirected addresses, these have been corrected. | ||||
* | Enable in page table of contents for LaTeX | albert-github | 2018-05-21 | 1 | -1/+1 |
| | | | | | | | | 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.) | ||||
* | Small documentation corrections | albert-github | 2018-03-06 | 1 | -4/+4 |
| | |||||
* | Correction of non reachable links and redirected links in documentation. | albert-github | 2017-06-04 | 1 | -7/+7 |
| | | | | | The W3C link checker reported a number of problems regarding non reachable links and permanent redirects. Most of these problems have been fixed with this patch | ||||
* | Fix documentation typos | Jakub Wilk | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Tweaked the htmlonly sections in the manual so it produces valid HTML output | Dimitri van Heesch | 2015-12-26 | 1 | -0/+8 |
| | |||||
* | Add examples to LaTeX / PDF doxygen manual | albert-github | 2015-09-05 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the examples a shown in the HTML / CHM documentation also to the LaTeX / PDF documentation. - doc/*.doc added latexonly part referencing the example in the appendix - doc/Doxyfile silence the generation of the manual - doc/doxygen_manual.tex add the examples as appendices to the manual, by means of the subinputfrom command the parts included by refman_doc are taken from the specified directory - examples/*.cfg adjusted configuration files ("Doxyfile") to generate LaTeX output - examples/*.h and examples/*.cpp make names unique so no conflicts occur when adding all the examples - examples/CMakeLists.txt add generation of the file to be included (see strip_example.py), adjust dependencies and add the refman_doc.tex as output target - examples/input_test.cpp file added (adjusted copy of example_test.cpp) to overcome name clashes (example_test.cpp would have been included twice) - examples/strip_example.py we are only interested in the documentation files as included in the different examples, so we get those commands. The preamble will be handled by the doxygen_manual.tex and we have already an index in the doxygen_manual.tex so we don't need a separate one from each example. The module / diagram documentation is dependent on the presence of 'dot', this is reflected in the docblocks.doc, CMakeLists.txt and doxygen_manual.tex | ||||
* | Small documentation corrections | albert-github | 2015-08-28 | 1 | -3/+3 |
| | | | | | | - syntax correction - cross reference between HTML table and Markdown table - removed reference through "here" (problematic in printed documentation, one does not know where to go). | ||||
* | Added cmake rules to build the examples that are also part of the manual | Dimitri van Heesch | 2015-06-13 | 1 | -8/+8 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 734099 - Add support for non-parsed language | Dimitri van Heesch | 2014-08-04 | 1 | -1/+18 |
| | |||||
* | Bug 625601 - FORTRAN: recognition free versus fixed formatted code | albert-github | 2014-06-19 | 1 | -2/+2 |
| | | | | Correction in documentation based on comment by dnm on June 19 2014 | ||||
* | Some restructuring and some compiler warning fixes | Dimitri van Heesch | 2014-03-15 | 1 | -3/+3 |
| | |||||
* | Bug 625601 - FORTRAN: recognition free versus fixed formatted code | albert-github | 2014-03-09 | 1 | -4/+13 |
| | | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code. | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Documentation corrections | albert-github | 2014-01-12 | 1 | -3/+3 |
| | | | | Corrected some spelling errors and added / correceted some references | ||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -2/+2 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -9/+0 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -0/+5 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -3/+4 |
| | |||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -66/+114 |
| | |||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -3/+71 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -3/+3 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -4/+4 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -0/+32 |
| | |||||
* | Release-1.5.8-20090304 | Dimitri van Heesch | 2009-03-04 | 1 | -1/+3 |
| | |||||
* | Release-1.5.7.1-20081225 | Dimitri van Heesch | 2008-12-25 | 1 | -2/+12 |
| | |||||
* | Release-1.5.6-20080727 | Dimitri van Heesch | 2008-07-27 | 1 | -10/+6 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -4/+30 |
| | |||||
* | Release-1.5.3-20070815 | Dimitri van Heesch | 2007-08-15 | 1 | -2/+2 |
| | |||||
* | Release-1.5.3 | Dimitri van Heesch | 2007-07-27 | 1 | -6/+21 |
| | |||||
* | Release-1.5.2-20070506 | Dimitri van Heesch | 2007-05-06 | 1 | -0/+4 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -2/+2 |
| |