| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Small improvements of TCL output
|
| | |
| | |
| | |
| | |
| | |
| | | |
Undoing changes for (due to problems with doxygen tests):
- in case of `##` comment blocks the last line was not always show
- in case of multiple comment blocks, properly separate them
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- handling of the used filename, sometimes the filename was not set resulting in case of a warning with file `<unknown>`, also improving, slightly, the line reference.
- in case of `##` comment blocks the last line was not always show
- in case of multiple comment blocks, properly separate them
- correct handling tab character in source code output (*gen)
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| |\ \
|/ / /
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/issue_7295
|
| | |
| | |
| | |
| | | |
documentation has to be added to the "last" entry not to the "first" / "top"
|
|\ \ \ |
|
| |\ \ \
|/ / / /
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_illegal_command
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Correcting compilation errors and warnings like:
```
error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
char *cmd_start = (tok==TK_COMMAND_AT ? "@" : "\\");
warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
char *cmd_start = "\\";
```
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When having a problem like:
```
/** \file
*
* \link Something \see nothing2 \endlink
*
* \link Something @see nothing3 \endlink
*/
```
We will get a.o. the warnings:
```
.../aa.h:3: warning: Illegal command see as part of a \link
.../aa.h:5: warning: Illegal command see as part of a \link
```
it is not clear what the problem is. With this patch we get a little bit clearer warning:
```
.../aa.h:3: warning: Illegal command \see as part of a \link
.../aa.h:5: warning: Illegal command @see as part of a \link
```
|
|\ \ \ \
| | | | |
| | | | | |
Spelling corrections for examples directory
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Spelling corrections as found by codespell and in #561.
The dbusxml.xml file is not part of the doxygen distribution anymore.
Other problems are fixed here.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Spelling corrections for libmscgen directory
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Spelling corrections as found by codespell.
The original package was written by UK-English writing person so left the words in UK-English (upon request this can be changed as well to US-English spelling).
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Spelling corrections for src directory
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Spelling corrections as found by codespell and in #561.
Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.):
- "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...)
- "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9).
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Spelling corrections for templates directory
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Spelling corrections as found by codespell and in #561.
One reported problem was already fixed, others are fixed here.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Spelling corrections for doc directory
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Spelling corrections as found by codespell and in #561.
Some reported problems were already fixed, others are fixed here.
Theer are a few that are not corrected as they signal a documentation correction.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Spelling corrections for addon directory
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Spelling corrections as in #561.
The Doxyfiles have been regenerated to conform the current status (a.o. no obsolete tags)
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
Spelling corrections for qtools directory
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Spelling corrections as found by codespell and in #561.
Some reported problems were already fixed, others are fixed here.
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Spelling corrections for testing directory
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Spelling corrections as found by codespell and in #561.
Most reported problems were already fixed, others are fixed here.
|
|\ \ \ \
| | | | |
| | | | | |
Spelling corrections for vhdl directory
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Spelling corrections as found by codespell and in #561.
`assume_guarentee` is not a vhdl keyword, `assume_guarantee` is.
A number of spelling errors are in generated code (through javacc) and have been reported upstrean (https://github.com/javacc/javacc/pull/118)
Corection of `guarded_signal_specificatio` to `guarded_signal_specification` is not possible as `guarded_signal_specification` exists as well.
|
|\ \ \ \ |
|
| |\ \ \ \
| | |/ / /
| |/| | | |
QGDict::hashAsciiKey: Invalid null key due to empty procedure name
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When having a problem like:
```
namespace eval ::tk::dialog {}
namespace eval ::tk::dialog::file {}
namespace eval ::tk::dialog::file::chooseDir {
namespace import -force ::tk::msgcat::*
}
proc ::tk::dialog::file::chooseDir:: {args} {
}
```
This will lead to the following warnings:
```
QGDict::hashAsciiKey: Invalid null key
.../aa.tcl:9: warning: Illegal member name found.
```
this is due to the fact that the procedure name definition ends with `::` and thus actually has an empty procedure name (this is legal in TCL).
(see also: https://stackoverflow.com/questions/58683103/meaning-of-a-proc-name-ending-with).
In case of an empty name the last component is taken for the name too.
|
|/ / / |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | | |
|