Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6826 from albert-github/feature/bug_626582 | Dimitri van Heesch | 2019-02-09 | 1 | -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 list | albert-github | 2019-02-07 | 1 | -0/+1 |
| | | | | | | | | List was only sorted on member names, now also subsequently sorted on arguments. | ||||
* | | Merge pull request #6811 from albert-github/feature/bug_141919 | Dimitri van Heesch | 2019-02-09 | 4 | -10/+8 |
|\ \ | | | | | | | Bug 141919 - Wrong param and exception style in RTF output | ||||
| * | | Bug 141919 - Wrong param and exception style in RTF output | albert-github | 2019-02-01 | 4 | -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_6828 | Dimitri van Heesch | 2019-02-09 | 1 | -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-github | 2019-02-07 | 1 | -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_6818 | Dimitri van Heesch | 2019-02-09 | 1 | -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-github | 2019-02-06 | 1 | -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-github | 2019-02-05 | 1 | -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 Heesch | 2019-02-07 | 1 | -1/+2 |
|/ / | | | | | | | with static libclang. | ||||
* | | Issue 6814: Further finetuning for inconsistent whitespace removal for ↵ | Dimitri van Heesch | 2019-02-04 | 1 | -2/+3 |
| | | | | | | | | operators in 1.8.15 | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-02-04 | 3 | -241/+513 |
|\ \ | |||||
| * \ | Merge pull request #6817 from fjtc/master | Dimitri van Heesch | 2019-02-04 | 2 | -227/+499 |
| |\ \ | | | | | | | | | Portuguse translators updated to Doxygen 1.8.16. | ||||
| | * | | Portuguse translators updated to Doxygen 1.8.16. | Fabio Jun Takada Chino | 2019-02-04 | 2 | -227/+499 |
| | | | | |||||
| * | | | Merge pull request #6788 from albert-github/feature/bug_void_return | Dimitri van Heesch | 2019-02-04 | 1 | -14/+14 |
| |\ \ \ | | |/ / | |/| | | Warning for documented return of void type function | ||||
| | * | | Warning for documented return of void type function | albert-github | 2019-01-21 | 1 | -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 sources | Dimitri van Heesch | 2019-02-04 | 1 | -0/+20 |
|/ / / | |||||
* | | | Merge pull request #6813 from albert-github/feature/issue_6812 | Dimitri van Heesch | 2019-02-03 | 1 | -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-github | 2019-02-01 | 1 | -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.15 | Dimitri van Heesch | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'albert-github-feature/bug_code_asterisk' | Dimitri van Heesch | 2019-02-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Problem with just an asterisks on a `\code` line | albert-github | 2019-02-02 | 1 | -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 location | Dimitri van Heesch | 2019-01-31 | 3 | -30/+18 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-01-31 | 1 | -5/+1 |
|\ \ | |||||
| * \ | Merge pull request #6807 from albert-github/feature/bug_vhdl_inline | Dimitri van Heesch | 2019-01-31 | 1 | -5/+1 |
| |\ \ | | | | | | | | | Inline VHDL code | ||||
| | * | | Inline VHDL code | albert-github | 2019-01-30 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Based on the example of #6805 - First line of inline documentation didn't have a line number - The line numbers in inline documentation were off by one | ||||
* | | | | Merge branch 'albert-github-feature/issue_6800' | Dimitri van Heesch | 2019-01-31 | 1 | -3/+9 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Minor tweaks | Dimitri van Heesch | 2019-01-31 | 1 | -3/+7 |
| | | | | |||||
| * | | | Merge branch 'feature/issue_6800' of ↵ | Dimitri van Heesch | 2019-01-31 | 1 | -3/+5 |
| |\ \ \ |/ / / / | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_6800 | ||||
| * | | | issue #6800 Markdown line ending problems in 1.8.15 and master | albert-github | 2019-01-28 | 1 | -3/+5 |
| |/ / | | | | | | | | | | | | | In case of a completely empty line with 2 spaces at the end don't consider this as a 2 space terminated line. Regression of #6448 | ||||
* | | | Merge branch 'jquery_update' | Dimitri van Heesch | 2019-01-31 | 22 | -14264/+110 |
|\ \ \ | |||||
| * | | | Aligned license statement for javascripts with general license statement | Dimitri van Heesch | 2019-01-31 | 24 | -14268/+112 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-01-31 | 3 | -4/+4 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #6797 from albert-github/feature/issue_6796 | Dimitri van Heesch | 2019-01-27 | 3 | -4/+4 |
| |\ \ \ | | |/ / | |/| | | issue #6796 Bad link to section, subsection if pointing at item past suspicious text | ||||
| | * | | issue #6796 Bad link to section, subsection if pointing at item past ↵ | albert-github | 2019-01-26 | 3 | -4/+4 |
| |/ / | | | | | | | | | | | | | | | | suspicious text To escape `\` and `@` not only `\\` and `@@` should be possible but also `\@` and `@\` | ||||
* | | | Aligned license statement for javascripts with general license statement | Dimitri van Heesch | 2019-01-27 | 2 | -4/+2 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-01-26 | 3 | -54/+32 |
|\ \ | |||||
| * \ | Merge pull request #6792 from albert-github/feature/issue_6791 | Dimitri van Heesch | 2019-01-22 | 2 | -32/+32 |
| |\ \ | | |/ | |/| | issue #6791 TOC not generated when using a particular Markdown headerstyle | ||||
| | * | issue #6791 TOC not generated when using a particular Markdown header style | albert-github | 2019-01-21 | 1 | -31/+31 |
| | | | | | | | | | | | | Update test | ||||
| | * | issue #6791 TOC not generated when using a particular Markdown header style | albert-github | 2019-01-21 | 1 | -1/+1 |
| |/ | | | | | | | | | The default for the `TOC_INCLUDE_HEADERINGS` was set to 0, for compatibility this should be 5. (Problem was observed in the doxygen documentation, chapter markdown, where the TOC was missing; alternatively in the Doxyfile the `TOC_INCLUDE_HEADERINGS` could be set to `5`,. The solution chosen is more consistent with the old situation). | ||||
| * | Merge pull request #6780 from albert-github/feature/issue_6779 | Dimitri van Heesch | 2019-01-19 | 1 | -22/+0 |
| |\ | | | | | | | issue #6679 Multiple use of section label warning for Setex-stype headers in markdown | ||||
| | * | issue #6679 Multiple use of section label warning for Setex-stype headers in ↵ | albert-github | 2019-01-18 | 1 | -22/+0 |
| |/ | | | | | | | | | | | | | | | markdown Due to the move of the markdown code to another place the adding of the section info of section, subsection etc. would be attempted to add twice (first in markdown and later on again when translating the resulting '`section`, `\subsection` commands. The adding should only take place when handling the (replaced) commands. Removing the test in `addSection` won't work as in that case using twice a sectioning command with the same label would not be signaled anymore. | ||||
* | | Store inline attribute for namespaces | Dimitri van Heesch | 2019-01-21 | 1 | -0/+4 |
| | | |||||
* | | Remove dead code | Dimitri van Heesch | 2019-01-21 | 3 | -32/+0 |
| | | |||||
* | | Improve constness | Dimitri van Heesch | 2019-01-21 | 2 | -12/+12 |
| | | |||||
* | | Remove obsolete jquery source file | Dimitri van Heesch | 2019-01-15 | 1 | -9266/+0 |
|/ | |||||
* | Added 'constexpr' as attribute label and to XML output | Dimitri van Heesch | 2019-01-13 | 6 | -0/+26 |
| | |||||
* | Added noexcept attribute to the XML output | Dimitri van Heesch | 2019-01-13 | 2 | -0/+6 |
| | |||||
* | Merge branch 'albert-github-feature/bug_pre_markdown' | Dimitri van Heesch | 2019-01-13 | 4 | -1/+72 |
|\ | |||||
| * | Merge: moved example from 081 to 084, improved check if last char is newline | Dimitri van Heesch | 2019-01-13 | 4 | -9/+9 |
| | |