Browse Source

fixed a small typo in howto create doxygen docs

git-svn-id: svn://svn.berlios.de/openocd/trunk@2489 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
oharboe 15 years ago
parent
commit
f56c2db5a7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README

+ 2
- 1
README View File

@@ -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.


Loading…
Cancel
Save