diff options
author | Alwin Esch <alwin.esch@web.de> | 2016-10-04 21:27:46 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2016-10-04 21:27:46 +0200 |
commit | 7a8b2cce1a0f7baedcc9c98abed893c76cd1205d (patch) | |
tree | 97affc4d098cc3b331471e191c1d4fc5241eecfe /.codedocs | |
parent | 924bf784046530daf8071ffdd553d700260f952e (diff) |
[doxygen] add support to show function with version change text
It add the doxygen ALIASES python_func_with_rev and python_class_with_rev,
with can be a second text added who is shown on right of the html.
Diffstat (limited to '.codedocs')
-rw-r--r-- | .codedocs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,7 +9,9 @@ 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_func_with_rev{2}=\htmlonly <h4><code><span style=\"font-style: italic;\">Function: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code><span style="float:right;"><small>\2</small></span></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_with_rev{2}=\htmlonly <h4><code><span style=\"font-style: italic;\">Class: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code><span style="float:right;"><small>\2</small></span></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. |