Skip to content

Commit

Permalink
Merge pull request #100 from ORNL-Fusion/doxygen
Browse files Browse the repository at this point in the history
Add treeview sidebar.
  • Loading branch information
cianciosa authored Oct 17, 2024
2 parents fef7294 + 99c5024 commit 913c02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if (DOXYGEN_FOUND)
set (DOXYGEN_EXCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/build ${CMAKE_CURRENT_SOURCE_DIR}/images)
set (DOXYGEN_ALIASES item{3}=\"<tr><td width=20%>\\fixed_width{\\1}</td><td width=50%>\\2</td><td width=30%>\\ref \\3</td></tr>\",item2{2}=\"<tr><td width=30%>\\1</td><td width=70%>\\2</td></tr>\",item3{3}=\"<tr><td width=20%>\\fixed_width{\\1}</td><td width=5%>\\2</td><td width=75%>\\3</td></tr>\",table_section{2}=\"\\subsection \\1 \\2^^<table border=1px width=80%>\",begin_table=\"<table border=1px width=80%>\",end_table=\"</table>\",table_subsection{2}=\"</table>\\subsubsection \\1 \\2^^<table border=1px width=80%>\",header{3}=\"<table border=1px width=80%><tr><td width=20%>\\fixed_width{\\1}</td><td width=50%>\\2</td><td width=30%>\\3</td></tr></table>\",header2{3}=\"<table border=1px width=80%><tr><td width=20%>\\fixed_width{\\1}</td><td width=5%>\\2</td><td width=75%>\\3</td></tr></table>\",fixed_width{1}=\"<tt>\\1</tt>\",header3{3}=\"<table border=1px width=80%><tr><td width=20%>\\fixed_width{\\1}</td><td width=20%>\\2</td><td width=60%>\\3</td></tr></table>\",item4{3}=\"<tr><td width=20%>\\fixed_width{\\1}</td><td width=20%>\\2</td><td width=60%>\\3</td></tr>\")
set (DOXYGEN_IMAGE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/images)
set (DOXYGEN_GENERATE_TREEVIEW YES)

doxygen_add_docs (doc)
endif ()
Expand Down

0 comments on commit 913c02f

Please sign in to comment.