| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
- White space around \\ilinebr is not preserved in commentscan
- Cases where \n was unput in doctokenizer are now handled in the same
way for \\ilinebr
|
|
|
|
|
|
|
| |
- Routines to strip leading and trailing whitespace now also take
\\ilinebr into account
- Added a number of cases in doctokenizer.l where \\ilinebr wasn't
handled yet.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Changed \_linebr to \ilinebr
- \ilinebr is now also passed to doctokenizer
- Also fixes issue #7493 regarding \snippet inside markdown tables and
dealing with wrong line on issues detected by docparser after a
markdown table.
- Added function tracing to markdown (enabled with -d markdown in a
debug build)
|
| |\
|/ /
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/issue_7787
|
| |
| |
| |
| | |
The artificial newline characters in ALIASES (`^^`) or better said its doxygen replacements (`\\_linebr`) were not seen by the markdown parser as line terminator and as a consequence there was no table seen (it was just 1 long line, without header / data lines)..
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
linking against clangTooling
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
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.
|