8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d385c commit c2945c2Copy full SHA for c2945c2
taf/taf-doc.mk
@@ -15,8 +15,9 @@ endif
15
if [ ! -e mysetting.py ]; then cp -f ../../src/mysetting_example.py mysetting.py; fi
16
rm -f plantuml.md plantuml.json
17
rm -rf _output_ _plantuml DoxyDocs.pm DoxyDocs.py
18
- echo "doxgen"
19
- -doxygen ../Doxyfile > doxygen_perlmod_python.log 2>&1 # _hpp_
+ which doxygen
+ echo "doxygen"
20
+ -doxygen ../Doxyfile # _hpp_
21
echo "DoxyDocs.pm is used for this document"
22
cp -f _output_/perlmod/DoxyDocs.pm .
23
echo "doxy2py.pl"
0 commit comments