| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
and other small fixes
|
|
|
|
|
| |
- added possibility (and checks) for xml
- added missing case for class in docbook
|
|
|
|
| |
This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
|
|
|
|
| |
Pull request #7458 added `ins` and pull request #7203 corrected `inc` to `ins` resulting in double `ins`, corrected.
|
|\
| |
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
|
| |
| |
| |
| |
| |
| | |
Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp).
Adding 's' and correcting 'inc' to 'ins' in compound.xsd
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When running test 86 with check against the xsd we get the error message:
```
not ok 1 - [086_style_tags.h]: test different HTML style tags
-------------------------------------
Element 'ins': This element is not expected. Expected is one of ( ulink, bold, strike, underline, emphasis, computeroutput, subscript, superscript, center, small ).
test_output_086/out/086__style__tags_8h.xml fails to validate
```
The element `ins` has been added.
|
| |\ \
| | | |
| | | | |
Problem with `<hr>` in LaTeX multicolumn cell
|
| | | |
| | | |
| | | |
| | | | |
Small problem with defining `\hrulefilll`, moved code.
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case we have a `<hr>` in a table cell then it is displayed as a horizontal line (in LaTeX) unless it is in a multicolumn cell. In the later case it throws an error:
```
! You can't use `\hrule' here except with leaders.
\DoxyHorRuler ... }{0ex plus 0ex minus 0ex}\hrule
```
We have to use use `\hrulefill` in a table but in combination with the table option of xcolor this gives some problems so a new command has to be defined for this.
See also:
- horizontal rule / line inside a multicolumn field (https://tex.stackexchange.com/questions/506211/horizontal-rule-line-inside-a-multicolumn-field)
- interaction between \usepackage[table]{xcolor} and \hrulefill (https://tex.stackexchange.com/questions/506221/interaction-between-usepackagetablexcolor-and-hrulefill)
|
| | |
| | |
| | |
| | | |
the content
|
| | |
| | |
| | |
| | |
| | |
| | | |
In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `<p class="starttd">` tag is added and therewith the layout is incorrect.
This problem was detected based on #7409
This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera).
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
Spelling corrections as found by codespell and in #561.
One reported problem was already fixed, others are fixed here.
|
| |
| |
| |
| | |
Based on the CGAL issue https://github.com/CGAL/cgal/issues/2095 (and pull request https://github.com/CGAL/cgal/pull/4282) to see to it that all relevant table span the page.
|
| |
| |
| |
| |
| |
| | |
Found via
```
codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint
```
|
|\ \
| | |
| | | |
Fix some typos
|
| |/ |
|
|/ |
|
|
|
|
|
|
|
| |
The definition of `\doxysection` etc. are using grouping around the section title, and this destroys the \label system as label names are stored locally.
(see also: https://tex.stackexchange.com/questions/502650/section-numbering-in-redefined-sections)
the `\doxysection` commands have been redefined (unfortunately partly copying values from book.cls)
|
| |
|
|\ |
|
| |\
| | |
| | | |
Bug 304793 - paramType does not contain attribute element in compound.xsd schema
|
| | |
| | |
| | |
| | | |
Added "attributes" to "paramType"
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_xml_msc_schema
|
| |/
| |
| |
| | |
The items for caption, and size were not added to the xml schema for `\msc` \mscfile` `\dot` \dotfile` `\diafile`
|
|\ \
| | |
| | |
| | | |
https://github.com/BCiesla/doxygen into BCiesla-latex-output-format-fixes
|
| |/
| |
| |
| |
| |
| | |
This solves the problem where header of the paragraph in pdf output
generated from latex has different indent than other sections (like
param or retval).
|
| |
| |
| |
| |
| | |
Based on comment `\usepackage` in refman.tex / doxygen_manual.tex has been replaced with `\RequirePackage` in doxygen.sty
("back to its old place").
|
|/
|
|
|
| |
Created a workaround for the problems in the unmaintained tabu package due to changes in LaTeX 2019
Changes are based on the comments of David Carlisle and Frank Mittelbach of The LaTeX3 Project Team
|
| |
|
|
|
|
| |
In pull request #6832 a fix was made for section captions that ran into the margins. For sections that should not appear in the the TOC (i.e. `*`-ed sections) this led to showing a `*`, this has been corrected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- `xmlgen.cpp` make count test identical to restrictions in `generateXMLForMember`
- `index.xsd` add missing selection possibility
- `compound.xsd`
- add missing `block` possibility for htmlonly
- add missing `private` and `protected` possibilities
- get order in description type right
- make `sect[1-4]` more flexible
- adding missing elements like `msc`, `linebreak` at the appropriate places
- adding `vhdl` coloring enumeration values
- adding `docbook` possibility for images
results have been tested (a.o.) doxygen tests, doxygen examples, doxygen docu, CGAL source code.
|
|
|
|
|
| |
The output from the `\secref` command shows in 1 column instead of 3.
The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
|
|\
| |
| | |
Indentation of paragraphs in LaTeX
|
| |
| |
| |
| |
| | |
Looking in the documentation at e.g. the commands `\class` or `\image` we see that the start of some paragraph titles in LaTeX is a bit to the left of the normal indentation.
Corrected the leftmargin setting (consistent with other settings).
|
|/
|
|
|
|
| |
In the PDF version of the doxygen manual we see that for the `\image` command the chapter title the text runs into the margin (due to an unbreakable part).
With this fix the problem is solved.
(see also: https://tex.stackexchange.com/questions/474055/section-title-running-into-margin and , for the ifstar part, https://tex.stackexchange.com/questions/376375/using-ifstar-to-define-a-star-variant)
|
|
|
|
|
|
|
|
| |
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
.
|
| |
|
| |
|
| |
|
|
|
|
| |
in the XML output
|
|\
| |
| | |
issue #6733 invalid cite anchor id when using crossref
|
| |
| |
| |
| |
| |
| |
| | |
The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX.
- doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name)
- cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message).
- extending test 012
|
|/
|
|
| |
In LaTeX the `<hr>` was implemented as a"new paragraph", now as a horizontal line.
|