summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-241-1/+1
|\
| * Merge pull request #7276 from albert-github/feature/bug_html_attribDimitri van Heesch2019-09-241-1/+1
| |\ | | | | | | HTML attribute name
| | * HTML attribute namealbert-github2019-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A HTML attribute name can have e.g. a XML namespace in it and thus containing a colon (`:`) like: ``` <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Social Icons</span> ``` but this results in ``` warning: found </span> tag without matching <span> ``` and grabled outpuzt. allowing a colon in the attribute name solves this problem
* | | Merge branch 'albert-github-fetaure/bug_340202'Dimitri van Heesch2019-09-241-4/+18
|\ \ \ | |/ / |/| |
| * | Avoid code duplication and make the keyword matching more robustDimitri van Heesch2019-09-241-9/+11
| | |
| * | Merge branch 'fetaure/bug_340202' of ↵Dimitri van Heesch2019-09-241-1/+13
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-fetaure/bug_340202
| * | Bug 340202 - @code: static_cast, const_cast, etc C++ keywordsalbert-github2019-09-231-1/+13
| |/ | | | | | | | | | | | | The `*_cast` had already been introduced, but there were some other places that needed the "REJECT" as well. Also the cast was missing a whitesace between the cast name and the `<`. Tested also against he doxygen internal documentation.
* | Minor code cleanup for layout filesDimitri van Heesch2019-09-243-10/+6
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-210-0/+0
|\
| * Merge pull request #7272 from albert-github/feature/issue_7271Dimitri van Heesch2019-09-211-1/+1
| |\ | | | | | | issue #7271 Tilde in preprocessor macro disappears in latex
* | | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-2134-384/+388
| |/ |/|
* | issue #7271 Tilde in preprocessor macro disappears in latexalbert-github2019-09-191-1/+1
|/ | | | In pre part always use `\string~` for `~` otherwise it will be translated to a space.
* Merge pull request #7260 from albert-github/feature/bug_xref_pageDimitri van Heesch2019-09-174-2/+6
|\ | | | | Warning with xrefitem from documentation
| * Warning with xrefitem from documentationalbert-github2019-09-134-2/+6
| | | | | | | | | | | | | | | | | | | | The example code with the `xrefitem` in the documentation gives a warning: ``` my_errors:1: warning: multiple use of page label 'my_errors', (other occurrence: .../aa.h, line: 4) ``` it is possible (and explicitly stated) to have an `\page` with the same name giving some extra information. The warning regarding the multiple page is removed in case of a xrefitem page.
* | Merge pull request #7263 from albert-github/feature/issue_7262Dimitri van Heesch2019-09-171-1/+2
|\ \ | | | | | | issue #7262 ALIASES not found when filename has more than one dot
| * | issue #7262 ALIASES not found when filename has more than one dotalbert-github2019-09-151-1/+2
| |/ | | | | | | | | | | Take the part after the last '.', method 'extension` gives the extension after the first '.' of a filename. This is a regression on pull request #7121 (issue #7120)
* | Merge pull request #7269 from albert-github/feature/issue_7268Dimitri van Heesch2019-09-172-2/+3
|\ \ | | | | | | issue #7268 Unable to build "master" branch
| * | issue #7268 Unable to build "master" branchalbert-github2019-09-172-2/+3
|/ / | | | | | | | | | | | | | | Missing configimpl.l.h: - added dependency for doxycfg problems with tabs" - replaced tabs by spaces
* | Merge branch 'albert-github-feature/bug_html_comment'Dimitri van Heesch2019-09-161-3/+3
|\ \
| * | Generalized the HTML comment detection and handlingDimitri van Heesch2019-09-161-8/+3
| | |
| * | Merge branch 'feature/bug_html_comment' of ↵Dimitri van Heesch2019-09-161-1/+6
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_comment
| * | HTML start comment with 3 dashesalbert-github2019-09-051-1/+6
| | | | | | | | | | | | | | | | | | | | | A normal HTML comment `<!--` has 2 `-` signs but it is not prohibited to have 3, but doxygen translates `<!---` into `<!-&ndash;` and thus the comment is not recognized. By checking and consequently handling, doing the right skipping, also the 3 `-` sign version the problem can be solved. An end comment cannot contain 3 `-` signs, so here no changes have to take place. The version with 3 or more `-` are in a start HTML comment does not give a problem with xmllint either.
* | | Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-162-0/+24
|\ \ \ | | | | | | | | Bug 164073 - There should be a dummy tag that Doxygen ignores
| * | | Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-152-0/+24
| | |/ | |/| | | | | | | Introduced the `\noop` command to ignore text till end of the line.
* | | Merge pull request #7266 from luzpaz/typosDimitri van Heesch2019-09-1618-22/+22
|\ \ \ | | | | | | | | Fix some typos
| * | | Fix some typos luz.paz2019-09-1618-22/+22
| |/ /
* | | Merge pull request #7267 from luzpaz/fix-api-typoDimitri van Heesch2019-09-161-1/+1
|\ \ \ | | | | | | | | Fix typo in source
| * | | Fix typo in sourceluz.paz2019-09-161-1/+1
| |/ /
* | | Merge branch 'albert-github-feature/bug_consistency_state_2'Dimitri van Heesch2019-09-1624-86/+195
|\ \ \ | |/ / |/| |
| * | Simplified code generated by scan_states.pyDimitri van Heesch2019-09-161-12/+8
| | |
| * | Merge branch 'feature/bug_consistency_state_2' of ↵Dimitri van Heesch2019-09-1224-86/+199
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_consistency_state_2
| * | Consistent way to show scanner statealbert-github2019-09-0524-86/+199
| |/ | | | | | | | | Create a consistent way to display the state mnemonics of the different scanners (analogous to the fortranscanner.l) Use an automatic procedure to generate the routine with the translation of the states to a string.
* | Merge pull request #7251 from albert-github/feature/bug_674005Dimitri van Heesch2019-09-121-2/+16
|\ \ | | | | | | Bug 674005 - Crop png formula environnment problem for HTML output
| * | Bug 674005 - Crop png formula environnment problem for HTML outputalbert-github2019-09-091-2/+16
| | | | | | | | | | | | | | | | | | `divips -E` does not always return the correct bounding box. The program `ps2epsi` returns a good bounding box. - don't use the `-E` with `dvips` - convert the file from `dvips` with `ps2epsi` to an encapsulated postscript file
* | | Merge pull request #7252 from ericniebler/patch-1Dimitri van Heesch2019-09-121-2/+2
|\ \ \ | | | | | | | | Latest libclang needs C++14
| * | | Latest libclang needs C++14Eric Niebler2019-09-101-2/+2
| |/ /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-122-5/+6
|\ \ \
| * | | Update appveyor.ymlDimitri van Heesch2019-09-121-1/+1
| | | | | | | | | | | | appveyor: Also retry downloading miktex zip
| * | | Merge pull request #7253 from albert-github/feature/bug_ircDimitri van Heesch2019-09-111-3/+4
| |\ \ \ | | | | | | | | | | Bogus explicit link warning message from irc protocol name
| | * | | Bogus explicit link warning message from irc protocol namealbert-github2019-09-111-3/+4
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having: ``` * IRC: irc://irc.gimp.org/#gsconnect ``` we get: ``` warning: explicit link request to 'gsconnect' could not be resolved ``` When using the 'news:" protocol we don't get this message, adding 'irc' to the list of possibilities. (Found in https://github.com/andyholmes/gnome-shell-extension-gsconnect )
| * | | Update appveyor.ymlDimitri van Heesch2019-09-111-1/+1
| | | | | | | | | | | | appveyor: try to make the miktex download more robust by retying
* | | | Fixed a couple of compiler warnings on WindowsDimitri van Heesch2019-09-124-46/+46
|/ / /
* | | Refactoring code for dot related source filesDimitri van Heesch2019-09-1018-405/+406
|/ /
* | issue #6715: Errorneous matching of the immediately following block command ↵Dimitri van Heesch2019-09-072-7/+2
| | | | | | | | after @ref (try 2)
* | issue #6715: Errorneous matching of the immediately following block command ↵Dimitri van Heesch2019-09-071-0/+5
| | | | | | | | after @ref
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-071-1/+1
|\ \ | |/
| * Merge pull request #7244 from albert-github/feature/bug_spell_CMakeListsDimitri van Heesch2019-09-031-1/+1
| |\ | | | | | | Spelling correction
| | * Spelling correctionalbert-github2019-09-031-1/+1
| |/ | | | | | | Spelling correction
* | Remove unneeded include directory for building doxywizardDimitri van Heesch2019-09-071-1/+0
|/
* issue #7189: wrong warning on ambiguous image filesDimitri van Heesch2019-09-021-8/+23
|