diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-07 14:34:59 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-07 14:34:59 +0000 |
commit | 5cad241306f64d0a3c0f7829421e4bf8f4b18fbe (patch) | |
tree | ebbcad6d0cdb19fa5ef0bf5f6dc5cf80dfbdc4d1 /docs/readme.txt | |
parent | 152f34a80c6ffe5fd17809732272823091b854e8 (diff) | |
parent | aec912f13f9aa85cd677353fa556f679c3832970 (diff) | |
download | ChibiOS-5cad241306f64d0a3c0f7829421e4bf8f4b18fbe.tar.gz ChibiOS-5cad241306f64d0a3c0f7829421e4bf8f4b18fbe.tar.bz2 ChibiOS-5cad241306f64d0a3c0f7829421e4bf8f4b18fbe.zip |
I2C. Merged code from trunk.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3036 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/readme.txt')
-rw-r--r-- | docs/readme.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/readme.txt b/docs/readme.txt index e89c7161d..9924d779f 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -1,16 +1,11 @@ -*** Documentation access ***
-
-Open ./docs/index.html to open the start page or ./docs/html/index.html in
-order to access directly the doxigen documentation.
-
*** Documentation build procedure ***
The following software must be installed:
-- Doxygen 1.6.3 or later.
-- Graphviz 2.21 or later. The ./bin directory must be specified in the path in
- order to make Graphviz accessible by Doxygen.
+- 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 from Doxywizard.
+- Load ./docs/Doxyfile_html or ./docs/Doxyfile_chm from Doxywizard.
- Start.
|