summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:doxygen/doxygenRelease_1_8_16Dimitri van Heesch2019-08-081-5/+5
|\
| * Fixing redirection linksalbert-github2019-08-081-5/+5
| | | | | | | | | | Fixing a number of redirecting links in the doxygen documentation. (Note the redirects from http://www.doxygen.org to http://www.doxygen.nl are not corrected)
* | Rename version libary to avoid name clash with Window's version.libDimitri van Heesch2019-08-081-1/+1
|/
* Merge pull request #7169 from albert-github/feature/issue_7147Dimitri van Heesch2019-08-081-0/+2
|\ | | | | issue #7147: No warning when same page created
| * issue #7147: No warning when same page createdalbert-github2019-08-071-0/+2
| | | | | | | | Creating warning when adding documentation to an already existing page.
* | spelling error: suported -> supportedJoenio Costa2019-08-081-1/+1
|/
* Merge pull request #7124 from albert-github/feature/issue_7123Dimitri van Heesch2019-08-071-13/+13
|\ | | | | issue #7123: some code line are missed in the xml file for java
| * issue #7124: some code line are missed in the xml file for javaalbert-github2019-07-141-13/+13
| | | | | | | | | | When already in a comment block don't reset the last comment type. Problem also occurs with e.g. C
* | Merge pull request #7042 from albert-github/feature/bug_632754Dimitri van Heesch2019-08-073-1/+8
|\ \ | | | | | | Bug 632754 - The \copydoc Command Requires The Use of C++ Syntax in C# Code
| * | Bug 632754 - The \copydoc Command Requires The Use of C++ Syntax in C# Codealbert-github2019-06-073-1/+8
| | | | | | | | | | | | Replace the scope separators to the default scope separators (::) of doxygen.
* | | Merge pull request #7084 from albert-github/feature/bug_img_ambigDimitri van Heesch2019-08-071-14/+17
|\ \ \ | | | | | | | | Missing warning about ambiguous files
| * | | Missing warning about ambiguous filesalbert-github2019-06-271-14/+17
| | | | | | | | | | | | | | | | | | | | - Handling of ambiguous files (in case of an ambiguous file `fd` does return a value) - using correct dictionary for warning
* | | | issue 7166: Doxygen calls DOT differently depending on the output ↵Dimitri van Heesch2019-08-071-2/+2
| | | | | | | | | | | | | | | | optimization selected.
* | | | Some fixes and restructuringDimitri van Heesch2019-08-067-15/+102
| | | | | | | | | | | | | | | | | | | | | | | | - moved unescapeCharsInString to util.cpp - restructured flow keyword counting - make flow keyword counting work for python and fortran code as well
* | | | Merge branch 'master' of https://github.com/analizo/doxygen into analizo-masterDimitri van Heesch2019-08-063-0/+32
|\ \ \ \
| * | | | doxyparse addon new features and bugfixesJoenio Costa2019-08-053-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this commit is a squashed merge from lots of doxyparse evolution and concentrates contributions from many authors, all listed at the end of this message as Signed-off-by follow a list of all improvements and bugfixes on doxyparse: * workarounding strings replaced by doxygen core * print missing module name for some C code (analizo/analizo#155) * do not count/print 'void' as a function argument * rough instructions for doxyparse release * limit identifiers to 1024 chars (analizo/analizo#135) * removing "\\" from function signatures (analizo/analizo#138) * fix override args references (analizo/analizo#79) * check if new_data in removeDoubleQuotes function is empty (analizo/analizo#120) * removing double quotes from function signature (analizo/analizo#117) * check if ArgumentList is null (analizo/analizo#116) * don't report same module/class more than once (analizo/analizo#112) * add missing key "defines:" to all modules (analizo/analizo#111) * check if string is larger than 1 before removing surrounding quotes (analizo/analizo#110) * doxyparse properly detects package methods * output inheritance as list instead of hash * start yaml document: --- * adding double quoted in module name (analizo/analizo#106) * added --version flag to doxyparse * removing double quotes from function arguments list * fix doxyparse segfault for python source files * using quotes to surround members definition on yaml * add the number of conditionals path * generate configvalues.h * adding .cs (csharp) as non-C file extension * adding .pyw (python) as non-C file extension * adding .py (python) as non-C file extension Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> Signed-off-by: Henrique Dutra <hld@henriquedutra.com.br> Signed-off-by: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com> Signed-off-by: João M. Miranda <joaomm88@gmail.com> Signed-off-by: Jonathan Moraes <arkyebr@gmail.com> Signed-off-by: Kleber <kleberbritomoreira10@gmail.com> Signed-off-by: leonardork <leodegolim@yahoo.com.br> Signed-off-by: Marcelo Ferreira <marcelohpf@gmail.com> Signed-off-by: Mateus Andrade <mateusandrade080@gmail.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Paulo Meirelles <paulo@softwarelivre.org> Signed-off-by: Sabryna de Sousa <sabryna.sousa1323@gmail.com> Signed-off-by: Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br> Signed-off-by: VinyPinheiro <viny-pinheiro@hotmail.com>
* | | | | Regression: python file with comment caused "Reached end of file while still ↵Dimitri van Heesch2019-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | inside a comment" warning.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-062-81/+82
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7095 from albert-github/feature/bug_config_consistDimitri van Heesch2019-08-061-80/+81
| |\ \ \ \ \ | | | | | | | | | | | | | | Consistency of configuration parameters
| | * | | | | Consistency of configuration parametersalbert-github2019-07-011-80/+81
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration parameters were used 2 forms in the code bare name like `PAPER_TYPE` and as string `"PAPER_TYPE"`. In case of a non existing "bare name" (or misspelling) this is signaled by the compiler but in case of the string this was only shown at runtime. In case of the usage of an obsolete configuration parameter the "bare name" was signaled as not existing (anymore). The essential change here is the place where the ConfigValues are initialized.
| * | | | | issue #7143 note block not generated properly if there are blanks after italbert-github2019-08-051-1/+1
| | |/ / / | |/| | | | | | | | | | | | | In case minimal 2 spaces at the end of a line a line break is inserted, but the line was not terminatd so it was concatinated with the next line.
* | | | | issue #7009 Python class diagram not created for the base class while works ↵Dimitri van Heesch2019-08-061-3/+1
|/ / / / | | | | | | | | | | | | for the derived class (fix)
* | | | issue #7009 Python class diagram not created for the base class while works ↵Dimitri van Heesch2019-08-041-27/+40
| | | | | | | | | | | | | | | | for the derived class
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-041-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #6942 from albert-github/feature/issue_6941Dimitri van Heesch2019-08-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | issue #6941 Tcl : separate continued lines joined in source listing
| | * | | | issue #6941 Tcl : separate continued lines joined in source listingalbert-github2019-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The input was "forgotten" but should be outputted anyway.
* | | | | | Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-0446-449/+449
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
| * | | | | Correction warning messagealbert-github2019-06-0142-445/+445
| | | | | | | | | | | | | | | | | | | | | | | | Consistency
| * | | | | Correction warning messagealbert-github2019-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there is a problem with a backticjk comment block we can get the message: reached end of file while inside a ````' block! this is a bit unreadable / non understandable as we see see 4 backticks followed by a single quote, it woulb be more readable when we get reached end of file while inside a '```' block!
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-041-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #7097 from albert-github/featre/bug_437181Dimitri van Heesch2019-08-041-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 437181 - The -d Preprocessor option doesn't work for php, should be in the doc.
| | * | | | | | Bug 437181 - The -d Preprocessor option doesn't work for php, should be in ↵albert-github2019-07-021-1/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the doc. - excluded `.php5` files from preprocessing (like other php files) - made remark about some limits in files that are preprocessed in documentation
* | | | | | | Merge branch 'feature/issue_6831' of ↵Dimitri van Heesch2019-08-0412-29/+85
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_6831
| * | | | | | issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-1512-26/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are 2 different situations here: - @var, here a special change is necessary to check and handle whether or not we are in PHP (declinfo.*, doxygen.cpp) - @param - the type recognition for the PHP type has to be extended with the `[]` possibility and subsequently the `[]` part has to be handled separately from the 'datatype' (doctokinizer.l, docparser.*). - In the output we now can have multiple text strings resulting in a small change in handling of the separator between the data type (*docvisitor.*)
* | | | | | | Minor code simplificationsDimitri van Heesch2019-08-041-3/+8
| | | | | | |
* | | | | | | Merge branch 'feature/bug_doc_cont' of ↵Dimitri van Heesch2019-08-041-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_doc_cont
| * | | | | | | Incorrect joining documentation sections.albert-github2019-07-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case we have a documentation block that is interrupted the following part is directly appended to it without an appropriate newline and results, in this case, in messages like: ``` aa.c:13: warning: Illegal command @verbatim as part of a title section aa.c:15: warning: unexpected command endverbatim bb.f:13: warning: Illegal command @verbatim as part of a title section bb.f:15: warning: unexpected command endverbatim ``` We need a solution at 2 places due to the reset of of `OutputBrief` to `OutputDoc` in `setOutput` The original problem results from the "The R Project for Statistical Computing" version 3.6.1 in the Fortran part.
* | | | | | | | Allow \r\n as line continuation as wellDimitri van Heesch2019-08-041-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'feature/bug_if_unbalanced' of ↵Dimitri van Heesch2019-08-041-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_if_unbalanced
| * | | | | | | | warning: More #endif's than #if's found.albert-github2019-08-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case in a macro substitution string the last character was a backslash this was, incorrect, not seen as a sign for a line continuation.
* | | | | | | | | Merge branch 'fetaure/bug_html_ins_del_tag' of ↵Dimitri van Heesch2019-08-0313-3/+71
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-fetaure/bug_html_ins_del_tag
| * | | | | | | | | Adding HTML tags ins and delalbert-github2019-04-0413-3/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github does not support the `<u>` tag for underlined text, in HTML there exists the tag `<ins>`. On https://www.w3schools.com/tags/tag_ins.asp is written: The `<ins>` tag defines a text that has been inserted into a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<ins>` element with the following default values: ``` ins { text-decoration: underline; } ``` analogous there exists the tag `<del>` (https://www.w3schools.com/tags/tag_del.asp): The `<del>` tag defines text that has been deleted from a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<del>` element with the following default values: ``` del { text-decoration: line-through; } ``` Definitions analogue to the underline and strike through tag the implementation for the other formats has been chosen.
* | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #7158 from albert-github/feature/bug_reached_endDimitri van Heesch2019-08-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | warning: Reached end of file while still inside a (nested) comment.
| | * | | | | | | | | | warning: Reached end of file while still inside a (nested) comment.albert-github2019-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see to it that the JAVA_BANNER comment is not seen as new start of comment, but is shown as verbatim comment (works for doxygen documentation, Doxyfile and doxywizard).
* | | | | | | | | | | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 5)Dimitri van Heesch2019-08-031-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 4)Dimitri van Heesch2019-08-031-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | issue #7151 Doxygen 1.8.15 TOC_INCLUDE_HEADINGS >0 stops html links being ↵albert-github2019-08-011-0/+1
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generated in markdown Don't create autotoc generated ids for pages. (the `\ref` problem also occurred with `\subage`).
* | | | | | | | | | Fixed typoDimitri van Heesch2019-08-021-1/+1
| | | | | | | | | |