summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Order resources not only on filename but also dirnameStefanBruens2018-09-081-1/+2
| | |/ | | | | | | | | | | | | | | | | | | Although the resource generation sorted files for each subdirectory, total order, i.e. including subdirectories, was not stable. As a result, the generated resources.cpp could be different on each build run. Fixes #6152
| * | Merge pull request #6485 from albert-github/feature/bug_ftvhelp_doubleDimitri van Heesch2018-09-091-2/+1
| |\ \ | | | | | | | | Remove double line with documented argument from addContentsItem in ftvhelp.cpp
| | * | Remove double line with documented argument from addContentsItem in ftvhelp.cppalbert-github2018-09-051-2/+1
| | | | | | | | | | | | | | | | This is a problem of the internal doxygen generated documentation only.
| * | | Merge pull request #6493 from albert-github/feature/bug_doc_installDimitri van Heesch2018-09-091-0/+5
| |\ \ \ | | |_|/ | |/| | Small correction installation / build procedure
| | * | Small correction installation / build procedurealbert-github2018-09-091-0/+5
| |/ / | | | | | | | | | | | | - Adding some indices - Adding python requirement for *nix
| * | Merge pull request #6430 from albert-github/feature/bug_self_phpDimitri van Heesch2018-09-061-1/+3
| |\ \ | | | | | | | | 'self' keyword in PHP documentation
| | * | 'self' keyword in PHP documentationalbert-github2018-08-061-1/+3
| | | | | | | | | | | | | | | | In PHP the word `self` was not color coded and the functions were nor referenced in the CALL / CALLER graphs, / REFERENCES / REFERENCED lists.
| * | | Merge pull request #6477 from albert-github/feature/bug_exception_rtf_latexDimitri van Heesch2018-09-062-2/+2
| |\ \ \ | | |_|/ | |/| | Missing opening round bracket in case of an exception
| | * | Missing opening round bracket in case of an exceptionalbert-github2018-08-312-2/+2
| | | | | | | | | | | | | | | | | | | | In case of RTF / LaTeX the opening round bracket was missing after the word "throw" (see e.g. in the manual the `\fn` example the detailed function description)
| * | | Merge pull request #6468 from arm-in/masterDimitri van Heesch2018-09-037-12/+11
| |\ \ \ | | | | | | | | | | Typos found by running "codespell"
| | * | | Update README.txtArmin Müller2018-08-301-3/+2
| | | | |
| | * | | Update changelog.docArmin Müller2018-08-211-2/+2
| | | | |
| | * | | Update pyscanner.lArmin Müller2018-08-211-2/+2
| | | | |
| | * | | Update pycode.lArmin Müller2018-08-211-2/+2
| | | | |
| | * | | Update markdown.cppArmin Müller2018-08-211-1/+1
| | | | |
| | * | | Update mangen.cppArmin Müller2018-08-211-1/+1
| | | | |
| | * | | Update classdef.cppArmin Müller2018-08-211-1/+1
| | | | |
| * | | | Merge pull request #6424 from albert-github/feature/bug_image_xmlDimitri van Heesch2018-09-031-1/+1
| |\ \ \ \ | | | | | | | | | | | | Include height item in XML output
| | * | | | Include height item in XML outputalbert-github2018-08-051-1/+1
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | When width and height are given with the `\image` command only the `width=` is placed in the output. contrary to e.g. HTML. This has been corrected. Based on: https://stackoverflow.com/questions/38778067/doxygen-image-tag-size-specification-syntax
| * | | | Merge pull request #6481 from albert-github/feature/bug_test_005_typoDimitri van Heesch2018-09-031-1/+1
| |\ \ \ \ | | | | | | | | | | | | Correct typing error in test 5
| | * | | | Correct typing error in test 5albert-github2018-09-031-1/+1
| | | | | |
| * | | | | Merge pull request #6480 from albert-github/feature/bug_test_051_typoDimitri van Heesch2018-09-032-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | Correct typing error in test 51
| | * | | | Correct typing error in test 51albert-github2018-09-032-2/+2
| |/ / / /
* | | | | Merge branch 'albert-github-feature/bug_634830'Dimitri van Heesch2018-09-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Changed state guard instead of adding pattern check+rejectDimitri van Heesch2018-09-101-8/+1
| | | | |
| * | | | Merge branch 'feature/bug_634830' of ↵Dimitri van Heesch2018-09-101-0/+7
| |\ \ \ \ |/ / / / / | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_634830
| * | | | Bug 634830 - Automatic links don't work correctly with operator< and operator<=albert-github2018-08-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | A longer match was chosen by 'lex' resulting in that 'operator<' and 'operator<=' and the first argument were not correctly linked and color coded. We now test if the "operator" match is present, if so we use the right rule for operator.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-09-022-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6419 from albert-github/feature/bug_env_consistencyDimitri van Heesch2018-09-021-1/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Consistency of environment variables between config and code
| | * | | | | Consistency of environment variables between config and codealbert-github2018-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Made consistent with pull request #6420
| | * | | | | Consistency of environment variables between config and codealbert-github2018-08-021-1/+2
| | | |/ / / | | |/| | | | | | | | | | | | | | | In a configuration file it was possible to have an environment variable like PROGRAMFILES(X86) but in the code this was not possible.
| * | | | | Merge pull request #6418 from albert-github/feature/bug_SOURCE_DATE_EPOCHDimitri van Heesch2018-09-021-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Correct typing error in warning message.
| | * | | | | Correct typing error in warning message.albert-github2018-07-311-1/+1
| | |/ / / /
* | | | | | Changed mail address and removed obsolete filesDimitri van Heesch2018-09-023-93/+1
|/ / / / /
* | | | | Update mail addressDimitri van Heesch2018-09-018-10/+10
| | | | |
* | | | | Merge pull request #6388 from albert-github/feature/bug_740046_regressionDimitri van Heesch2018-09-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Section label with minus sign not recognized properly.
| * | | | | Section label with minus sign not recognized properly.albert-github2018-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a regression on: Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output only the first character is has to be handled in the new way. (Reference to old github pull request #704 and issue #5677)
* | | | | | Merge pull request #6402 from albert-github/feature/bug_579628Dimitri van Heesch2018-09-012-32/+82
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
| * | | | | Bug 579628 - Merging of consecutive repeated commands creates ↵albert-github2018-07-202-32/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | poorly-structured HTML Most issues from this report were already implemented. Extended for cross reference lists with the possibility to "style" intermediate items as well. (also some code structure, i.e. mnemonics instead of numbers).
* | | | | | Update .travis.ymlDimitri van Heesch2018-08-261-0/+1
| | | | | | | | | | | | | | | | | | for missing ulem package
* | | | | | Merge branch 'albert-github-feature/bug_667993'Dimitri van Heesch2018-08-2617-13/+105
|\ \ \ \ \ \
| * | | | | | Readded missing "Span" case to DocStyleChange::styleStringDimitri van Heesch2018-08-261-8/+9
| | | | | | |
| * | | | | | Merge branch 'feature/bug_667993' of ↵Dimitri van Heesch2018-08-2617-6/+97
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
| * | | | | | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed redundant line in documentation
| * | | | | | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-0717-6/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-08-266-11/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #6441 from albert-github/feature/bug_distributed_manDimitri van Heesch2018-08-213-5/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Small corrections in distributed man pages
| | * | | | | | | Small corrections in distributed man pagesalbert-github2018-08-133-5/+5
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #6455 from albert-github/feature/bug_navtree_cssDimitri van Heesch2018-08-211-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Truncated split bar in HTML output between treeview and normal text area
| | * | | | | | Truncated split bar in HTML output between treeview and normal text areaalbert-github2018-08-211-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | In case of of choosing small letters in the browser or having a large display one can see that the split bar ends at a certain point.