8000 debug code · cheoljoo/doxygen_perlmod_python@c2945c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2945c2

Browse files
author
charles.lee
committed
debug code
1 parent 85d385c commit c2945c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

taf/taf-doc.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ endif
1515
if [ ! -e mysetting.py ]; then cp -f ../../src/mysetting_example.py mysetting.py; fi
1616
rm -f plantuml.md plantuml.json
1717
rm -rf _output_ _plantuml DoxyDocs.pm DoxyDocs.py
18-
echo "doxgen"
19-
-doxygen ../Doxyfile > doxygen_perlmod_python.log 2>&1 # _hpp_
18+
which doxygen
19+
echo "doxygen"
20+
-doxygen ../Doxyfile # _hpp_
2021
echo "DoxyDocs.pm is used for this document"
2122
cp -f _output_/perlmod/DoxyDocs.pm .
2223
echo "doxy2py.pl"

0 commit comments

Comments
 (0)
0