Skip to content

Commit

Permalink
Merge pull request #9 from AoMedium/doxygen
Browse files Browse the repository at this point in the history
Fix Doxygen support
  • Loading branch information
AoMedium authored Mar 8, 2023
2 parents 3bce2d4 + c27e10f commit a7043b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/doxygen/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME = Functional Structural Plant Model
EXTENSION_MAPPING = rgg=java xl=java
FILE_PATTERNS = *.rgg *.xl
FILE_PATTERNS = *.rgg *.xl *.java
INPUT = .
GENERATE_TREEVIEW = YES
EXTRACT_ALL = YES
Expand Down
3 changes: 3 additions & 0 deletions utils/doxygen/clear_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

rm -rf docs
2 changes: 1 addition & 1 deletion utils/doxygen/create_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ doxygen

echo; echo "Open $(pwd)/html/index.html"

cd ..
cd ..

0 comments on commit a7043b5

Please sign in to comment.