summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-04-2511-17/+17
| | | | Found via `codespell`
* Merge pull request #706 from c-lipka/dirinfo_doxDimitri van Heesch2018-04-221-2/+2
|\ | | | | Include "empty" directories documenting themselves.
| * Include "empty" directories in the documentation if they contain a `.dox` ↵Christoph Lipka2018-04-141-2/+2
| | | | | | | | file (or similar) documenting the directory itself.
* | Merge pull request #677 from albert-github/feature/bug_743539Dimitri van Heesch2018-04-222-4/+1
|\ \ | | | | | | Bug 743539 - Field with name "internal" confuses documentation builder.
| * \ Merge branch 'master' into feature/bug_743539Dimitri van Heesch2018-04-2215-101/+188
| |\ \
| * | | Bug 743539 - Field with name "internal" confuses documentation builder.albert-github2018-03-062-4/+1
| | | | | | | | | | | | | | | | internal is not a Java reserved word / keyword but was handled as such.
* | | | Merge pull request #705 from c-lipka/masterDimitri van Heesch2018-04-221-2/+1
|\ \ \ \ | | | | | | | | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()
| * | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()Christoph Lipka2018-04-141-2/+1
| | |_|/ | |/| |
* | | | Merge pull request #704 from albert-github/feature/bug_704046Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ | | | | | | | | | | Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output
| * | | | Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated outputalbert-github2018-04-121-1/+4
| |/ / / | | | | | | | | | | | | Excluded digits and '+' sign and '-' sign from determination of Words.
* | | | Merge pull request #700 from albert-github/feature/bug_latext_indexDimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Consistency of Index name in LaTeX output
| * | | | Consistency of Index name in LaTeX outputalbert-github2018-04-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | The name of the index is used on a number of places, in the Contents and the Bookmarks the name as used in the \addcontentsline is used and in the chapter with the index the name as specified in the \indexname is used. The \indexname is set by the language package and the name in the \addcontentsline the name as used in the doxygen translator is used, this can lead to inconsistencies (e.g. Slovak language Register versus Index). The approach has be made uniform here by using \indexname on bot places.
* | | | Merge pull request #699 from albert-github/feature/bug_303020Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ | | | | | | | | | | Bug 303020 - Missing warning of undocumented member in member group
| * | | | Bug 303020 - Missing warning of undocumented member in member groupalbert-github2018-04-101-1/+4
| |/ / / | | | | | | | | | | | | | | | | Removed restrictions that functions / variables / enums ... in a \name command were executed from the test. (Note: In case of functions the arguments were tested or presence).
* | | | Merge pull request #696 from albert-github/feature/bug_xhtml_image_altDimitri van Heesch2018-04-221-3/+11
|\ \ \ \ | | | | | | | | | | XHTML image tag mandatory alt attribute
| * | | | XHTML image tag mandatory alt attributealbert-github2018-04-091-3/+11
| |/ / / | | | | | | | | | | | | | | | | The alt attribute is mandatory for the image tag, it is possible to have it written out with an empty string. In case with the image tag there is no alt attribute the empty string alt attribute is added.
* | | | Merge pull request #695 from albert-github/feature/bug_internal_docuDimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Correction internal documentation
| * | | | Correction internal documentationalbert-github2018-04-091-1/+1
| |/ / / | | | | | | | | | | | | Small correcting to remove some messages about wrong parameter documentation in doxygen internal documentation.
* | | | Merge pull request #694 from albert-github/feature/bug_latex_rtf_referenceDimitri van Heesch2018-04-221-5/+5
|\ \ \ \ | | | | | | | | | | Correcting "Definition at line @0 of file @1."
| * | | | Correcting "Definition at line @0 of file @1."albert-github2018-04-091-5/+5
| |/ / / | | | | | | | | | | | | In the LaTeX and RTF documentation where the filename should be presented before the linenumber (e.g. Chinese, Japanese) in the sentence "Definition at line @0 of file @1." neither was shown, the HTML version was correct.
* | | | Merge pull request #692 from albert-github/feature/bug_792211_2Dimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Bug 792211 - When generating xhtml, async attribute on script tags need a value
| * | | | Bug 792211 - When generating xhtml, async attribute on script tags need a valuealbert-github2018-04-021-1/+1
| |/ / / | | | | | | | | | | | | Corrected attribute.
* | | | Merge pull request #682 from arm-in/masterDimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Typos found by running "codespell"
| * | | | TypoArmin Müller2018-03-261-1/+1
| |/ / /
* | | | Merge pull request #681 from albert-github/feature/bug_794509Dimitri van Heesch2018-04-222-10/+9
|\ \ \ \ | |_|_|/ |/| | | Bug 794509 - c# see langword broken
| * | | Bug 794509 - c# see langword brokenalbert-github2018-03-232-10/+9
| |/ / | | | | | | | | | | | | - code.l: The word 'null' was not recognized as reserved word - docparser.l The attribute 'langword' should not generate a link but the 'langword' value as code.
* | | Merge pull request #680 from damaex/masterDimitri van Heesch2018-04-221-4/+4
|\ \ \ | | | | | | | | added PHP7 support for the search engine on HTML output.
| * | | added PHP7 support for the search engine on HTML output.daMaex2018-03-221-4/+4
| |/ / | | | | | | | | | See: http://php.net/manual/en/language.basic-syntax.phptags.php
* | | Merge pull request #678 from albert-github/feature/bug_docu_2Dimitri van Heesch2018-04-221-5/+5
|\ \ \ | | | | | | | | Small documentation corrections
| * | | Small documentation correctionsalbert-github2018-03-061-5/+5
| | |/ | |/|
* | | Merge pull request #676 from albert-github/feature/bug_788940Dimitri van Heesch2018-04-221-3/+6
|\ \ \ | | | | | | | | Bug 788940 - Bad handling of Python class members when a class declaration line contains a comment
| * | | Bug 788940 - Bad handling of Python class members when a class declaration ↵albert-github2018-03-051-3/+6
| |/ / | | | | | | | | | | | | | | | line contains a comment Made comments possible after a class declaration.
* | | Merge pull request #675 from albert-github/feature/bug_778012Dimitri van Heesch2018-04-221-8/+22
|\ \ \ | | | | | | | | Bug 778012 - Python List as Default Parameter not parsed correctly
| * | | Bug 778012 - Python List as Default Parameter not parsed correctlyalbert-github2018-03-041-8/+22
| |/ / | | | | | | | | | Added handling of square brackets, single quoted strings and double quoted strings (could contain comma's as well) to default values of arguments.
* | | Merge pull request #674 from albert-github/feature/bug_792122Dimitri van Heesch2018-04-223-29/+23
|\ \ \ | | | | | | | | Bug 792122 - XHTML pages are broken several ways
| * | | Bug 792122 - XHTML pages are broken several waysalbert-github2018-03-043-29/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Markdown processing was done after the normal tag processing and splitting the comment in brief, doc, inline. This resulted in that sectioning parts (i.e. e.g. ==== conversion to <h1> ) remained in the brief description whilst similar constructs with HTML commands landed in the doc (details) description. By performing the markdown on the entire comment block this problem has been overcome. commentscan.l - change moment of calling markdown processing - skip start spaces and subsequent empty lines in markdown processed code - small debug correction markdown.cpp - don't convert the dashes in <!-- and --> (HTML type comment) - small debug correction 054 test - update of example for compatibility and adding part about none code result. doxygen.cpp - small textual comment correction
* | | | Merge pull request #671 from albert-github/feature/bug_611240Dimitri van Heesch2018-04-221-0/+6
|\ \ \ \ | | | | | | | | | | Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words in C++ documentation source browser.
| * | | | Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words ↵albert-github2018-02-281-0/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | in C++ documentation source browser. In case of Cpp don't see 'get' and 'set' as keywords, but in case the keyword rule is used REJECT the rule and give other rules a chance (e.g. the function rule).
* | | | Merge pull request #669 from albert-github/feature/bug_793862Dimitri van Heesch2018-04-221-6/+26
|\ \ \ \ | | | | | | | | | | Bug 793862 - Missed warning opportunity: duplicated arguments
| * | | | Bug 793862 - Missed warning opportunity: duplicated argumentsalbert-github2018-02-271-6/+26
| |/ / / | | | | | | | | | | | | In case an argument has been documented multiple times a warning message is given.
* | | | Merge pull request #667 from albert-github/feature/bug_688387Dimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Bug 688387 - JavaDoc @linkplain is not recognized
| * | | | Bug 688387 - JavaDoc @linkplain is not recognizedalbert-github2018-02-261-1/+1
| |/ / / | | | | | | | | | | | | See to it that the, JavaDoc version of the, command @link cannot be confused with @linkplain.
* | | | Merge pull request #666 from albert-github/feature/bug_commentcnv_debugDimitri van Heesch2018-04-221-1/+3
|\ \ \ \ | | | | | | | | | | Debug output commentcnv independent of QUIET setting
| * | | | Debug output commentcnv independent of QUIET settingalbert-github2018-02-261-1/+3
| |/ / / | | | | | | | | | | | | The debug output of the commentcnv (-d commentcnv) should be independent of the setting of QUIET in the doxygen configuration file.
* | | | Merge pull request #662 from albert-github/feature/bug_793702Dimitri van Heesch2018-04-221-7/+10
|\ \ \ \ | | | | | | | | | | Bug 793702 - Examples of TCL files fail to display
| * | | | Bug 793702 - Examples of TCL files fail to displayalbert-github2018-02-221-7/+10
| |/ / / | | | | | | | | | | | | | | | | - placed handling of example at the right place - removed ^Z symbol
* | | | Merge pull request #660 from albert-github/feature/bug_msgDimitri van Heesch2018-04-221-5/+5
|\ \ \ \ | | | | | | | | | | Consistent warning messages
| * | | | Consistent warning messagesalbert-github2018-02-201-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove second @ from warning message and replace all @ with \ in warnings for comments in comment scanner. Error showed up in (Lapack v3.8.0): .../lapack/BLAS/SRC/sdsdot.f:25: warning: reached end of comment while inside a @verbatim block; check for missing @@endverbatim tag!
* | | | Merge pull request #656 from albert-github/feature/bug_683564Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ | | | | | | | | | | Bug 683564 - Value from enumeration followed with semicolon is not present in java docs
| * | | | Bug 683564 - Value from enumeration followed with semicolon is not present ↵albert-github2018-02-141-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | in java docs For java the type should not be reset to "@", see also rule <FindFields>","