| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
|/ /
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_escaped_equal_sign
|
| |
| |
| |
| | |
This command writes an equal sign (`=`) to the output. This character sequence has to be escaped in some cases, because it is used in Markdown header processing.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| |\ \
|/ / /
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/issue_6690
|
| | |
| | |
| | |
| | |
| | |
| | | |
function parameters (with bisect and test case)
For some keywords not the value of the 'type' should decide whether the 'name' in the name field is part of the 'type' or is the 'name' in the argument.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update of changelog
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- integrating older versions of the changelog (i.e. version 1.5 and older, so no external references to doxygen changelog pages)
- correcting permanent redirects
|
|\ \ \ \
| | | | |
| | | | | |
Upgrade to jQuery 1.7.2 to get rid of security scan violations.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Python #6706
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changes:
- Use of `@emoji name` instead of `:name:`
- Support only GitHub emojis (i.e. without spaces or special characters in the name)
- Provided script to download images for LaTeX support.
- XML output now has <emoji> tag with name an unicode sequence.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
issue #6692 XML TOC generation is not backwards-compatible with 1.8.14
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
In case no options specified with the `\tableofcontents` `Html` and `XML` should be generated and not only `Html` (compatibility).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Incorrect closing tags for in page table of contents (XHTML)
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
In case of using the levels in the in page table of contents in XHTML some closing tags wer missing.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Incorrect closing tags for in page table of contents (docbook)
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
In the in page table of contents in docbook some closing tags were missing.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Index list cannot contain special characters in ids for XHTML
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
XHTML doesn't ids with a ~ in it, converted to an id character. This happens with e.g. the list of destructors.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Print emoji text in case of unknown emoji
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
In case an unknown emoji was detected the 'value' was not printed to the output, this is corrected.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
issue #6691 Multiple issues with emoji matching
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This fix is regarding the false positive emoji detection of scope rules like: `Platform::*Application::viewportEvent(const Vector2i&)`
In case the "emoji" is followed by and extra `:` it is not seen as an emoji anymore.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Prevent empty page list table (XHTML)
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
The table (tag) should only be written in case a table has at least one row, otherwise a non valid table is generated (XHTML)
|
| |/ / /
|/| | | |
|
|/ / /
| | |
| | |
| | | |
bisect] (Origin: bugzilla #791942)
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | | |
Losslessly optimize images
|
| | |\ \ \
| | | | | |
| | | | | | |
[ImgBot] Optimize images
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
*Total -- 536.41kb -> 410.38kb (23.5%)
/doc/extsearch_flow.png -- 20.57kb -> 7.41kb (64%)
/testing/sample.png -- 3.69kb -> 2.50kb (32.26%)
/doc/doxywizard_main.png -- 55.86kb -> 38.51kb (31.07%)
/doc/doxywizard_page1.png -- 38.72kb -> 29.24kb (24.47%)
/doc/doxywizard_page4.png -- 42.69kb -> 32.57kb (23.72%)
/doc/doxywizard_page3.png -- 49.71kb -> 37.95kb (23.66%)
/doc/doxywizard_page2.png -- 38.13kb -> 29.21kb (23.41%)
/addon/doxywizard/images/tunecolor.png -- 99.90kb -> 77.30kb (22.62%)
/doc/doxywizard_menu.png -- 57.29kb -> 45.09kb (21.28%)
/doc/doxywizard_expert.png -- 29.35kb -> 23.73kb (19.15%)
/templates/html/mag_sel.png -- 0.55kb -> 0.45kb (17.41%)
/templates/html/mag.png -- 0.51kb -> 0.44kb (14.31%)
/doc/infoflow.png -- 98.24kb -> 84.89kb (13.59%)
/templates/html/search_r.png -- 0.60kb -> 0.54kb (9.64%)
/templates/html/search_l.png -- 0.59kb -> 0.55kb (6.13%)
|
| |\ \ \ \
| | | | | |
| | | | | | |
Bug 793076 - Segmentation fault when generating graphical class hierarchy
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
Prevent endless loop during renumbering
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Adjustment of xhtml1-transitional.dtd
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding attributes:
- async
- doxygen
to be able to validate doxygen generated xhtml documents
|
|/ / /
| | |
| | |
| | | |
output
|
|\ \ \
| | | |
| | | | |
RTF lists more levels and removing extra paragraphs
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- In a RTF list after the last indent a number of extra paragraphs were displayed (with e.g. bullets), these extra paragraphs are removed
- Increased the number of levels conform the changes for latex (#6622)
|
|\ \ \ \
| | | | |
| | | | | |
Tag sequence incorrect for svg image (XHTML)
|