Skip to content

Commit

Permalink
Link AMReX Doxygen docs via tagfile
Browse files Browse the repository at this point in the history
  • Loading branch information
etpalmer63 committed Nov 9, 2021
1 parent 9da34d0 commit 86e661a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/Doxygen/doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ SKIP_FUNCTION_MACROS = NO
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.

TAGFILES =
TAGFILES = amrex-doxygen-web.tag.xml=https://amrex-codes.github.io/amrex/doxygen

# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
Expand Down
7 changes: 6 additions & 1 deletion build_doxygen_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
set -e # Exit with nonzero exit code if anything fails

# Doxygen
echo "Build the Doxygen documentation"
echo "Building the Doxygen documentation"

# Get AMReX Doxygen Tagfile
wget https://amrex-codes.github.io/amrex/docs_xml/doxygen/amrex-doxygen-web.tag.xml -O amrex-doxygen-web.tag.xml

# Render HTML Docs
doxygen ./Docs/Doxygen/doxygen.conf &> doxygen.out


Expand Down

0 comments on commit 86e661a

Please sign in to comment.