summaryrefslogtreecommitdiffstats
path: root/doc/custcmd.doc
Commit message (Collapse)AuthorAgeFilesLines
* Usage of '{', '}' and ',' in ALIASalbert-github2018-09-141-0/+5
| | | | | | | | | | | | | Based on the stack overflow question: https://stackoverflow.com/questions/52314045/how-to-use-addtogroup-with-an-aliases-command/52314821#52314821 ALIASES += opengroup{1}="^^* \addtogroup \1_GROUP ^^ * \{ ^^" ALIASES += close="\}" /** \opengroup{LEVEL_1} */ // ...code statements... /** \close */ // opengroup Does not create a group due to the change of `\{` to just `}`, this behavior has been documented now.
* 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.)
* Physical newlines in ALIASES configuration tags.albert-github2017-09-091-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
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Made documentation more consistentalbert-github2014-02-121-7/+7
| | | | Made documentation for custom commands more consistent and remove not required backslashes
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-0/+7
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+3
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-1/+1
|
* Release-1.5.2-20070719Dimitri van Heesch2007-07-191-0/+123