| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
issue #7911 markdown table add extra test to "\copybrief"
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The comment speaks of:
> // need at least one space on either side of the cell text in
> // order for doxygen to do other formatting
but in the implementation the end space is missing.
Looks like the problem is introduced in version 1.8.17 when some work is done on the line counting (removing artificial `\n`).
|
|\ \
| |/ |
|
| |\
| | |
| | | |
Unused variable in code (VHDL)
|
| | |
| | |
| | |
| | | |
Due to #7864 the variable p is unused (and getFlowMember is just an access function to a flowMember).
|
|/ /
| |
| |
| | |
paragraph separator
|
|/
|
|
| |
brief description
|
| |
|
|\
| |
| | |
Improve bison/flex debug possibility with gdb
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
improve using plantuml for vhdl flowcharts
|
| | | |
|
|\ \ \
| | | |
| | | | |
Correct misspelling in config.xml
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Missing links in Fortran in case use statement with upper case characters in name
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
name
Based on the question: https://stackoverflow.com/questions/62557644/automatic-link-to-fortran-classes-in-method-arguments-description-in-doxygen#62595302
The problem regarding the missing linking was checked and contrary to the idea that it was depending on the `ONLY` clause it was due to the fact that a conversion to lower case was missing.
|
| | |
| | |
| | |
| | | |
A parameter can only be present for a function, so we should test on the member being a function it as well.
This fix is for the problem as reported by @tgpfeiffer
|
|\ \ \
| | | |
| | | | |
Missing last item in htmlhelp level2 index
|
| | | |
| | | |
| | | |
| | | |
| | | | |
At every second level index part the last item is missing.
We should not only forward but also backward
|
|\ \ \ \ |
|
| | | | | |
|
| |\ \ \ \
|/ / / / /
| | | | |
| | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_test_flags_space
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When having extra spaces in TEST_FLAGS like(note the double space before `--ip`):
```
make tests TEST_FLAGS="--keep --id=1"
```
or
```
make tests TEST_FLAGS="--id=1 --id=2"
```
we get a message like;
```
[100%] Running doxygen tests...
usage: runtests.py [-h] [--updateref] [--doxygen [DOXYGEN]]
[--xmllint [XMLLINT]] [--id IDS [IDS ...]]
[--start_id START_ID] [--end_id END_ID] [--all]
[--inputdir [INPUTDIR]] [--outputdir [OUTPUTDIR]]
[--noredir] [--pool [POOL]] [--xml] [--rtf] [--docbook]
[--xhtml] [--xmlxsd] [--pdf] [--subdirs] [--clang] [--keep]
[--cfg CFGS [CFGS ...]]
runtests.py: error: unrecognized arguments:
NMAKE : fatal error U1077: 'D:\Programs\Python\Python37\python.exe' : return code '0x2'
Stop.
```
By stripping the spaces in the arguments this can be overcome
|
| | | | | |
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
No default rule present in commentcnv.l
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | | |
In the file `commentcnv.l` there is no default rule present, resulting in the, non understandable, output as indicated in https://github.com/doxygen/doxygen/issues/7873#issuecomment-650100405
(this is not the cause of the problem as reported with issue https://github.com/doxygen/doxygen/issues/7873, but quite annyoing)
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
remove vhdlparser/Makefile
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
because it is generated from vhdlparser/CMakeLists.txt
|
|/ / / / / |
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
Compilation warning in debug.cpp
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When compiling debug.cpp on a 32-bit Windows system we get the warning:
```
...\doxygen\src\debug.cpp(121): warning C4244: 'return': conversion from '_Rep' to 'int', possible loss of data
with
[
_Rep=__int64
]
```
as we only use the seconds representation of the elapsed time we can do the conversion to seconds in the Timer class.
|
| | | | |
| | | | |
| | | | |
| | | | | |
and g_filesToProcess
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Use SVG images for search bar icons
* Update search bar CSS for high resolution displays
Uses CSS shadows instead of PNG images of shadows
* Limit the main-menu CSS rule to first level list
#main-menu li:last-child applies to last childs of sub-lists as well
#main-menu > li:last-child only applies to the top-level list
|
|\ \ \ \
| | | | |
| | | | | |
Misleading compiler warning
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When compiling on Cygwin (gcc version 9.3.0 (GCC)) in release mode we get:
```
In file included from /cygdrive/d/Programs/Doxygen/fork/doxygen/src/vhdldocgen.cpp:27:
/cygdrive/d/Programs/Doxygen/fork/doxygen/qtools/qcstring.h: In static member function ‘static void FlowChart::colTextNodes()’:
/cygdrive/d/Programs/Doxygen/fork/doxygen/qtools/qcstring.h:364:23: warning: ‘flno’ may be used uninitialized in this function [-Wmaybe-uninitialized]
364 | if (str) m_rep+=str;
| ^~~
/cygdrive/d/Programs/Doxygen/fork/doxygen/src/vhdldocgen.cpp:3178:14: note: ‘flno’ was declared here
3178 | FlowChart *flno;
| ^~~~
```
The compiler doesn't "understand" that `flno` is guarded by `found` and this would be initialized.
Local variable `text` is not used so removed.
|
|\ \ \ \
| |/ / /
|/| | | |
issue #7890 Macro Expansion broken
|
|/ / /
| | |
| | |
| | | |
The defines from the doxygen configuration file were not taken into account du a wrong primary key.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
And at the same time make sure it gives the same results as when
processed using a single thread.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Problem with generating test output for Chinese
The log output generated for the Chinese language can contain some extended ASCII characters, this results in a message like:
```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 36101: invalid continuation byte
```
and a crash of the test application during the read of the file.
In case of a crash it is attempted to open the file with another decoding and redo the read.
* Problem with generating test output for Chinese
It is not necessary to use the fallback, one can, in this case, directly use `encoding='ISO-8859-1'`
|
|\ \ \
| | | |
| | | | |
Remove not used translator function
|
| | | |
| | | |
| | | |
| | | | |
The translator function trDesignOverview was not used anymore.
|
|\ \ \ \
| |_|/ /
|/| | | |
Don't crash if output subdirectories already exist
|
|/ / /
| | |
| | | |
See doxygen/doxygen#7860
|