mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Merge pull request #3045 from renne/development
Doxygen configuration file and helper script.
This commit is contained in:
commit
8d3b539b02
9
updateDocs.sh
Normal file
9
updateDocs.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPTPATH="$(readlink -f "$0")"
|
||||
SCRIPTPATH="${SCRIPTPATH%/*}"
|
||||
|
||||
rm -rf "$SCRIPTPATH/html"
|
||||
echo -e "\n\n\n\n"
|
||||
#cd "$SCRIPTPATH/" && doxygen && git add $DOCDIR && git commit -a -m "Documentation update."
|
||||
cd "$SCRIPTPATH/" && doxygen
|
Loading…
x
Reference in New Issue
Block a user