| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#7841)
* Number of translatable terms (like Chapter) are in English instead of Greek
When running tests in Greek OUTPUT_LANGUAGE mode for LaTeX a number of terms like Chapter were still in English instead of Greek.
Some used references:
https://tex.stackexchange.com/questions/548584/ascii-text-set-in-greek-script-when-using-usepackagegreekbabel
https://tex.stackexchange.com/questions/548761/missing-characters-in-output-due-to-renewcommand-familydefault-sfdefault
https://tex.stackexchange.com/questions/58624/variables-for-hiding-or-showing-text-in-latex
* Number of translatable terms (like Chapter) are in English instead of Greek
- adding the possibilities for mono spaced font (for code parts)
- creating a more flexible way to change fonts for different languages
See also discussion at https://tex.stackexchange.com/questions/548901/missing-characters-in-greek-output-due-to-ttfamily
|
|\
| |
| | |
Catch all wrong mkdir calls (coverity)
|
| |
| |
| |
| |
| | |
- Always catch the output of `mkdir`
- corrected an incorrect message (context.cpp)
|
|\ \
| |/
|/| |
Coverity uninitialized variable in mscgen_api.c
|
|/
|
|
|
| |
- Initialize the variable ymax
- add an extended example with "parallel events" triggered by a `,` instead of `;` between events
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* issue #7778 Build fails with javacc 5.0
At the moment doxygen works with javaCC version 7.0.5 but no test is done for the version. The minimum requirement has been set to 7.0.5
javacc does not have an option to retrieve the version though when giving `--version` a bit more information is given, this information is filtered.
(an issue has been submitted to javacc to obtain the version information: https://github.com/javacc/javacc/issues/172).
* issue #7778 Build fails with javacc 5.0
Version detection did not work for `5.0` (only x.y.z was handled, not x.y)
* issue #7778 Build fails with javacc 5.0
Based on a review
- `--version` is not a valid option, but present already for future use but
- removed double ` if(JAVACC_EXECUTABLE)`
- Needed `"${JAVACC_TEMP_VERSION}"` as otherwise when `javacc` is found but cannot be executed a message like:
```
CMake Error at cmake/FindJavacc.cmake:11 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
vhdlparser/CMakeLists.txt:1 (find_package)
```
would appear
- reformulated some status strings
* issue #7778 Build fails with javacc 5.0
the `.` was not correctly escaped.
* issue #7778 Build fails with javacc 5.0
Another one 7.0........ match, going for the suggested match in the cmake CheckCXXCompilerFlag
* issue #7778 Build fails with javacc 5.0
Accidently left debug statement.
* issue #7778 Build fails with javacc 5.0
Problem has been fixed upstream for version 7.0.7 and up, not using `--version` but `-version` as all command line arguments are starting with a single '-'.
Also it is just the bare version, so small extra test so it will work with all versions.
|
| |\
| | |
| | | |
missing instance-rework
|
| | | |
|
|/ / |
|
| | |
|
|\ \ |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
LaTeX test were hanging for a.o. Hungarian on Windows
|
|/ /
| |
| |
| |
| |
| | |
On Windows a number of tests were hanging when using a language like Hungarian, Russian.
The handling of the output of the output is now done differently for Windows and other OS
A small (but obvious) error has been corrected (failed_html -> failed_latex), has no effect on the output / results though.
|
| |
| |
| |
| | |
argumentList from definition
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Incorrect htmlhelp language code for Indonesian
|
| | |/
| | |
| | |
| | | |
The language code for Indonesian is `0x421` and not `0x412`, the later is for Korean.
|
|/ / |
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
issue #7833 Empty string in PREDEFINED throws
|
| |/ /
| | |
| | |
| | | |
Ignore empty strings
|
|/ / |
|
| | |
|
|/ |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Empty enum setting in configuration file
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In case we have an empty setting in the doxygen configuration file, where an enum value is expected like:
```
OUTPUT_LANGUAGE =
```
we get the warning:
```
warning: argument '(null)' for option OUTPUT_LANGUAGE is not a valid enum value
Using the default: English!
```
The default value should immediately have been used.
|
|/
|
|
|
| |
This is disabled by default. It can be enabled by setting MULTITHREADED_INPUT to 1
in doxygen.h. Still has many data races, so don't use for anything other than development!
|
|\
| |
| | |
Replace ${CMAKE_SOURCE_DIR}/path/to/current/cmake-lists-txt/dir with ${CMAKE_CURRENT_LIST_DIR}
|
| |
| |
| |
| | |
${CMAKE_CURRENT_LIST_DIR}
|
|\ \
| | |
| | | |
Change of git version input file was not taken into account
|
| | |
| | |
| | |
| | | |
Changes in the git version input file file were not taken into account. Explicitly checking whether or not the input file is newer or not than the output file.
|
|\ \ \
| | | |
| | | | |
Warning in case of multiple python documentation sections.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In special cases when having multiple documentation section for 1 item in python it is possible that they are concatenated in a wrong way and result in a warning.
Each documentation section should be seen as a separate section and be separated from other sections.
the example:
```
#####################################################################
# # Modify Install Stage ############################################
#####################################################################
class install(_install):
"""Specialised python package installer.
It does some required chown calls in addition to the usual stuff.
"""
```
gives a warning like:
```
warning: unexpected command endverbatim
```
|
|\ \ \ \
| | | | |
| | | | | |
Better warning for non documented struct
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
In case if a 'struct' we get the message about a 'class', by using the 'compoundTypeString' this can be corrected.
(message was originally found in #7304)
|
|\ \ \ \
| | | | |
| | | | | |
Issue #7804 String double quotes in C get misinterpreted by pdflatex
|
| |/ / /
| | | |
| | | |
| | | | |
The `"` quote is in some LaTeX language packages redefined to be used to create a umlaut / umlaut / tréma and in normal running text they have to replaced / escaped,
|
|\ \ \ \
| |/ / /
|/| | | |
Compilation error on debug compilation of constexp.l
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I case we use `LEX_FLAGS=-d` to compile `constexp.l` we get the error:
```
constexp.l: In member function ‘bool ConstExpressionParser::parse(const char*, int, const QCString&)’:
constexp.l:140:17: error: ‘yyscanner’ was not declared in this scope; did you mean ‘yyscan_t’?
140 | yyset_debug(1,yyscanner);
| ^~~~~~~~~
| yyscan_t
make[2]: *** [src/CMakeFiles/doxymain.dir/build.make:455: src/CMakeFiles/doxymain.dir/__/generated_src/constexp.cpp.o] Error 1
```
|
|\ \ \
| |_|/
|/| | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
issue #7595 Links from one Markdown file to another do not work
|