summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make commentscan.l reentrantDimitri van Heesch2019-12-3011-1414/+1597
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-291-0/+3
|\
| * Merge pull request #7465 from albert-github/feature/bug_extension_mappingDimitri van Heesch2019-12-281-0/+3
| |\ | | | | | | Adding check on configuration setting EXTENSION_MAPPING
| | * Adding check on configuration setting EXTENSION_MAPPINGalbert-github2019-12-281-0/+3
| |/ | | | | | | In #7419 the EXTENSION_MAPPING test was omitted
* | Make pyscanner.l reentrantDimitri van Heesch2019-12-293-881/+913
|/
* Bump version number for the next releaseDimitri van Heesch2019-12-271-1/+1
|
* Fix double ended list in changelog.docDimitri van Heesch2019-12-271-1/+1
|
* Fixed issue with */ in changelog.docRelease_1_8_17Dimitri van Heesch2019-12-271-1/+1
|
* Updated changelog for release-1.8.17Dimitri van Heesch2019-12-271-0/+243
|
* Fix for internal inconsistency warning (regression)Dimitri van Heesch2019-12-271-1/+1
|
* issue #7319: Bug 790856 - Namespace member functions links are brokenDimitri van Heesch2019-12-273-12/+16
|
* Merge branch 'albert-github-feature/bug_formula'Dimitri van Heesch2019-12-266-10/+10
|\
| * Replaced \_fakeform by \_formDimitri van Heesch2019-12-266-10/+10
| |
| * Merge branch 'feature/bug_formula' of ↵Dimitri van Heesch2019-12-266-10/+10
| |\ |/ / | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_formula
| * Better warning in case of `@form`albert-github2019-11-066-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a problem like: ``` /** \file */ /** * The fie * * @form: the new format * @content: the content of the form * * Sets @form content to be @content. * * \f$ \alpha \f$ \f[ \beta \f] */ void fie(char *form, char *content); ``` we get warnings like: ``` .../aa.h:5: warning: Wrong formula id -1 .../aa.h:6: warning: Found unknown command '\content' .../aa.h:8: warning: Wrong formula id -1 .../aa.h:8: warning: Found unknown command '\content' ``` The `@form:` is in RST analogue to the doxygen `@param form` but not understood by doxygen. The result is that it is seen as an formula as doxygen translates the formula commands to `\form`. For `@content` is handled properly as this is not a doxygen command. In this patch a more unique name is chosen so these type of conflicts don't appear (that easy). The resulting, better, warnings are now: ``` .../aa.h:5: warning: Found unknown command '\form' .../aa.h:6: warning: Found unknown command '\content' .../aa.h:8: warning: Found unknown command '\form' .../aa.h:8: warning: Found unknown command '\content' ```
* | Merge branch 'albert-github-feature/bug_fenced_code'Dimitri van Heesch2019-12-261-8/+13
|\ \
| * \ Merge branch 'master' into feature/bug_fenced_codeDimitri van Heesch2019-12-26231-13812/+14801
| |\ \ | |/ / |/| |
* | | Merge pull request #7223 from albert-github/feature/bug_formula_quoteDimitri van Heesch2019-12-261-1/+1
|\ \ \ | | | | | | | | Error in LaTeX with single quote in formula / math mode.
| * | | Error in LaTeX with single quote in formula / math mode.albert-github2019-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a text like: ``` \f$ text t' text \f$ ``` and conversion this to a pdf (latex directory) we get the error: ``` ! Undefined control sequence. l.3 $ text t\text {'} text $ ? ```
* | | | Merge pull request #7463 from albert-github/feature/bug_insDimitri van Heesch2019-12-261-1/+0
|\ \ \ \ | | | | | | | | | | Double entry for ins in compound.xsd
| * | | | Double entry for ins in compound.xsdalbert-github2019-12-261-1/+0
| | | | | | | | | | | | | | | | | | | | Pull request #7458 added `ins` and pull request #7203 corrected `inc` to `ins` resulting in double `ins`, corrected.
* | | | | Merge pull request #7185 from albert-github/feature/bug_rtf_table_captionDimitri van Heesch2019-12-261-0/+3
|\ \ \ \ \ | |/ / / / |/| | | | Table caption flows in first table field for RTF output
| * | | | Table caption flows in first table field for RTF outputalbert-github2019-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | Tables should be numbered independent of images.
| * | | | Table caption flows in first table field for RTF outputalbert-github2019-08-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | See to it that the table caption is placed on top of the table and not in the first field. (See the doxygen documentation in respect to the tables; problem with tables in tables is a a different problem.)
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-261-2/+0
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7462 from albert-github/feature/issue_7461Dimitri van Heesch2019-12-251-2/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | Wrong reference to code line
| | * | | | | Wrong reference to code linealbert-github2019-12-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The newline was handled twice and thus the prprocessor giving out too many lines, resulting in a shift in line numbers
* | | | | | | Merge branch 'albert-github-feature/bug_html_s'Dimitri van Heesch2019-12-2617-7/+44
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'feature/bug_html_s' of ↵Dimitri van Heesch2019-12-2617-7/+44
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
| * | | | | | Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation.
| * | | | | | Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-1616-7/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp). Adding 's' and correcting 'inc' to 'ins' in compound.xsd
* | | | | | | Merge branch 'albert-github-feature/bug_335614'Dimitri van Heesch2019-12-2517-356/+323
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Minor fixesDimitri van Heesch2019-12-2517-362/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid code duplication by adding function addHtmlExtensionIfMissing() and avoid member shadowing by using 'm_' prefix for member variables
| * | | | | | Merge branch 'feature/bug_335614' of ↵Dimitri van Heesch2019-12-256-24/+37
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_335614
| * | | | | | Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-306-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - See to it that when an extension is already present this extension is used and not a second extension is added - let the tag file know what the original extension was.
* | | | | | | Merge branch 'albert-github-feature/bug_style_change'Dimitri van Heesch2019-12-252-67/+76
|\ \ \ \ \ \ \
| * | | | | | | Minor tweaksDimitri van Heesch2019-12-252-5/+6
| | | | | | | |
| * | | | | | | Merge branch 'feature/bug_style_change' of ↵Dimitri van Heesch2019-12-252-66/+74
| |\ \ \ \ \ \ \ |/ / / / / / / / | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_style_change
| * | | | | | | Merge branch 'master' into feature/bug_style_changeDimitri van Heesch2019-12-25233-16179/+16440
| |\ \ \ \ \ \ \
| * | | | | | | | Warning with XML / HTML style commandsalbert-github2019-10-202-66/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a problem like: ``` /// set <var> var start_interp </em> void fie(void); /// set <i> i start_interp void fie1(void); ``` we get the warnings (doubles omitted): ``` .../bb.h:5: warning: end of comment block while expecting command </em> ``` so - discrepancy between `<var>` and closing `</em>` is not reported, but wrong for as opening and closing tag should have the same tag name. - the missing `</i>` is reported as a missing `</em>` The problems here are due to the fact that `<var>`, `<i>` and `<em>` share all the style `HTML_EMPHASIS`, this problem has been fixed by adding the used tag name to the style information and testing o n the name and not the style type. The result is now: ``` .../bb.h:1: warning: found </em> tag while expecting </var> .../bb.h:2: warning: end of comment block while expecting command </var> .../bb.h:5: warning: end of comment block while expecting command </i> ``` so now the real problems are reported.
* | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-257-2/+242
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #7230 from albert-github/feature/bug_formula_macrofileDimitri van Heesch2019-12-257-2/+242
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Create possibility to define LaTeX commands for formulas
| | * | | | | | | | Create possibility to define LaTeX commands for formulasalbert-github2019-08-277-2/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be able to have building bocks for formulas one can create a `\newcommand` (or when one wants to change a command `\renewcommand`). Due to the different handling of LaTeX commands in pure LaTeX code (latex output and formulas converted to images) and MathJax it is necessary to transform LaTeX commands to the MathJax equivalent. This is done in a transparent way by providing the new commands in a file and add this verbatim to the pure LaTeX code and to translate the `\newcommand` and `\renewcomamnd` to MathJax macros.
* | | | | | | | | | Fixed compiler warnings in docparser.cppDimitri van Heesch2019-12-231-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge branch 'jsoref-spelling'Dimitri van Heesch2019-12-2347-97/+97
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into spellingDimitri van Heesch2019-12-23145-12771/+15653
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fix for use of non portable strnstr function (part 2)Dimitri van Heesch2019-12-232-3/+31
| | | | | | | | | |
* | | | | | | | | | Fix for use of non portable strnstr functionDimitri van Heesch2019-12-233-1/+18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7209 from albert-github/feature/bug_backtick_quote_mdDimitri van Heesch2019-12-231-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Warning in case of usage of a single quote in a code span.
| * | | | | | | | | | Warning in case of usage of a single quote in a code span.albert-github2019-08-191-1/+6
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we have a single quotes in a codespan we can get the warning: ``` warning: found </c> tag without matching <c> ``` Added the workaround to the documentation.