summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spelling: huffmanJosh Soref2019-11-121-1/+1
|
* spelling: horizontalJosh Soref2019-11-121-1/+1
|
* spelling: hanningJosh Soref2019-11-121-1/+1
|
* spelling: ghostscriptJosh Soref2019-11-121-1/+1
|
* spelling: fortranscannerJosh Soref2019-11-121-1/+1
|
* spelling: followingJosh Soref2019-11-122-2/+2
|
* spelling: existenceJosh Soref2019-11-121-1/+1
|
* spelling: entityJosh Soref2019-11-121-1/+1
|
* spelling: endianessJosh Soref2019-11-122-3/+3
|
* spelling: embeddingJosh Soref2019-11-125-10/+10
|
* spelling: documentedJosh Soref2019-11-121-2/+2
|
* spelling: descriptionJosh Soref2019-11-121-1/+1
|
* spelling: dependency ???Josh Soref2019-11-121-1/+1
|
* spelling: columnJosh Soref2019-11-121-1/+1
|
* spelling: charactersJosh Soref2019-11-121-1/+1
|
* spelling: bugzillaJosh Soref2019-11-121-1/+1
|
* spelling: buffersJosh Soref2019-11-121-1/+1
|
* spelling: blendingJosh Soref2019-11-121-4/+4
|
* spelling: backgroundJosh Soref2019-11-121-1/+1
|
* spelling: attributeJosh Soref2019-11-121-1/+1
|
* spelling: assistantJosh Soref2019-11-121-1/+1
|
* spelling: argJosh Soref2019-11-121-1/+1
|
* spelling: architectureJosh Soref2019-11-121-1/+1
|
* spelling: angularJosh Soref2019-11-121-1/+1
|
* spelling: alreadyJosh Soref2019-11-122-6/+6
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-106-2/+25
|\
| * Merge pull request #7344 from albert-github/feature/bug_tclDimitri van Heesch2019-11-106-2/+25
| |\ | | | | | | Small improvements of TCL output
| | * Small improvements of TCL outputalbert-github2019-10-211-7/+8
| | | | | | | | | | | | | | | | | | 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
| | * Small improvements of TCL outputalbert-github2019-10-216-10/+32
| | | | | | | | | | | | | | | | | | | | | - 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)
* | | Merge branch 'albert-github-feature/issue_7295'Dimitri van Heesch2019-11-101-6/+21
|\ \ \ | |/ / |/| |
| * | Simplied the logic for moving documentation to the most nested EntryDimitri van Heesch2019-11-101-23/+21
| | |
| * | Merge branch 'feature/issue_7295' of ↵Dimitri van Heesch2019-11-101-0/+17
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_7295
| * | issue #7295 Doxygen documentation of C++17 nested namespace erroneousalbert-github2019-10-061-0/+17
| | | | | | | | | | | | documentation has to be added to the "last" entry not to the "first" / "top"
* | | Merge branch 'albert-github-feature/bug_warn_illegal_command'Dimitri van Heesch2019-11-101-6/+12
|\ \ \
| * \ \ Merge branch 'feature/bug_warn_illegal_command' of ↵Dimitri van Heesch2019-11-101-6/+12
| |\ \ \ |/ / / / | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_illegal_command
| * | | Better warning message in case of illegal commandalbert-github2019-11-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 = "\\"; ```
| * | | Better warning message in case of illegal commandalbert-github2019-11-061-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | | Merge pull request #7375 from albert-github/feature/bug_spell_examplesDimitri van Heesch2019-11-101-2/+2
|\ \ \ \ | | | | | | | | | | Spelling corrections for examples directory
| * | | | Spelling corrections for examples directoryalbert-github2019-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #7379 from albert-github/feature/bug_spell_libmscgenDimitri van Heesch2019-11-109-14/+14
|\ \ \ \ \ | | | | | | | | | | | | Spelling corrections for libmscgen directory
| * | | | | Spelling corrections for libmscgen directoryalbert-github2019-11-059-14/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | | | Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-0915-19/+19
| | | | |
* | | | | Remove global state from constexp lexerDimitri van Heesch2019-11-096-52/+98
| | | | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-0956-384/+699
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-0638-60/+59
| |\ \ \ \ \ | | | | | | | | | | | | | | Spelling corrections for src directory
| | * | | | | Spelling corrections for src directoryalbert-github2019-11-0538-60/+59
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | | | Merge pull request #7374 from albert-github/feature/bug_spell_templatesDimitri van Heesch2019-11-062-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Spelling corrections for templates directory
| | * | | | | Spelling corrections for templates directoryalbert-github2019-11-042-2/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling corrections as found by codespell and in #561. One reported problem was already fixed, others are fixed here.
| * | | | | Merge pull request #7376 from albert-github/feature/bug_spell_docDimitri van Heesch2019-11-063-153/+153
| |\ \ \ \ \ | | | | | | | | | | | | | | Spelling corrections for doc directory
| | * | | | | Spelling corrections for doc directoryalbert-github2019-11-043-153/+153
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.