summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Difference between standard and used Doxyfilealbert-github2018-09-156-2/+130
| | | | | | Writes a the differences between the current configuration and the template configuration. Useful when communicating e.g. in forums.
* Merge pull request #6500 from Croydon/patch-1Dimitri van Heesch2018-09-111-5/+5
|\ | | | | Update install.doc: Qt 5 is now supported as well
| * Update install.doc: Qt 5 is now supported as wellMichael "Croydon" Keck2018-09-111-5/+5
|/
* Update appveyor.ymlDimitri van Heesch2018-09-101-7/+7
| | | Re-enabled vc2017, disabled debug build and building docs & tests until made working reliably
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-09-1019-24/+84
|\
| * Merge pull request #6496 from albert-github/feature/issue_6494Dimitri van Heesch2018-09-101-1/+6
| |\ | | | | | | Issue 6494: asterisks before args and kwargs are ignored in python
| | * Issue 6494: asterisks before args and kwargs are ignored in pythonalbert-github2018-09-101-1/+6
| | | | | | | | | | | | | | | | | | Added asterisks in the type field. The type is temporary stored in a variable as the argument field has not yet been defined for its argument.
| * | Update appveyor.ymlDimitri van Heesch2018-09-101-2/+2
| |/ | | | | disabled vs2017 build for now
| * Update README.mdDimitri van Heesch2018-09-091-1/+1
| | | | | | corrected URL to appveyer build page
| * Update README.mdDimitri van Heesch2018-09-091-1/+2
| | | | | | added window's build status (via appveyor)
| * Merge pull request #6474 from Croydon/croydon/appveyorDimitri van Heesch2018-09-091-0/+48
| |\ | | | | | | WIP: Init Windows AppVeyor CI
| | * AppVeyor: Remove outdated renaming and update ghostscriptCroydon2018-09-081-3/+1
| | | | | | | | | | | | | | | | | | Renaming of win_flex and win_bison is not any longer requires as the CMake find scripts are also looking for these binary names. Updating Ghostscript from 9.23 to 9.24
| | * Prevent potential race conditionCroydon2018-09-081-1/+1
| | |
| | * AppVeyor: Also execute tests and doc generationCroydon2018-09-081-2/+16
| | |
| | * Init Windows AppVeyor CICroydon2018-09-081-0/+36
| | |
| * | Merge pull request #6490 from StefanBruens/issue_6152Dimitri van Heesch2018-09-091-1/+2
| |\ \ | | | | | | | | Order resources not only on filename but also dirname
| | * | 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
|/ / / / /