Added doc builders.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10058 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2017-01-16 18:33:29 +00:00
parent 705d726932
commit ea894a4583
3 changed files with 18 additions and 0 deletions

6
doc/hal/makehtml.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm html/*
doxygen Doxyfile_html
rm html/*.md5
rm html/*.map

6
doc/nil/makehtml.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm html/*
doxygen Doxyfile_html
rm html/*.md5
rm html/*.map

6
doc/rt/makehtml.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm html/*
doxygen Doxyfile_html
rm html/*.md5
rm html/*.map