Added doc builders.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@10057 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2017-01-16 18:31:57 +00:00
parent 752c58de93
commit 7812095354
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