summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 11:29:34 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 11:29:34 +0000
commitf56c2db5a7e0f25f550d23c30a77c797e48f4ae2 (patch)
tree0eda092293dafba35485d4f825af2953331ebf72 /README
parentf4a9db660bc1aa9dacf66ea6f1a62fdfce9f92e5 (diff)
downloadopenocd+libswd-f56c2db5a7e0f25f550d23c30a77c797e48f4ae2.tar.gz
openocd+libswd-f56c2db5a7e0f25f550d23c30a77c797e48f4ae2.tar.bz2
openocd+libswd-f56c2db5a7e0f25f550d23c30a77c797e48f4ae2.tar.xz
openocd+libswd-f56c2db5a7e0f25f550d23c30a77c797e48f4ae2.zip
fixed a small typo in howto create doxygen docs
git-svn-id: svn://svn.berlios.de/openocd/trunk@2489 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 6b844270..ba42d01e 100644
--- a/README
+++ b/README
@@ -51,10 +51,11 @@ The OpenOCD User's Guide can be produced in two different format:
The OpenOCD Developer Manual contains information about the internal
architecture and other details about the code:
+ # NB! make sure doxygen is installed, type doxygen --version
make doxygen
# If HTMLVIEWER is set, this views the HTML Doxygen output.
- ${HTMLVIEWER} doxyegen/index.html
+ ${HTMLVIEWER} doxygen/index.html
The remaining sections describe how to configure the system such that
you can build the in-tree documentation.