summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 pull request #7193 from albert-github/feature/issue_7190Dimitri van Heesch2019-08-132-3/+10
|\ | | | | issue #7190 1.8.16: Blank FILE_PATTERNS => no files processed
| * issue #7190 1.8.16: Blank FILE_PATTERNS => no files processedalbert-github2019-08-132-3/+10
|/ | | | This is actually a regression on #7195. Due to the fact that the init() routine has moved up, the settings for `FILE_PATTERNS` have already been done and a call to init does not operate on the `FILE_PATTERNS` variable but on the structure from which the `FILE_PATTERNS` was derived. We have should here operate on the `FILE_PATTERNS` directly as well., bu getting the default values out of the underlying structure.
* Update doxywizard copyright year and add missing copyright statementsDimitri van Heesch2019-08-1220-31/+131
|
* Reduce boilerplate code by using C++11 variadic templates and perfect forwardingDimitri van Heesch2019-08-113-281/+32
|
* Merge pull request #7177 from albert-github/feature/bug_td_nowrapDimitri van Heesch2019-08-113-1/+11
|\ | | | | Problem with '<td nowrap>'
| * Problem with '<td nowrap>'albert-github2019-08-103-1/+11
| | | | | | | | | | | | In the docbook ouput this was shown with the attribute `nowrap>=''`, in HTML this empty tag was skipped. Normally a HTML attribute will have a value but in some cases it is possible without attribute and when this is the last attribute the `>` was accidently added to the attribute (in case of the value the `>` was already considered). Furthermore `In XHTML, attribute minimization is forbidden, and the nowrap attribute must be defined as <td nowrap="nowrap">.`, this is now handled for HTML and docbook as well.
* | Merge pull request #7178 from albert-github/feature/bug_index_missingDimitri van Heesch2019-08-111-0/+1
|\ \ | |/ |/| Missing tables item in overview
| * Missing tables item in overviewalbert-github2019-08-101-0/+1
|/ | | | In the overview the paragraph about 'tables' is missing
* Merge pull request #7176 from albert-github/feature/bug_changelog_1_8_16Dimitri van Heesch2019-08-091-3/+8
|\ | | | | (X)HTML errors in 1.8.16 changelog
| * (X)HTML errors in 1.8.16 changelogalbert-github2019-08-091-3/+8
|/ | | | Corrected the (X)HTML errors in the 1.8.16 changelog
* Version bump for next releaseDimitri van Heesch2019-08-081-1/+1
|
* Merge branch 'master' of github.com:doxygen/doxygenRelease_1_8_16Dimitri van Heesch2019-08-083-8/+8
|\
| * Merge pull request #7172 from albert-github/feature/bug_linksDimitri van Heesch2019-08-083-8/+8
| |\ | | | | | | Fixing redirection links
| | * Fixing redirection linksalbert-github2019-08-083-8/+8
| |/ | | | | | | | | 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-085-8/+8
| |
* | Update changelog for release 1.8.16Dimitri van Heesch2019-08-081-0/+336
|/
* 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.
* | Merge pull request #7171 from analizo/spelling-error-suportedDimitri van Heesch2019-08-081-1/+1
|\ \ | |/ |/| spelling error: suported -> supported
| * 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 #7167 from analizo/masterDimitri van Heesch2019-08-071-0/+12
|\ \ | | | | | | add list of file extensions on doxyparse config
| * | add list of file extensions on doxyparse configJoenio Costa2019-08-061-0/+12
| | | | | | | | | | | | without that doxyparse doesn't proccess input files
* | | 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.
* | | | Merge branch 'analizo-master'Dimitri van Heesch2019-08-069-37/+228
|\ \ \ \
| * | | | Some fixes and restructuringDimitri van Heesch2019-08-068-37/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-065-35/+158
| |\ \ \ \ |/ / / / /
| * | | | doxyparse addon new features and bugfixesJoenio Costa2019-08-055-35/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Merge pull request #7163 from albert-github/feature/issue_7143Dimitri van Heesch2019-08-061-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | issue #7143 note block not generated properly if there are blanks after it
| | * | | | 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 'albert-github-feature/bug_endblock_msg'Dimitri van Heesch2019-08-0456-505/+505
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-0456-505/+505
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
| * | | | | Correction warning messagealbert-github2019-06-0152-501/+501
| | | | | | | | | | | | | | | | | | | | | | | | 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-042-1/+5
|\ \ \ \ \ \