diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 09:23:26 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 09:23:26 +0000 |
commit | 6e5e2aa9acbbf646746913a940faf8c6beb5d0e8 (patch) | |
tree | 5e08ae0ab9d22fa660a9b286a7a3a7fb19703cb7 /doc/hal | |
parent | 3b2070d6e7df5bafd95e24c5b4c5435e8aefcaf4 (diff) | |
download | ChibiOS-6e5e2aa9acbbf646746913a940faf8c6beb5d0e8.tar.gz ChibiOS-6e5e2aa9acbbf646746913a940faf8c6beb5d0e8.tar.bz2 ChibiOS-6e5e2aa9acbbf646746913a940faf8c6beb5d0e8.zip |
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10094 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal')
-rw-r--r-- | doc/hal/readme.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/hal/readme.txt b/doc/hal/readme.txt deleted file mode 100644 index 9924d779f..000000000 --- a/doc/hal/readme.txt +++ /dev/null @@ -1,11 +0,0 @@ -*** Documentation build procedure ***
-
-The following software must be installed:
-- Doxygen 1.7.4 or later.
-- Graphviz 2.26.3 or later. The ./bin directory must be specified in the path
- in order to make Graphviz accessible by Doxygen.
-
-Build procedure:
-- Run Doxywizard.
-- Load ./docs/Doxyfile_html or ./docs/Doxyfile_chm from Doxywizard.
-- Start.
|