aboutsummaryrefslogtreecommitdiff
path: root/.codedocs
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2016-04-24 16:57:12 +0200
committerAlwin Esch <alwin.esch@web.de>2016-05-12 13:28:45 +0200
commitd41dfa2592ef56e68c7202c872f88da3a1c051ef (patch)
treecd4c27a789dabd63dbde3f6d24cfa881475629b6 /.codedocs
parenta69eb6f793936769952a3a86c4d89b892287e9c9 (diff)
[doxygen] Update parts to use new python docs
Diffstat (limited to '.codedocs')
-rw-r--r--.codedocs26
1 files changed, 25 insertions, 1 deletions
diff --git a/.codedocs b/.codedocs
index 6a300abf8b..0314707c61 100644
--- a/.codedocs
+++ b/.codedocs
@@ -9,4 +9,28 @@ 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 =
+
+# Hide undocumented classes.
+HIDE_UNDOC_CLASSES =
+
+# Specify a markdown page whose contents should be used as the main page
+# (index.html). This will override a page marked as \mainpage. For example, a
+# README.md file usually serves as a useful main page.
+USE_MDFILE_AS_MAINPAGE =
+
+# Specify external repository to link documentation with.
+# This is similar to Doxygen's TAGFILES option, but will automatically link to
+# tags of other repositories already using CodeDocs. List each repository to
+# link with by giving its location in the form of owner/repository.
+# For example:
+# TAGLINKS = doxygen/doxygen CodeDocs/osg
+# Note: these repositories must already be built on CodeDocs.
+TAGLINKS =
+
+PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \
+ DOXYGEN_SHOULD_USE_THIS