| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is a follow-up on pull request #8199 (Have build of doxygen documentation fail on warnings.) and #8197 (issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF).
These were 2 independent situation, but as with #8197 incor[porated into doxygen it is no possible to extend #8199 to fail but at present all warnings of the first (sub-)task that fails.
|
|\
| |
| | |
Have build of doxygen documentation fail on warnings.
|
| |
| |
| |
| |
| | |
Currently when running doxygen to create its documentation no error is given when a warning is generated, so the warning might go unnoticed.
By setting `WARN_AS_ERROR = YES` the generation will stop and when build on CI systems a build also fails
|
|\ \
| | |
| | | |
Incorrect link in doxygen documentation
|
| | |
| | |
| | |
| | |
| | | |
The link to mathjax is not correct anymore (config.xml), the latest version points to version 3.0 and here there is no output.html either. Setting it fixed to the 2.7 version.
The other corrected links are just about redirections that are otherwise done.
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | | |
Correction of spelling errors
|
| |/ /
| | |
| | |
| | | |
Correction of spelling errors (as found by Fossies).
|
|/ / |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
WARN_AS_ERROR is OFF
In case we want for a Continuous integration system a non-zero exit status at the end of a doxygen we can now set `WARN_AS_ERRORS=FAIL_ON_WARNINGS`.
The behavior for `NO` and `YES` remains as it was.
|
| |\ \
| | | |
| | | | |
Enable UML diagrams without member fields
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change of DOT_UML_DETAIL from bool to enum in order to avoid the
creation of another, new configuration setting.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The compartment for class attributes and the compartment for the
operations are optional.
By providing a new option "DOT_UML_SHOW_MEMBER" an user can
configure to use the UML_LOOK but without the additional
information regarding the content of the class.
|
| |\ \ \
| | | | |
| | | | | |
quotes added surrounding inheritance tokens on doxyparse output
|
| | | | |
| | | | |
| | | | |
| | | | | |
closes analizo/analizo#173
|
| |\ \ \ \
| | | | | |
| | | | | | |
Extend tests with some other default tests
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Extend tests with generating xhtml, docbook, rtf to see if the files can be generated and build.
Check also the generated xsd files in xml mode.
Note for the new checks no comparison is done with previous versions.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Improve doxyparse readme
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
closes analizo/analizo#169
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
closes analizo/analizo#169
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
|
| |\ \ \ \
|/ / / / /
| | | | |
| | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_789318
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create possibility to see the CS construct `=>` not as an initializer (based on just the `=`) but as getter.
This problem solves besides this issue:
- #6278 c# expression-bodied property is not rendered correctly (Origin: bugzilla #789318)
also the issues:
- #6064 Lambda for read-only property in C# 6 (Origin: bugzilla #771283)
- #7550 C# Expression-Bodied Properties reveals underline implementation
- #7914 Doxygen Treats C# Inline-Bodied Properties as Member Variables
|
| | | | |
| | | | |
| | | | |
| | | | | |
(restores 1.8.16 behavior)
|
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Convert http to https for main doxygen website. Closes #8212
|
| | | | |
| | | | |
| | | | |
| | | | | |
was also removed (hope this is ok, was a default setting). Closes #8212
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Line miscount in case of Html type Comment
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When having an example like:
```
/*! \file
<table>
<tr><th> Command</th> <th> Function</th></tr>
<!-- this is a multiline comment
end of comment -->
<tr><td> ? \xx6 </td><td> Dummy</td></tr>
</table>
*/
```
we get the warning:
```
.../aa.c:5: warning: Found unknown command '\xx6'
```
instead of
```
.../aa.c:6: warning: Found unknown command '\xx6'
```
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Missing \noop in list with commands starting with "\n" for escaping in aliases
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
Added `\noop` to list.
|
| | | | | | |
|
|/ / / / / |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Default doxygen search mechanism doesn't work when using with XHTML output
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The problem has been tested with the doxygen test 021. With the output format html all works OK.
- When giving a `t` in the search window a window appears with the message "This XML file does not appear to have any style information associated with it. The document tree is shown below."
- the `<html> statement has to replaced by `<html xmlns="http://www.w3.org/1999/xhtml">` in searchindex.cpp (is normally also present in the non search xhtml files).
- this results in a window with just the words:
Loading....
Searching...
No Matches
- this is due to the extra `<!--` / `-->` in the htmlsearchresults.tpl (strange enough html output has no problem with it).
- When giving a `a` in the search windows we get a "File not found" message as the file nomatches.html cannot be found
- the extension for "nomatches" has to be set properly as well (search.js), for the other files this is done a few lines upward.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changes:
- Change TooltipManager back into a singleton
- Give the OutputList object a unique output id
- Increment the id at each startFile() atomically
- Pass the id to the HTML code generator
- Store tooltips per output id.
- Keep track of tooltips that are already written for a given id
- for output formats other than HTML the output id is 0 and tooltips are
not collected and written
|
|\ \ \
| | | |
| | | | |
Exclude markdown mapped documentation files from Files list
|