| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also part in doxygen.sty made valid for plain latex
|
|
|
|
|
|
|
|
| |
- in formulas it is also possible to have special characters
- adding special character '-' for U+2212
- making special characters more system independent (plain latex was not handled) and should be independent of hyperlink setting
- without hyperlinks the name of normally linked names with underscore kept e.g. their underscores instead of escaping it
- be sure that on the end of a code section the previous line is properly 'closed'.
|
|\
| |
| | |
Generating doxygen documentation on Windows (with MikTex)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current version of MikTex gives the error message:
Appendix Z.
(../html/examples/include/latex/refman_doc.tex ("C:\Program Files\MiKTeX 2.9\te
x\latex\alertmessage\example.tex"
! LaTeX Error: Can be used only in preamble.
This is due to a \page command with the name 'example', renaming the page solves this issue.
|
|\ \
| | |
| | | |
Bug 796086 - Adjacent xrefitems always added to first list present on page
|
| | |
| | |
| | |
| | | |
Better to search backward then forward to find related item.
|
|\ \ \
| | | |
| | | | |
Remove some dead code
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Numbers overlap the titles in TOC of PDF
|
| |/ /
| | |
| | |
| | |
| | | |
With a lot of paragraphs / nesting levels in the TOC it happens that the paragraph number flows into paragraph title in the toc, this patch overcomes this problem.
See also https://en.wikibooks.org/wiki/LaTeX/Tables_of_Contents_and_Lists_of_Figures#Numbers_overlap_the_titles
|
|\ \ \
| |/ /
|/| | |
Corrected warning in case of a not supported output format with \image command
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
When using a not supported output format with the image command e.g.
\image man foo.png
we get the warning message:
warning: image type man specified as the first argument of man is not valid
this is corrected to:
warning: output format man specified as the first argument of image command is not valid
|
|\ \
| | |
| | | |
Problem with TEST_FLAGS when using CMake for Visual Studio
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Bug 794567 - Doxygen crash when using \code{.markdown}...\endcode in VHDL source
|
| |/
| |
| |
| |
| | |
The handling of the code command in comment is handled when entire comment is handled.
Handling was incomplete only the backslash version was checked (and crashed).
|
|\ \
| | |
| | | |
Making VHDL error messages more doxygen like
|
| |/ |
|
|\ \
| | |
| | | |
Large CALL / CALLER graphs cannot be processed in LaTeX
|
| | |
| | |
| | |
| | |
| | |
| | | |
When generating CAL or CALLER graphs thy can become quite large (and unreadable) and it won't be possible to process them into a PDF due to a limitation of TeX.
When it is determined that the resulting image is to large a scale down is done to around 150" (still unreadable) but it can be processed, this scaling done is done by means of the `dot` program.
(Note: the scaling to 550 points for the output occurs on the original image in the TeX processing and Tex cannot read the image).
|
|\ \ \
| | | |
| | | | |
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.
|