| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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)
|
| | | |
| | | |
| | | |
| | | | |
svg images should also follow the rules a for other type images regarding div tag and paragraph tags
|
|\ \ \ \
| |/ / /
|/| | | |
Prevent empty member 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)
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
albert-github/feature/bug_xhtml_vhdl_use_clauses_name_2
XHTML problem with name attribute with VHDL name attribute
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When running xhtml checker on the doxygen diagram example we get:
Syntax of value for attribute name of a is not valid
Document mux/xhtml/classmux__using__with.xhtml does not validate
This is due to a space in the name tag, substituting the appropriate code solves the problem.
As this is a VHDL specific problem only these strings are converted.
|
|\ \ \ \
| |/ / /
|/| | | |
Update parsing extension table in documentation
|
|/ / /
| | |
| | |
| | |
| | | |
The text underneath the table in the documentation regarding the use of extensions was not correct.
Also added the C / C++ category and made the table a bit better readable.
|
|\ \ \
| | | |
| | | | |
Bug 774118 - EXTERNAL_GROUPS lose hierarchy
|
| | | |
| | | |
| | | |
| | | | |
Created relations between groups as specified in the tag file
|
|\ \ \ \
| | | | |
| | | | | |
CI: Updates to Qt and Winflexbison
|
| | | | |
| | | | |
| | | | |
| | | | | |
Should have happened in the "AppVeyor: Install winflexbison via Conan" commit ealierer.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Not neccessary anymore as Winflexbison is now in conan-center
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Correcting tag example and uniform calling all examples
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
- tag example corrected in respect to changed definition (a while ago) regarding the name of the Example example
- regenerating tag file (based on current doxygen version)
- made building of all examples uniform
|
|\ \ \ \
| | | | |
| | | | | |
Wrong counting of lines during VHDL code output
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
The code coloring of the output stops at an early stage, resulting in incorrect HTML / LaTeX / ... output, due to a double counting of the lines in case of `STRIP_CODE_COMMENTS=NO`.
Problem is visible when looking at the documentation of the VHDL documentation block in the manual for VHDL code in e.g. HTML and LaTex (Note problem occurs in the 1.8.15 master, not in the 1.8.14 version).
|
|\ \ \ \
| | | | |
| | | | | |
XHTML incorrect attribute values for align and valign
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The attribute values of the `align` and `valign` attribute have to be in lowercase and the `valign` attribute value `center` does not exist but has to be `middle`.
Most browsers do accept the 'incorrect' values but it is better to have the right values present.
(Found by means of the CGAL/cgal repository)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
albert-github/feature/bug_xhtml_maparea_node_numbers
XHTML problem with multiple use of node numbers in id attribute
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When running xhtml checker on the doxygen diagram example we get:
diagrams/html/class_a.html:66: element area: validity error : ID node1 already defined
<area shape="rect" id="node1" title=" " alt="" coords="5,5,44,32"/>
^
ID node1 already defined
Document diagrams/html/class_a.html does not validate
This is due to the fact that the map file is used as generated by dot, and here the id values start each time with node1. The id is not used and can be omitted.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix HTTPS links
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
XHTML problem with class index table
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When running xhtml checker on the doxygen diagram example we get:
Element tr content does not follow the DTD, expecting (th | td)+, got
Document diagrams/xhtml/classes.xhtml does not validate
This is due to an empty `<tr></tr>`, adding the appropriate column definitions solves the problem.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Doxygen manual is not XHTML compliant
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The doxygen manual is not XHTML compliant.
In this, first, fix :
- fixes the problems in the doc files (note that docblocks has a small extra problem, pull request for this is #6660)
- determine output directory for HTML based on the doxyfile (for images).
Note: Remaining problems with examples and old change log files (version 1.5 and earlier)
|
|/ / / |
|
|\ \ \ |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
union/struct
Protect findAt against empty string.
|
| | | |
|