From: oharboe at B. <oh...@ma...> - 2009-07-07 13:29:36
|
Author: oharboe Date: 2009-07-07 13:29:34 +0200 (Tue, 07 Jul 2009) New Revision: 2489 Modified: trunk/README Log: fixed a small typo in howto create doxygen docs Modified: trunk/README =================================================================== --- trunk/README 2009-07-07 10:47:23 UTC (rev 2488) +++ trunk/README 2009-07-07 11:29:34 UTC (rev 2489) @@ -51,10 +51,11 @@ 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. |