diff --git a/README.md b/README.md index c18e3e8..2f142b5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # 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 +```