summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6771 from albert-github/feature/bug_cmake_versionDimitri van Heesch2019-02-173-3/+3
|\ | | | | Minimum required version for CMake
| * Minimum required version for CMakealbert-github2019-01-153-3/+3
| | | | | | | | | | The `env` command with `-E` is first supported with version 3.1 setting the minimum required version as such (Based on message: https://stackoverflow.com/questions/54194646/make-docs-fails-while-building-doxygen-v1-8-15-for-rhel-distros-for-s390x and CMake documentation: https://cmake.org/cmake/help/v2.8.12/cmake.html, https://cmake.org/cmake/help/v3.0/manual/cmake.1.html and https://cmake.org/cmake/help/v3.1/manual/cmake.1.html)
* | Merge pull request #6834 from albert-github/feature/bug_399222Dimitri van Heesch2019-02-172-0/+15
|\ \ | | | | | | Bug 399222 - SORT_BRIEF_DOCS produces wrong results
| * | Bug 399222 - SORT_BRIEF_DOCS produces wrong resultsalbert-github2019-02-132-0/+15
| | | | | | | | | | | | Grouped brief (with `\{ ..\}` descriptions were not sorted when `SORT_BRIEF_DOCS` was set, the detailed documentation was sorted already.
* | | Merge pull request #6835 from albert-github/feature/bug_layout_class_indexDimitri van Heesch2019-02-171-4/+8
|\ \ \ | | | | | | | | Incorrect layout of class index (HTML)
| * | | Incorrect layout of class index (HTML)albert-github2019-02-131-4/+8
| |/ / | | | | | | | | | | | | | | | | | | Regression of #6663 When looking at the example of #4935 the sorting and layout is correct in 1.8.14 but the layout is incorrect in 1.8.15. The incorrect layout is due to #6663 where a special case was solved for XHTML, the correct procedure should have been that in case of a table row without cells a dummy cell is added. The changes from #6663 have been reverted and the fix has been corrected (the special case occurred in the doxygen diagrams example).
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-178-19/+8
|\ \ \
| * \ \ Merge pull request #6836 from albert-github/feature/bug_xhtml_dtd_2Dimitri van Heesch2019-02-178-19/+8
| |\ \ \ | | | | | | | | | | Adjustment of xhtml1-transitional.dtd
| | * | | Adjustment of xhtml1-transitional.dtdalbert-github2019-02-163-3/+2
| | | | | | | | | | | | | | | | | | | | Some more ...
| | * | | Adjustment of xhtml1-transitional.dtdalbert-github2019-02-165-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - mapping changed due to missing `doxygen=` - externalRef part changeddue to missing`doxygen=`
| | * | | Adjustment of xhtml1-transitional.dtdalbert-github2019-02-162-16/+0
| | | | | | | | | | | | | | | | | | | | After small discussion conclusion was better to remove the obsolete `doxygen=`
| | * | | Adjustment of xhtml1-transitional.dtdalbert-github2019-02-131-0/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding attributes: - doxygen to be able to validate doxygen generated xhtml documents. Analogous to #6681 but now for the area tag (found in the doxygen tag example).
* | | | Merge branch 'albert-github-feature/bug_136299'Dimitri van Heesch2019-02-174-15/+44
|\ \ \ \ | |/ / / |/| | |
| * | | a named anchor does not need custom attributes and minor other corrections.Dimitri van Heesch2019-02-173-9/+10
| | | |
| * | | Merge branch 'feature/bug_136299' of ↵Dimitri van Heesch2019-02-174-17/+45
| |\ \ \ |/ / / / | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_136299
| * | | Bug 136299 - attributes to <p> tag get lostalbert-github2019-02-044-17/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Besides the `p` tag there were a number of other tags were also the attributes were lost: - `br` - `hr` - `a` in case of used as an anchor i.e. with the `name=` attribute In case of a `caption` with a `table` and no `id=` attribute with the `caption` there was still an anchor generated In scanner.l the warnings message was a bit unclear.
* | | | Remove persistent storage of Entry objectsDimitri van Heesch2019-02-1786-5358/+1057
| |/ / |/| |
* | | Merge pull request #6833 from albert-github/feature/issue_6830Dimitri van Heesch2019-02-101-5/+5
|\ \ \ | | | | | | | | issue #6830 Message: graph_legend:39: error: Prevented to copy file <path_to_html_output>/graph_legend.png onto itself!
| * | | issue #6830 Message: graph_legend:39: error: Prevented to copy file ↵albert-github2019-02-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <path_to_html_output>/graph_legend.png onto itself! In version 1.8.14 the message "Source and Destination are the same!" was given, this message could not be suppressed as can be done with normal warnings, this was corrected in 1.8.15 but backfires in case `WARN_AS_ERROR` is set. The problem only occurs when the output directory is searched for images. Removed the message as it does not contain real information.
* | | | Forgot to comment out debug printDimitri van Heesch2019-02-101-1/+1
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-1012-35/+96
|\ \ \
| * \ \ Merge pull request #6824 from albert-github/feature/bug_766508Dimitri van Heesch2019-02-091-0/+1
| |\ \ \ | | | | | | | | | | Bug 766508 - missing comments of overridden methods
| | * | | Bug 766508 - missing comments of overridden methodsalbert-github2019-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | Analogous to python also for PHP and Java all functions are by default virtual (for python fix see problem #6566 and fix #6570)
| * | | | Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltipDimitri van Heesch2019-02-0911-35/+95
| |\ \ \ \ | | | | | | | | | | | | Double id for tooltips in XHTML possible.
| | * | | | Double id for tooltips in XHTML Possible.albert-github2019-01-1811-35/+95
| | | |_|/ | | |/| | | | | | | | | | | | The tooltips (XHTML) should not be displayed per code fragment but for the entire (output) file as otherwise tooltips might be added multiple times resulting in double IDs.
* | | | | Improve handling < for expressions inside template argument defaultsDimitri van Heesch2019-02-101-11/+7
|/ / / /
* | | | Merge pull request #6826 from albert-github/feature/bug_626582Dimitri van Heesch2019-02-091-0/+1
|\ \ \ \ | | | | | | | | | | Bug 626582 - Function overloads are not actually sorted in member function list
| * | | | Bug 626582 - Function overloads are not actually sorted in member function listalbert-github2019-02-071-0/+1
| | |/ / | |/| | | | | | | | | | List was only sorted on member names, now also subsequently sorted on arguments.
* | | | Merge pull request #6811 from albert-github/feature/bug_141919Dimitri van Heesch2019-02-094-10/+8
|\ \ \ \ | | | | | | | | | | Bug 141919 - Wrong param and exception style in RTF output
| * | | | Bug 141919 - Wrong param and exception style in RTF outputalbert-github2019-02-014-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some small improvements in the different formats based on the problems signaled with the issue - doxygen.css make exceptions in line with other tables (i.e. the appearance of the name of the exception) - doxygen.sty, rtfdocvisitor.cpp between items in e.g. Precondition, Postcondition, Note place a paragraph distance (like in main text) - docbookvisitor.cpp handle title of Rcs and User sections correctly .
* | | | | Merge pull request #6829 from albert-github/feature/issue_6828Dimitri van Heesch2019-02-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | issue #6828 Physical newlines (^^) in ALIASES configuration tags not working with sections, subsections, subsubsections and paragraphs
| * | | | | issue #6828 Physical newlines (^^) in ALIASES configuration tags not working ↵albert-github2019-02-071-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | with sections, subsections, subsubsections and paragraphs Previous changes corrected use of _linebr, missed one so this was not handled properly.
* | | | | Merge pull request #6823 from albert-github/feature/issue_6818Dimitri van Heesch2019-02-091-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Issue #6818 Certain regex pattern in class constant causes PHP class to be ignored
| * | | | | Issue #6818 Certain regex pattern in class constant causes PHP class to be ↵albert-github2019-02-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored In case of Cpp we also have to consider the case of strings that can contain the `[[...]]` part.
| * | | | | Issue #6818 Certain regex pattern in class constant causes PHP class to be ↵albert-github2019-02-051-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored Only ally the rule `<*>"[["` for Cpp See also fix d8001efd89146e04d92f5ea41ab27a7de09b6c53 i.e. Problem parsing c++ gnu::visibility (Origin: bugzilla #787952) #6259
* | | | | Updated build instructions to get rid the libtinfo.so dependency on Linux ↵Dimitri van Heesch2019-02-071-1/+2
|/ / / / | | | | | | | | | | | | with static libclang.
* | | | Issue 6814: Further finetuning for inconsistent whitespace removal for ↵Dimitri van Heesch2019-02-041-2/+3
| | | | | | | | | | | | | | | | operators in 1.8.15
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-043-241/+513
|\ \ \ \
| * \ \ \ Merge pull request #6817 from fjtc/masterDimitri van Heesch2019-02-042-227/+499
| |\ \ \ \ | | | | | | | | | | | | Portuguse translators updated to Doxygen 1.8.16.
| | * | | | Portuguse translators updated to Doxygen 1.8.16.Fabio Jun Takada Chino2019-02-042-227/+499
| | | |_|/ | | |/| |
| * | | | Merge pull request #6788 from albert-github/feature/bug_void_returnDimitri van Heesch2019-02-041-14/+14
| |\ \ \ \ | | |/ / / | |/| | | Warning for documented return of void type function
| | * | | Warning for documented return of void type functionalbert-github2019-01-211-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a void type function is documented it is not allowed to used a `\return` or `\retval` command. The test was present but not correct - test on `g_hasReturnCommand ` which signals whether of not `\ret...` is used instead of `g_memberDef->hasDocumentedReturnType()` - removed test on emty return type (empty return type is assumed to be non void, see e.g. C, Fortran). - order of the tests is important
* | | | | Added instructions to build a statically linked doxygen binary from sourcesDimitri van Heesch2019-02-041-0/+20
|/ / / /
* | | | Merge pull request #6813 from albert-github/feature/issue_6812Dimitri van Heesch2019-02-031-1/+9
|\ \ \ \ | | | | | | | | | | issue #6812 Empty lines are lost when copy-pasting from code section.
| * | | | issue #6812 Empty lines are lost when copy-pasting from code section.albert-github2019-02-011-1/+9
| | |/ / | |/| | | | | | | | | | In case of an empty line insert an space so the line will be shown with copy & paste (including the space!).
* | | | Issue 6814: Inconsistent whitespace removal for operators in 1.8.15Dimitri van Heesch2019-02-031-1/+1
| | | |
* | | | Merge branch 'albert-github-feature/bug_code_asterisk'Dimitri van Heesch2019-02-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Problem with just an asterisks on a `\code` linealbert-github2019-02-021-1/+1
|/ / / | | | | | | | | | | | | Problem occurs when a line with just a `*` is followed by another line with an `# and some comment. The test on newline has been removed. Problem is most likely a consequence of Bug #5288 - Asterisks in comment wrongly displayed for @code, i.e. 23f337e64b95d3fa08f32980c866669b190c872f
* | | Fixed type in javascript license text and moved it to one locationDimitri van Heesch2019-01-313-30/+18
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-311-5/+1
|\ \ \