| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
As both declarations should only differ by cv-qualifiers.
Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
|
|
|
|
| |
contain )
|
|\ |
|
| |\
| | |
| | | |
DO NOT hardcode x86-64 architecture.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
doxygen built on most of architectures by pure luck and order of Qt5
qatomics_arch.h header where check for QT_ARCH_X86_64 was *after* most
of other architectures.
But not after AArch64 where it failed due to attempt of using x86-64
atomics code.
Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
|
|/ |
|
|\
| |
| | |
Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections
|
| |
| |
| |
| | |
Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE
|
|\ \
| | |
| | | |
Bug 755786 - fatal: Cannot open 'graph_legend': No such file or direc…
|
| |/
| |
| |
| |
| | |
For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well.
(Problem occurs with any command that is used in FILE_VERSION_FILTER)
|
|\ \
| |/
|/| |
Bug 629249 - Incorrect "References" and "Referenced by"
|
|/
|
|
| |
Discrepancy between number of push and pop calls (push was called with "{" but no pop with "}", in the later case the <*>. rule was used)
|
|
|
|
| |
java.exe
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add examples to LaTeX / PDF doxygen manual
|
| |
| |
| |
| |
| |
| |
| |
| | |
- doc/*.doc
use include instead of verbinclude to make use of the code coloring in the examples
- examples/*.cfg
some examples automatically display the code from the include file (*.h), for the examples it is better to show the comment as well.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add the examples a shown in the HTML / CHM documentation also to the LaTeX / PDF documentation.
- doc/*.doc
added latexonly part referencing the example in the appendix
- doc/Doxyfile
silence the generation of the manual
- doc/doxygen_manual.tex
add the examples as appendices to the manual, by means of the subinputfrom command the parts included by refman_doc are taken from the specified directory
- examples/*.cfg
adjusted configuration files ("Doxyfile") to generate LaTeX output
- examples/*.h and examples/*.cpp
make names unique so no conflicts occur when adding all the examples
- examples/CMakeLists.txt
add generation of the file to be included (see strip_example.py), adjust dependencies and add the refman_doc.tex as output target
- examples/input_test.cpp
file added (adjusted copy of example_test.cpp) to overcome name clashes (example_test.cpp would have been included twice)
- examples/strip_example.py
we are only interested in the documentation files as included in the different examples, so we get those commands. The preamble will be handled by the doxygen_manual.tex and we have already an index in the doxygen_manual.tex so we don't need a separate one from each example.
The module / diagram documentation is dependent on the presence of 'dot', this is reflected in the docblocks.doc, CMakeLists.txt and doxygen_manual.tex
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Use STATIC libraries to prevent them being shared
|
| |/
| |
| |
| |
| |
| | |
This can happen when user override definition of -DBUILD_SHARED_LIBS=ON.
Without this hard-enforce the libraries would be generated as shared
while never installed. Thus resulting in broken binaries.
|
|\ \
| | |
| | | |
RTF bugfix: Example section was merged with next function title
|
|/ /
| |
| |
| |
| |
| |
| | |
Example section lacked of new paragraph(\par) because
writeExample set m_omitParagraph = TRUE
When the output file was open in MS word, example file name was
followed by function title in the same line.
|
|/ |
|
|\ |
|
| |\
| | |
| | | |
Bug 646002 - htmlonly content appears in generated XML output
|
| | |
| | |
| | |
| | | |
Test has to be adjusted as well.
|
| | |
| | |
| | |
| | |
| | | |
All the @*only comments appear in the xml document. In the other document formats only documentation of the relevant @*only (in HTML only @htmlonly) appears.
This patch corrects this so only the @xmlonly documentation appears.
|
|/ / |
|
|\ \ |
|
| |\ \
|/ / /
| | |
| | |
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_extension
Conflicts:
src/util.cpp
|
| |/
| |
| |
| | |
In the forum a discrepancy was noted between config.l and config.xml (http://doxygen.10944.n7.nabble.com/FILE-PATTERNS-one-custom-plus-all-defaults-td7308.html). The config.xml list was based on the function initDefaultExtensionMapping in util.cpp and the list in the function Config::check in config.l. Now both routines use the same list.
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Cmake tries to remove directory refman.tex instead of file refman.tex
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Correcting print format error in config.l
|
| | |/
| | |
| | |
| | | |
This patch corrects a format error in config.l, and a spelling error in comment.
|
| |\ \
| | | |
| | | | |
Stop when doxygen configuration file ("Doxyfile") cannot be read
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When the configuration file cannot be read a default configuration is used ad as the error message "error: cannot open file `Doxyfile' for reading" is show at the top of the output this is easily overseen.
By stopping the doxygen process it is made clearer that there is an error.
|
| |\ \ \
| | | | |
| | | | | |
Small documentation corrections
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- syntax correction
- cross reference between HTML table and Markdown table
- removed reference through "here" (problematic in printed documentation, one does not know where to go).
|