mirror of
https://github.com/QuasarApp/DoxyStyle.git
synced 2025-04-26 15:44:33 +00:00
13 lines
278 B
Markdown
13 lines
278 B
Markdown
# DoxyStyle
|
|
Style for Documentation of QuasarApp
|
|
|
|
## Using
|
|
|
|
1. Add this repository into main repository like submodule.
|
|
2. In doxygen.conf set next values:
|
|
|
|
``` conf
|
|
HTML_EXTRA_STYLESHEET = DoxyStyle/doxygenStyles.css
|
|
LAYOUT_FILE = DoxyStyle/DoxygenLayout.xml
|
|
```
|