| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Typos found by running "codespell"
|
| | |
|
|\ \
| | |
| | | |
Bug 794509 - c# see langword broken
|
| |/
| |
| |
| |
| | |
- 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.
|
|\ \
| | |
| | | |
added PHP7 support for the search engine on HTML output.
|
| |/
| |
| |
| | |
See: http://php.net/manual/en/language.basic-syntax.phptags.php
|
|\ \
| | |
| | | |
Small documentation corrections
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bug 788940 - Bad handling of Python class members when a class declaration line contains a comment
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
line contains a comment
Made comments possible after a class declaration.
|
|\ \ \
| | | |
| | | | |
Bug 778012 - Python List as Default Parameter not parsed correctly
|
| |/ /
| | |
| | |
| | | |
Added handling of square brackets, single quoted strings and double quoted strings (could contain comma's as well) to default values of arguments.
|
|\ \ \
| | | |
| | | | |
Bug 792122 - XHTML pages are broken several ways
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | | |
Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words in C++ documentation source browser.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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).
|
|\ \ \ \
| | | | |
| | | | | |
Bug 793862 - Missed warning opportunity: duplicated arguments
|
| |/ / /
| | | |
| | | |
| | | | |
In case an argument has been documented multiple times a warning message is given.
|
|\ \ \ \
| | | | |
| | | | | |
Bug 688387 - JavaDoc @linkplain is not recognized
|
| |/ / /
| | | |
| | | |
| | | | |
See to it that the, JavaDoc version of the, command @link cannot be confused with @linkplain.
|
|\ \ \ \
| | | | |
| | | | | |
Debug output commentcnv independent of QUIET setting
|
| |/ / /
| | | |
| | | |
| | | | |
The debug output of the commentcnv (-d commentcnv) should be independent of the setting of QUIET in the doxygen configuration file.
|
|\ \ \ \
| | | | |
| | | | | |
Bug 793702 - Examples of TCL files fail to display
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
- placed handling of example at the right place
- removed ^Z symbol
|
|\ \ \ \
| | | | |
| | | | | |
Consistent warning messages
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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!
|
|\ \ \ \
| | | | |
| | | | | |
Bug 683564 - Value from enumeration followed with semicolon is not present in java docs
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
in java docs
For java the type should not be reset to "@", see also rule <FindFields>","
|
|\ \ \ \
| | | | |
| | | | | |
Fortran improvements
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- adding NON_RECURSIVE
- better handling of missing PROGRAM in case of following module / subroutine in same file
- ignore (numeric)-labels in fixed source form
- adding support for
- TYPE IS
- CLASS IS
- CLASS DEFAULT
|
|\ \ \ \
| |_|_|/
|/| | | |
Fortran improvements (2)
|
| |/ /
| | |
| | |
| | |
| | | |
- handling of type / class statement especially in declarations in source browser and scanner
- color code import statement in source browser
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| | |
Avoid adding a space
|
| |\
| | |
| | | |
correct typo in comment
|
| | | |
|
| |\ \
| | | |
| | | | |
Bug 792727 - unescaped double quote in searchdata.js breaks search box functionality
|
| | |/
| | |
| | |
| | |
| | |
| | | |
functionality
Escaped the doubele quote.
|
| |\ \
| | | |
| | | | |
Small clarification for REFERENCED_BY_RELATION
|
| | |/
| | |
| | |
| | | |
Based on stack overflow question "Track C variable doxygen" (https://stackoverflow.com/questions/48586670/track-c-variable-doxygen)
|
| |\ \
| | | |
| | | | |
Bug 792415 - Blank rows on class page when using external tag file
|
| | |/
| | |
| | |
| | |
| | | |
Regression on: Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files
Added missing closing >.
|
| |\ \
| | | |
| | | | |
Bug 792935 - error: Could not open file .../doc/html/functions_ .html for writing
|
| | |/
| | |
| | |
| | |
| | |
| | | |
writing
Labels are used internally in pages but also for filenames and not all file systems can cope with all characters, so only ASCII printable characters are left untouched.
|
| |\ \
| | | |
| | | | |
Bug 638606 - Support for C# nullable type
|
| | |/
| | |
| | |
| | | |
Added, basic, support for C# nullable types.
|
| |\ \
| | | |
| | | | |
Bug 793052 - C#: Incorrect parsing of property definitions containing "//" symbols in one line with "}
|
| | |/
| | |
| | |
| | |
| | |
| | | |
symbols in one line with "}
The handling of comment signs inside a string for property definitions has been corrected, by defining parsing rules for these cases so that not the default comment handler will be used (i.e. remove the part behind the comment sign).
|
| |/ |
|
| |\
| | |
| | | |
-Fixed: some of remained work to support RTL in HTML output
|