diff options
author | Alwin Esch <alwin.esch@web.de> | 2016-04-26 10:02:40 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2016-04-26 10:02:40 +0200 |
commit | 5a30deab8cb698904c0b955b82cb30440582645c (patch) | |
tree | 8d08f3a100ca624ac99d56d4610277fb675d76e4 /.codedocs | |
parent | 130a339c85e33e31767728ec6caed3d4f1702331 (diff) |
[doxygen] Add doc_header alias
Diffstat (limited to '.codedocs')
-rw-r--r-- | .codedocs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,8 @@ ALIASES = "table_start=<table width= 100% style= border bgcolor= "table_h3{3}=<tr bgcolor= 576f9f><th width= 30% align=left>\1</th><th width= 10% align=left>\2</th><th width= 60% align=left>\3</th></tr>" \ "table_row3{3}=<tr bgcolor=white><td width= 30% align=left>\1</td><td width= 10% align=left>\2</td><td width= 60% align=left>\3</td></tr>" \ "python_func{1}=\htmlonly <h4><code><span style=\"font-style: italic;\">Function: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code></h4> \endhtmlonly" \ - "python_class{1}=\htmlonly <h4><code><span style=\"font-style: italic;\">Class: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code></h4> \endhtmlonly" + "python_class{1}=\htmlonly <h4><code><span style=\"font-style: italic;\">Class: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code></h4> \endhtmlonly" \ + "doc_header{1}=\htmlonly <h3><span style=\"text-decoration: underline;\"><span style=\"font-style: italic;\"><span style=\"color: rgb(102, 102, 102);\">\1</span></span></span></h3> \endhtmlonly" # Hide undocumented class members. HIDE_UNDOC_MEMBERS = |