git commit -m "first commit for v2"
This commit is contained in:
11
Devices/Libraries/Systems/CANopenSocket/tools/update_docs.sh
Executable file
11
Devices/Libraries/Systems/CANopenSocket/tools/update_docs.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../CANopenNode
|
||||
|
||||
doxygen > /dev/null
|
||||
|
||||
cd ..
|
||||
ln -s CANopenNode/doc/html/index.html
|
||||
|
||||
echo "Press enter to continue..."
|
||||
read
|
||||
Reference in New Issue
Block a user