| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Bug 768240 - Make maxLineLen of latex output configurable
|
| |
| |
| |
| |
| | |
Removing the automatic line breaking after 108 characters (also didn't work properly with e.g. executive paper size).
Due to new implementation some character encodings had to be changed as well as well as handling of the single quote in formulas.
|
|\ \
| | |
| | | |
Consistency for "group" commands
|
| | |
| | |
| | |
| | |
| | | |
When a non-recognized character appears in a group-command id this is echoed to the console as the default (lex-)rule will be used.
This patch ignores these characters, furthermore in case of a \ in the description this is shown in the output as well.
|
|\ \ \
| | | |
| | | | |
Misc. typos
|
| | |/
| |/|
| | |
| | | |
Found via `codespell`
|
|\ \ \
| | | |
| | | | |
Fortran code coloring improvements (REAL and comment lines)
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
REAL can have multiple meanings in Fortran:
- data type
- name of (conversion) function
in case of free formatted code the word "real" cab appear at the beginning of a (physical) line and would be interpreted incorrectly.
Fortran comment lines always end at the end of the line (no block comments) so the code coloring of comment lines should always be terminated.
|
|\ \ \
| |/ /
|/| | |
Wrong determination of begin / end tag of formula in markdown.
|
|/ /
| |
| |
| | |
The begin tag for a formula during markdown checking was not determined correctly and thus the end tag was not set and the formula code was interpreted which should not be the case (especially in case of labels with '_' in it were miss interpreted .
|
|\ \
| | |
| | | |
Include "empty" directories documenting themselves.
|
| | |
| | |
| | |
| | | |
file (or similar) documenting the directory itself.
|
|\ \ \
| | | |
| | | | |
LaTeX with verbatim part inside a table
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Doxygen test 54, when generating LaTeX / PDF, gave the error message:
Runaway argument?
Second paragraph of the param description. \end {DoxyVerb} \\ \hline \ETC.
! Paragraph ended before \verbatim@ was complete.
<to be read again>
\par
l.41 \end{DoxyParams}
The tabu package documentation (and Stack Exchange LaTeX) give some hints in to the problem about the verbatim command in the different environments and has been implemented here for the longtabu table.
|
|\ \ \
| | | |
| | | | |
Bug 743539 - Field with name "internal" confuses documentation builder.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
internal is not a Java reserved word / keyword but was handled as such.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 795252 - Broken extension test in FileDef::generateSourceFile()
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Excluded digits and '+' sign and '-' sign from determination of Words.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Consistency of Index name in LaTeX output
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 303020 - Missing warning of undocumented member in member group
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
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).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
XHTML image tag mandatory alt attribute
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Correction internal documentation
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Small correcting to remove some messages about wrong parameter documentation in doxygen internal documentation.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Correcting "Definition at line @0 of file @1."
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Create test possibilities for xhtml and pdf output
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Regression of default output (INPUT setting was overruled).
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The tests in the testing directory provided possibilities to do some regression tests based on the xml output.
With the option --xhtml it is possible to see whether or not a test or set of tests is xhtml compliant.
With the option --pdf it is possible to see whether or not a test or set of tests can be build to a pdf file (per test).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 792211 - When generating xhtml, async attribute on script tags need a value
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Corrected attribute.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Test renumbering
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added note for usage of [TOC] together with Markdown headers
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Enable possibility to run single tests
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Create the possibility to run only one or more tests.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adding debug options to vhdl parser generator
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
JavaCC contains by default options to get more information about the parser paths used (analogous to the -d option of flex).
- Makefile
- adding option (JAVACC_FLAGS) for easier use of JavaCC options
- adding possibility to reset generated files to their git versions.
- vhdlstring.h adding functions required by debug options (debug_token_manager)
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Typos found by running "codespell"
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Bug 794509 - c# see langword broken
|