summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.doc
Commit message (Collapse)AuthorAgeFilesLines
* Some rewordingDimitri van Heesch2021-06-131-2/+2
|
* issue #8591 Doxygen comment suggestion in help collides with clang-formatalbert-github2021-06-081-1/+4
| | | | Added a general warning about the `/****//**` type of comment
* Adjusted the text a bitDimitri van Heesch2021-05-251-95/+94
|
* issue #8563 Link not created and the Doxygen comment is placed in the output ↵albert-github2021-05-241-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 listalbert-github2020-11-241-1/+3
| | | | Update of documentation
* Merge pull request #7575 from albert-github/feature/bug_py_docstrDimitri van Heesch2020-08-101-3/+7
|\ | | | | Using Python docstrings
| * Using Python docstringsalbert-github2020-02-071-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 Heesch2020-03-151-69/+3
|/ | | | very popular)
* Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.htmlalbert-github2020-01-231-1/+1
| | | | Corrected spelling
* Minor fixesDimitri van Heesch2019-12-121-2/+3
|
* issue #7436 Incorrect handling of block comments in VHDLalbert-github2019-12-111-0/+3
| | | | Added some documentation
* updated manual, included examples in documentationChristopher Friedt2019-05-171-0/+9
|
* add blurb to docblocksChristopher Friedt2019-05-091-0/+10
|
* Doxygen manual is not XHTML compliantalbert-github2018-12-051-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 Javadocalbert-github2018-10-291-6/+6
| | | | | The current spelling (also for the older versions) is Javadoc. Changed on all possible documentation visible places (external and internal).
* Documentation internet addressesalbert-github2018-10-271-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 LaTeXalbert-github2018-05-211-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 correctionsalbert-github2018-03-061-4/+4
|
* Correction of non reachable links and redirected links in documentation.albert-github2017-06-041-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 typosJakub Wilk2016-02-021-1/+1
|
* Tweaked the htmlonly sections in the manual so it produces valid HTML outputDimitri van Heesch2015-12-261-0/+8
|
* Add examples to LaTeX / PDF doxygen manualalbert-github2015-09-051-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 correctionsalbert-github2015-08-281-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 manualDimitri van Heesch2015-06-131-8/+8
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-041-1/+18
|
* Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-06-191-2/+2
| | | | Correction in documentation based on comment by dnm on June 19 2014
* Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-151-3/+3
|
* Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-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 copyrightDimitri van Heesch2014-02-111-1/+1
|
* Documentation correctionsalbert-github2014-01-121-3/+3
| | | | Corrected some spelling errors and added / correceted some references
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-2/+2
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-9/+0
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-0/+5
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-3/+4
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-66/+114
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-1/+1
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-1/+1
|
* Release-1.7.5Dimitri van Heesch2011-08-141-3/+71
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-3/+3
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-4/+4
|
* Release-1.7.1Dimitri van Heesch2010-06-251-0/+32
|
* Release-1.5.8-20090304Dimitri van Heesch2009-03-041-1/+3
|
* Release-1.5.7.1-20081225Dimitri van Heesch2008-12-251-2/+12
|
* Release-1.5.6-20080727Dimitri van Heesch2008-07-271-10/+6
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-4/+30
|
* Release-1.5.3-20070815Dimitri van Heesch2007-08-151-2/+2
|
* Release-1.5.3Dimitri van Heesch2007-07-271-6/+21
|