Skip to content

Commit 6aa9ab4

Browse files
committed
[doc] Improvements to doxygen make preview
- add htmlfooter.html to gitignore - remove Doxyfile_INPUT after running doxygen - add a clickable link to index.html in the output message
1 parent 8c70508 commit 6aa9ab4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

documentation/doxygen/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
htmlfooter.html

documentation/doxygen/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ preview: export DOXYGEN_INPUT_FILTER :=
4646
preview: htmlfooter
4747
echo "INPUT = ./mainpage.md ../.." > Doxyfile_INPUT
4848
doxygen Doxyfile
49-
echo "Your preview is in $(DOXYGEN_OUTPUT_DIRECTORY)"
49+
rm -f Doxyfile_INPUT
50+
echo "Your preview is in $(DOXYGEN_OUTPUT_DIRECTORY). Browse it at file://$(DOXYGEN_OUTPUT_DIRECTORY)/html/index.html"
5051

5152
filter:
5253
`root-config --cxx` -o filter filter.cxx -std=c++14 -O2

0 commit comments

Comments
 (0)