原始版本
This commit is contained in:
8
RT_Thread/documentation/run.sh
Normal file
8
RT_Thread/documentation/run.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ./html
|
||||
|
||||
doxygen
|
||||
|
||||
pushd html
|
||||
python3 -m http.server
|
||||
Reference in New Issue
Block a user