| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- corrected some initializations
- corrected some missing, new, cases (reported by travis CI)
|
|\
| |
| | |
AppVeyor: Fix MikTex version and re-enable tests
|
| | |
|
|\ \
| | |
| | | |
Implementation of standard generator for docbook output
|
| | |
| | |
| | |
| | | |
Removed debug statement
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made.
Added some docbook tests to the current tests and updated documentation where necessary
Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp'
|
|\ \ \
| | | |
| | | | |
Difference between standard and used Doxyfile
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Writes a the differences between the current configuration and the template configuration.
Useful when communicating e.g. in forums.
|
|\ \ \ \
| | | | |
| | | | | |
Namespace with name docstrings_linebreak
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As a regression on pull request #674 in respect to the moving of the markdown handling place the `\_linebreak` command is not translated anymore.
In fact the `\_linebreak` is not necessary at all only the space is required as the `\namespace` command takes just one word as argument.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixing coverity messages
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Note: especially latexdocvisitor (dead code that should not be dead code).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add possibility for adding doxygen configuration items to, all, tests during runtime.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
runtime.
Creating possibility to add extra doxygen configuration items to tests (e.g. QUIET=NO)
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Close last code line properly.
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
When ending code fragment, check if last code line is closed, if this is not the case close it.
(problem observed with inline code in Python, but might happen on other places as well)
|
|\ \ \ \
| | | | |
| | | | | |
Fixing coverity messages (Namespace tag)
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Correcting missing break in namespace when writing a tag file.
(Could not find a case; incase the FALL THROUGH case is correct this has to be clearly indicated in the code).
|
|\ \ \ \
| | | | |
| | | | | |
Fixing problem with possible not initialized variable (endless loop in VS 2017 debug)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
2017 debug)
The not initialized variable `l` caused and endless loop in the VS2017 debug version, variable should not have been used.
|
|\ \ \ \
| | | | |
| | | | | |
Init macOS CI
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Usage of '{', '}' and ',' in ALIAS
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Based on the stack overflow question: https://stackoverflow.com/questions/52314045/how-to-use-addtogroup-with-an-aliases-command/52314821#52314821
ALIASES += opengroup{1}="^^* \addtogroup \1_GROUP ^^ * \{ ^^"
ALIASES += close="\}"
/** \opengroup{LEVEL_1} */
// ...code statements...
/** \close */ // opengroup
Does not create a group due to the change of `\{` to just `}`, this behavior has been documented now.
|
|\ \ \
| |/ /
|/| | |
Update install.doc: Qt 5 is now supported as well
|
|/ / |
|
| |
| |
| | |
Re-enabled vc2017, disabled debug build and building docs & tests until made working reliably
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Issue 6494: asterisks before args and kwargs are ignored in python
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added asterisks in the type field.
The type is temporary stored in a variable as the argument field has not yet been defined for its argument.
|
| |/ /
| | |
| | | |
disabled vs2017 build for now
|
| | |
| | |
| | | |
corrected URL to appveyer build page
|
| | |
| | |
| | | |
added window's build status (via appveyor)
|
| |\ \
| | | |
| | | | |
WIP: Init Windows AppVeyor CI
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Renaming of win_flex and win_bison is not any longer requires as the CMake find scripts are also looking for these binary names.
Updating Ghostscript from 9.23 to 9.24
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | | |
| | | | |
Order resources not only on filename but also dirname
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
Although the resource generation sorted files for each subdirectory, total
order, i.e. including subdirectories, was not stable. As a result, the
generated resources.cpp could be different on each build run.
Fixes #6152
|
| |\ \
| | | |
| | | | |
Remove double line with documented argument from addContentsItem in ftvhelp.cpp
|
| | | |
| | | |
| | | |
| | | | |
This is a problem of the internal doxygen generated documentation only.
|
| |\ \ \
| | |_|/
| |/| | |
Small correction installation / build procedure
|
| |/ /
| | |
| | |
| | |
| | | |
- Adding some indices
- Adding python requirement for *nix
|
| |\ \
| | | |
| | | | |
'self' keyword in PHP documentation
|
| | | |
| | | |
| | | |
| | | | |
In PHP the word `self` was not color coded and the functions were nor referenced in the CALL / CALLER graphs, / REFERENCES / REFERENCED lists.
|
| |\ \ \
| | |_|/
| |/| | |
Missing opening round bracket in case of an exception
|
| | | |
| | | |
| | | |
| | | |
| | | | |
In case of RTF / LaTeX the opening round bracket was missing after the word "throw"
(see e.g. in the manual the `\fn` example the detailed function description)
|
| |\ \ \
| | | | |
| | | | | |
Typos found by running "codespell"
|