Skip to content

Commit

Permalink
rtd remove types too new for rtd installed doxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed May 5, 2021
1 parent 05ed951 commit 3006fd4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 19 deletions.
3 changes: 2 additions & 1 deletion doc/rtd/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Doxyfile 1.8.20


# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
Expand Down Expand Up @@ -1749,7 +1750,7 @@ LATEX_MAKEINDEX_CMD = makeindex
# This tag requires that the tag GENERATE_LATEX is set to YES.

COMPACT_LATEX = NO
00

# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
Expand Down
60 changes: 42 additions & 18 deletions doc/rtd/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,41 @@

<tab type="user" url="https://github.com/LBL-EESA/TECA" title="Source code"/>

<!-- RTD uses too old a version for this
<tab type="interfaces" visible="yes" title="">
<tab type="interfacelist" visible="yes" title="" intro=""/>
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
</tab>
-->

<tab type="classes" visible="yes" title="">
<tab type="classlist" visible="yes" title="" intro=""/>
<tab type="classindex" visible="yes" title=""/>
<tab type="hierarchy" visible="no" title="" intro=""/>
<tab type="classmembers" visible="no" title="" intro=""/>
</tab>

<!-- RTD uses too old a version for this
<tab type="structs" visible="yes" title="">
<tab type="structlist" visible="yes" title="" intro=""/>
<tab type="structindex" visible="no" title=""/>
</tab>
-->

<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
<tab type="namespacemembers" visible="no" title="" intro=""/>
</tab>

<!-- RTD uses too old a version for this
<tab type="exceptions" visible="no" title="">
<tab type="exceptionlist" visible="yes" title="" intro=""/>
<tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="exceptionhierarchy" visible="yes" title="" intro=""/>
</tab>
-->

<tab type="files" visible="no" title="">
<tab type="filelist" visible="no" title="" intro=""/>
<tab type="globals" visible="no" title="" intro=""/>
Expand Down Expand Up @@ -107,13 +115,17 @@
<memberdecl>
<nestednamespaces visible="yes" title=""/>
<constantgroups visible="yes" title=""/>
<interfaces visible="yes" title=""/>
<!-- RTD uses too old a version for these
<interfaces visible="yes" title=""/>
<structs visible="yes" title=""/>
<sequences title=""/>
<exceptions visible="yes" title=""/>
<dictionaries title=""/>
-->
<classes visible="yes" title=""/>
<structs visible="yes" title=""/>
<exceptions visible="yes" title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<enums title=""/>
<functions title=""/>
<variables title=""/>
Expand All @@ -123,8 +135,10 @@
<memberdef>
<inlineclasses title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<!-- RTD uses too old a version for these
<sequences title=""/>
<dictionaries title=""/>
-->
<enums title=""/>
<functions title=""/>
<variables title=""/>
Expand All @@ -140,16 +154,20 @@
<includedbygraph visible="$INCLUDED_BY_GRAPH"/>
<sourcelink visible="yes"/>
<memberdecl>
<interfaces visible="yes" title=""/>
<!-- RTD uses too old a version for these
<interfaces visible="yes" title=""/>
<structs visible="yes" title=""/>
<sequences title=""/>
<exceptions visible="yes" title=""/>
<dictionaries title=""/>
-->
<classes visible="yes" title=""/>
<structs visible="yes" title=""/>
<exceptions visible="yes" title=""/>
<namespaces visible="yes" title=""/>
<constantgroups visible="yes" title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<enums title=""/>
<functions title=""/>
<variables title=""/>
Expand All @@ -160,8 +178,10 @@
<inlineclasses title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<!-- RTD uses too old a version for these
<sequences title=""/>
<dictionaries title=""/>
-->
<enums title=""/>
<functions title=""/>
<variables title=""/>
Expand All @@ -181,8 +201,10 @@
<classes visible="yes" title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<!-- RTD uses too old a version for these
<sequences title=""/>
<dictionaries title=""/>
-->
<enums title=""/>
<enumvalues title=""/>
<functions title=""/>
Expand All @@ -202,8 +224,10 @@
<inlineclasses title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<!-- RTD uses too old a version for these
<sequences title=""/>
<dictionaries title=""/>
-->
<enums title=""/>
<enumvalues title=""/>
<functions title=""/>
Expand Down

0 comments on commit 3006fd4

Please sign in to comment.