| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The "notitle" was still shown at the botton page index bar in case of TreeView and in other cases in the top index bar.
|
| |
|
|\
| |
| | |
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.
|
|/
|
|
| |
In the in page table of contents in docbook some closing tags were missing.
|
|\
| |
| | |
Add commands to handle referenced by relation and references relation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Analogous to call graph and caller graph this patch provides an implementation for the referenced by relation and references relation.
Providing the commands:
- referencedbyrelation
- hidereferencedbyrelation
- referencesrelation
- hidereferencesrelation
Motivation is that some lists can get extremely large and also there is now more symmetry between the textual and graphical out.
|
|/
|
|
|
| |
The determination whether or not a reference item was in a list was based on the list name and it returned the first list item id. With multiple items only the first item was found.
Checking whether an item should be appended is now based on the list name and the item id.
|
|
|
|
| |
FILTER_SOURCE_FILES and INLINE_SOURCES are both enabled #6395
|
|\
| |
| | |
Implementation of standard generator for docbook output
|
| |
| |
| |
| |
| |
| |
| |
| | |
Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made.
Added some docbook tests to the current tests and updated documentation where necessary
Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp'
|
|\ \
| | |
| | | |
Fixing coverity messages
|
| |/
| |
| |
| | |
Note: especially latexdocvisitor (dead code that should not be dead code).
|
|/
|
|
|
|
| |
2017 debug)
The not initialized variable `l` caused and endless loop in the VS2017 debug version, variable should not have been used.
|
| |
|
|
|
|
|
|
|
| |
table of contents
- add the in page table of contents for XML
- add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all)
|
|
|
|
|
|
|
|
| |
currently the \tableofcontents command is only supported for HTML.
In this patch:
- enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}']
where option can be 'HTML, and 'LaTeX'
(side effect: possibility to have options with, nearly, all commands.)
|
|
|
|
| |
In the LaTeX and RTF documentation where the filename should be presented before the linenumber (e.g. Chinese, Japanese) in the sentence "Definition at line @0 of file @1." neither was shown, the HTML version was correct.
|
| |
|
|
|
|
|
|
| |
some doxy typos and some misc. source typos
typos
some doxy typos and some misc. source typos
|
|
|
|
|
|
|
| |
by..." for CSS
Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file.
(also corrected some error messages).
|
| |
|
|\
| |
| | |
Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation
|
| |
| |
| |
| |
| |
| | |
nesting of HTML code for function documentation
Update based on comment by D.v.Heesch
|
| |
| |
| |
| |
| |
| | |
nesting of HTML code for function documentation
In case a code fragment does not end with a newline add it explicitly, otherwise following descriptive element might get into the same box.
|
|/ |
|
| |
|
|
|
|
| |
improve performance
|
|
|
|
| |
Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp).
|
|
|
|
|
| |
Also made dangerous string access more visible by introducing rawData().
This replaces data() which will now return a constant string.
|
|
|
|
| |
specified
|
| |
|
|
|
|
|
| |
Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created.
Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html
|
|
|
|
| |
In case of a language that does not uses curly brackets to define blocks (such as Fortran) there was a newline character in the variable c and this was written in the "code fragment" buffer and subsequently written to the output resulting in and extra empty line on top. I languages using curly brackets this is later overwritten by the while loop searching for the open curly bracket.
|
| |
|
| |
|
| |
|
|
|
|
| |
In case a section, subsection etc just has a tag and not a description in the \tableofcontents there is nothing mentioned. With this patch the tag is used as description when no description is present, as is done on other places as well (consistency and no empty items in the \tableofcontents).
|
| |
|
| |
|
| |
|