summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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.
| * | | | | | Merge pull request #6452 from cheoljoo/masterDimitri van Heesch2018-08-191-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug fix (very tiny) for plantuml
| | * | | | | | Bug fix for plantumlCharles.Lee2018-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # What is the problem - The following plantuml is not processed. ``` /** * @brief Clear the rule. * @startuml * participant CReceiver * opt MsgFromSender() * alt cmd=IGN_STATUS_IN && value == 0 * alt * CReceiver ->> CHmi : Draw_HMI sendMsg() -> sendMessage(HMI,MSGIDN,...) * else * note right CReceiver : Draw Directly * end * else * note right CReceiver : mbBlockDraw = false * end * end * @enduml */ ``` # debugging method - change into DOT_CLEANUP = NO in Doxyfile to remain the plantuml file for debugging. - the following context is result of remaining plantuml file. ``` @startuml participant CReceiver opt MsgFromSender() alt cmd=IGN_STATUS_IN && value == 0 alt CReceiver ->> CHmi : Draw_HMI sendMsg() -> sendMessage(HMI,MSGIDN,...) else note right CReceiver : Draw Directly end else note right CReceiver : mbBlockDraw = false end end@enduml ``` # Solution - add return in front of @enduml
| * | | | | | | Merge pull request #6453 from albert-github/feature/bug_docu_lineno_docDimitri van Heesch2018-08-191-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Documentation correction include command with options
| | * | | | | | Documentation correction include command with optionsalbert-github2018-08-191-4/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Corrected syntax - made text consistent
* | | | | | | Merge branch 'albert-github-feature/bug_693515'Dimitri van Heesch2018-08-2613-91/+62
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-2613-107/+61
| | | | | | |
| * | | | | | Merge branch 'feature/bug_693515' of ↵Dimitri van Heesch2018-08-1913-19/+36
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
| * | | | | | Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-2913-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
* | | | | | | Merge branch 'lineno'Dimitri van Heesch2018-08-1922-377/+709
|\ \ \ \ \ \ \
| * | | | | | | Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-1922-377/+709
| | |_|_|_|_|/ | |/| | | | |