summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | secref command output shows in 1 column (HTML)albert-github2019-03-041-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output from the `\secref` command shows in 1 column instead of 3. The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
* | | | | | | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-103-4/+4
|/ / / / / /
* | | | | | Merge branch 'albert-github-feature/bug_lineno_split_examples'Dimitri van Heesch2019-03-0910-25/+140
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/bug_lineno_split_examples' of ↵Dimitri van Heesch2019-03-099-25/+139
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_lineno_split_examples
| * | | | | Show line numbers in "split" examplesalbert-github2019-03-038-9/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the commands like `\skip`, `\skipline` it is possible to show parts of a file for further explanation / tutorials. They can be started with `\include` or `\dontinclude` but in case `\include` specifies that the line numbers have to be shown they are only shown in the full example and not in the split up example - show line numbers in split up example in case `lineno` is required - add `lineno` option to `\dontinclude` so here also line numbers can be shown.
* | | | | | Fix for unmatched </p> when using \until as the first commandDimitri van Heesch2019-03-031-6/+4
| | | | | |
* | | | | | Minor refactoringDimitri van Heesch2019-03-032-19/+14
| | | | | |
* | | | | | Merge branch 'feature/bug_warn_nofile_incl' of ↵Dimitri van Heesch2019-03-031-0/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_nofile_incl
| * | | | | Warning if no file specified for special reading commandsalbert-github2019-03-031-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Create a warning in case no `\include` or `\dontinclude` command has been given before using `\skip`, `\line`, `\skipline` or `\utnil`
* | | | | | Revert "Disabled "inheritance by dominance" warning (try 2)"Dimitri van Heesch2019-03-032-6/+6
|/ / / / / | | | | | | | | | | | | | | | This reverts commit d4243bc66fc911012c8222514d5b33a222993ae5.
* | | | | Disabled "inheritance by dominance" warning (try 2)Dimitri van Heesch2019-03-022-6/+6
| | | | |
* | | | | Merge pull request #6863 from ↵Dimitri van Heesch2019-03-021-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | albert-github/feature/bug_abstract_intf_regression_2 Regression on Definition and derived classes that are abstract interfaces (2)
| * | | | | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Looks like some more possible problematic places (no test case present)
| * | | | | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a incorrect cast which didn't show with compilers on *nix, but does on windows. Problem occurred at least with test 58, 62 and with documentation (tclexample)
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #6858 from albert-github/feature/issue_6847Dimitri van Heesch2019-02-281-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | issue #6847 Physical newlines (^^) in ALIASES produce a mismatch between documentation and source code
| | * | | | | issue_6847 Physical newlines (^^) in ALIASES produce a mismatch between ↵albert-github2019-02-251-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation and source code In 1.8.15 the `^^` was already translated to `\_linebr` but here there was a ` ` (space) after the `^^`, here this is not the case resulting in "warning: Found unknown command `\_linebrline'" placing a ` ` after the translated value solves this problem.
* | | | | | Disabled "inheritance by dominance" warningDimitri van Heesch2019-03-021-0/+6
|/ / / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-287-56/+60
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6832 from albert-github/feature/bug_latex_sectionDimitri van Heesch2019-02-242-44/+44
| |\ \ \ \ | | | | | | | | | | | | Section title runs into margin
| | * | | | Section title runs into marginalbert-github2019-02-102-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the PDF version of the doxygen manual we see that for the `\image` command the chapter title the text runs into the margin (due to an unbreakable part). With this fix the problem is solved. (see also: https://tex.stackexchange.com/questions/474055/section-title-running-into-margin and , for the ifstar part, https://tex.stackexchange.com/questions/376375/using-ifstar-to-define-a-star-variant)
| * | | | | Merge pull request #6849 from albert-github/feature/bug_internal_docuDimitri van Heesch2019-02-243-12/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove some doxygen warnings in internal documentation
| | * | | | | Remove some doxygen warnings in internal documentationalbert-github2019-02-223-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Generating the doxygen internal documentation gave some warning messages, these have been corrected.
| * | | | | | Merge pull request #6848 from albert-github/feature/bug_latex_code_minusDimitri van Heesch2019-02-241-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Latex code double minus goes to endash
| | * | | | | | Latex code double minus goes to endashalbert-github2019-02-221-0/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case in code 2 consecutive minus signs are present they are shown as endash. using the same code as in the non code part solves the issue. Issue can e.g. be seen in cpp source code (with e.g. i--) and in the doxygen documentation in the paragraph "Comment blocks in VHDL" This is a regression in 1.8.15
| * | | | | | Bug 322353 - C variable argument list doesn't work in @paramalbert-github2019-02-191-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | The `...` argument was not documented in case of inline parameter documentation, with `\param` it was possible to document the `...` argument.
| * | | | | Merge pull request #6842 from albert-github/feature/issue_6840Dimitri van Heesch2019-02-181-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | issue #6840 Hash character in Markdown code span not rendered correctly
| | * | | | | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A hash sign has a special meaning, so it should be escaped in a code span.
* | | | | | | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-2844-2308/+3196
| | | | | | |
* | | | | | | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-281-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | A hash sign has a special meaning, so it should be escaped in a code span.
* | | | | | 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-177-13/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #6836 from albert-github/feature/bug_xhtml_dtd_2Dimitri van Heesch2019-02-177-13/+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-161-4/+0
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | After small discussion conclusion was better to remove the obsolete `doxygen=`
* | | | | | | 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-1720-4852/+551
| |/ / / / / |/| | | | |
* | | | | | 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-1010-35/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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-099-35/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Double id for tooltips in XHTML possible.