diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 17:10:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 17:10:04 +0000 |
commit | df354a95423b29d7bbec49bce7814af299e908fd (patch) | |
tree | 4271c8407443c58ebeb9551c4ef02bee19a2ac39 | |
parent | 0c36565550f5b81e6b853ebf3e0b323ed4a8f1f2 (diff) | |
download | ChibiOS-df354a95423b29d7bbec49bce7814af299e908fd.tar.gz ChibiOS-df354a95423b29d7bbec49bce7814af299e908fd.tar.bz2 ChibiOS-df354a95423b29d7bbec49bce7814af299e908fd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@638 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/readme.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/readme.txt b/docs/readme.txt index 730d20072..b8ee45e2a 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -6,13 +6,13 @@ order to access directly the doxigen documentation. *** Documentation rebuild procedure ***
The following software must be installed:
-- Doxigen 1.5.7.1 or later.
+- Doxygen 1.5.7.1 or later.
- Graphviz 2.21 or later. The ./bin directory must be specified in the path in
- order to make Graphviz accessible by doxigen.
+ order to make Graphviz accessible by Doxygen.
Build procedure:
-- Run Doxiwizard.
-- Load ./docs/Doxifile from Doxiwizard.
+- Run Doxywizard.
+- Load ./docs/Doxyfile from Doxywizard.
- Start.
*** Doxygen usage rules ***
|