Skip to content

Commit

Permalink
[docs] Add doxygen treeview
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 17, 2023
1 parent 451af04 commit da574fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions doc/doxygen/Doxyfile
Expand Up @@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO =
PROJECT_LOGO = doc/sphinx/_static/images/cantera-icon.png

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down Expand Up @@ -866,8 +866,7 @@ INPUT = src/base \
src/transport \
src/zeroD \
include \
doc/doxygen \
doc/doxygen/mainpage.md
doc/doxygen

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -899,6 +898,7 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h \
*.cpp \
*.txt \
*.md \
*.dox

# The RECURSIVE tag can be used to specify whether or not subdirectories should
Expand Down Expand Up @@ -1511,7 +1511,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = NO
GENERATE_TREEVIEW = YES

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
Expand Down
7 changes: 5 additions & 2 deletions doc/doxygen/mainpage.md
@@ -1,10 +1,13 @@
# %Cantera C++ Reference

> **Note:** This is the **%Cantera C++ API** documentation; for general
> information on %Cantera, refer to [**Cantera's main website**](https://cantera.org).
Use the menu at the top to view detailed documentation of the code, or use the
following shortcuts:

* Overview of [**Cantera Modules**](modules.html)
* Index of [**Cantera Classes**](classes.html)
* Overview of [**Cantera C++ Modules**](modules.html)
* Index of [**Cantera C++ Classes**](classes.html)

A topical overview is provided as follows:

Expand Down
Binary file added doc/sphinx/_static/images/cantera-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion include/cantera/base/ctexceptions.h
Expand Up @@ -19,7 +19,7 @@ namespace Cantera
{

/**
* @defgroup debugGroup Errors & Diagnostics
* @defgroup debugGroup Errors and Diagnostics
*/

/*!
Expand Down

0 comments on commit da574fd

Please sign in to comment.