From d41dfa2592ef56e68c7202c872f88da3a1c051ef Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 24 Apr 2016 16:57:12 +0200 Subject: [doxygen] Update parts to use new python docs --- .codedocs | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to '.codedocs') diff --git a/.codedocs b/.codedocs index 6a300abf8b..0314707c61 100644 --- a/.codedocs +++ b/.codedocs @@ -9,4 +9,28 @@ ALIASES = "table_start=" \ "python_func{1}=\htmlonly

Function: \1

\endhtmlonly" \ - "python_class{1}=\htmlonly

Class: \1

\endhtmlonly" + "python_class{1}=\htmlonly

Class: \1

\endhtmlonly" \ + "doc_header{1}=\htmlonly

\1

\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 -- cgit v1.2.3
\1\2\3