| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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'
|
|\
| |
| | |
'self' keyword in PHP documentation
|
| |
| |
| |
| | |
In PHP the word `self` was not color coded and the functions were nor referenced in the CALL / CALLER graphs, / REFERENCES / REFERENCED lists.
|
|\ \
| | |
| | | |
Missing opening round bracket in case of an exception
|
| | |
| | |
| | |
| | |
| | | |
In case of RTF / LaTeX the opening round bracket was missing after the word "throw"
(see e.g. in the manual the `\fn` example the detailed function description)
|
|\ \ \
| | | |
| | | | |
Typos found by running "codespell"
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Include height item in XML output
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
When width and height are given with the `\image` command only the `width=` is placed in the output. contrary to e.g. HTML. This has been corrected.
Based on: https://stackoverflow.com/questions/38778067/doxygen-image-tag-size-specification-syntax
|
|\ \ \ \
| | | | |
| | | | | |
Correct typing error in test 5
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Correct typing error in test 51
|
|/ / / / |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Consistency of environment variables between config and code
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Made consistent with pull request #6420
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
In a configuration file it was possible to have an environment variable like PROGRAMFILES(X86) but in the code this was not possible.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Correct typing error in warning message.
|
| | |/ / / |
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Section label with minus sign not recognized properly.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a regression on:
Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output
only the first character is has to be handled in the new way.
(Reference to old github pull request #704 and issue #5677)
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
poorly-structured HTML
Most issues from this report were already implemented. Extended for cross reference lists with the possibility to "style" intermediate items as well.
(also some code structure, i.e. mnemonics instead of numbers).
|
| | | | |
| | | | |
| | | | | |
for missing ulem package
|
|\ \ \ \ \ |
|
| | | | | | |
|
| |\ \ \ \ \
|/ / / / / /
| | | | | |
| | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_667993
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed redundant line in documentation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
|
|\ \ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Small corrections in distributed man pages
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
Truncated split bar in HTML output between treeview and normal text area
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
In case of of choosing small letters in the browser or having a large display one can see that the split bar ends at a certain point.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug fix (very tiny) for plantuml
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
# What is the problem
- The following plantuml is not processed.
```
/**
* @brief Clear the rule.
* @startuml
* participant CReceiver
* opt MsgFromSender()
* alt cmd=IGN_STATUS_IN && value == 0
* alt
* CReceiver ->> CHmi : Draw_HMI sendMsg() -> sendMessage(HMI,MSGIDN,...)
* else
* note right CReceiver : Draw Directly
* end
* else
* note right CReceiver : mbBlockDraw = false
* end
* end
* @enduml
*/
```
# debugging method
- change into DOT_CLEANUP = NO in Doxyfile to remain the plantuml file for debugging.
- the following context is result of remaining plantuml file.
```
@startuml
participant CReceiver
opt MsgFromSender()
alt cmd=IGN_STATUS_IN && value == 0
alt
CReceiver ->> CHmi : Draw_HMI sendMsg() -> sendMessage(HMI,MSGIDN,...)
else
note right CReceiver : Draw Directly
end
else
note right CReceiver : mbBlockDraw = false
end
end@enduml
```
# Solution
- add return in front of @enduml
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
Documentation correction include command with options
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Corrected syntax
- made text consistent
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
|/ / / / / / /
| | | | | | |
| | | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
|