diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-08-21 01:47:30 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-08-21 01:47:30 +0300 |
commit | f1bb87a808ff1383a2d27dc2c4a1f8812c470c31 (patch) | |
tree | 6669801544e51621c9269e5e89d3ae7a83c73ba8 /doxygen/doxygen-qmi-style/README.md | |
parent | 5bd81e8d384e82926a7671527e62aebafed1183f (diff) | |
parent | 536eee6d0bf8eb99b6566f7f4fd646b3cd76f532 (diff) | |
download | bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.tar.gz bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.tar.bz2 bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.zip |
Merge branch 'develop'
Diffstat (limited to 'doxygen/doxygen-qmi-style/README.md')
-rw-r--r-- | doxygen/doxygen-qmi-style/README.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doxygen/doxygen-qmi-style/README.md b/doxygen/doxygen-qmi-style/README.md new file mode 100644 index 0000000..7fb3e13 --- /dev/null +++ b/doxygen/doxygen-qmi-style/README.md @@ -0,0 +1,41 @@ +Qmi is a "**Q**t **Mi**nimal" theme for the Doxygen HTML documentation. +It based on official Qt4 documentation's style. + +# How to setup + +To use `qmi` style make the following changes in your Doxyfile: + + # Project section + BRIEF_MEMBER_DESC = NO + + # HTML section + HTML_HEADER = ${path_to_qmi}/header.html + HTML_FOOTER = ${path_to_qmi}/footer.html + HTML_STYLESHEET = ${path_to_qmi}/qmi.css + +**NOTE**: + +* If you use **_tree navigation panel_** then copy contents of the `navtree` dir to the documentation html dir. +* If you use **_search_** feature then copy contents of the `search` dir to the `html/search`. + +# Examples + +If you want to see `qmi` style in action then use the following links with examples: + +* [Qwt docs](http://skozlovf.github.com/doxygen-qmi-style/qwt) +* [libxml++ docs](http://skozlovf.github.com/doxygen-qmi-style/libxmlpp) (with tree navigation and search) + + +## Screenshots + +* **Main page**: + +  + +* **Index page**: + +  + +* **Member description**: + +  |