Skip to content

Commit

Permalink
Update build_docs.sh
Browse files Browse the repository at this point in the history
Fixing doxygen?
  • Loading branch information
adkoele authored Jan 28, 2025
1 parent 824943a commit d2e2b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Doxygen/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cp ./Doxyfile ./Doxyfile.back
sed -i 's/m=m2cpp.pl/m="perl m2cpp.pl"/' ./Doxyfile
sed -i 's/m=m2cpp.pl/m="perl .\/m2cpp.pl"/' ./Doxyfile
doxygen ./Doxyfile
mv ./Doxyfile.back ./Doxyfile

0 comments on commit d2e2b0e

Please sign in to comment.