|
From: <zw...@ma...> - 2009-05-27 17:15:17
|
Author: zwelch Date: 2009-05-27 17:15:06 +0200 (Wed, 27 May 2009) New Revision: 1932 Modified: trunk/doc/manual/main.txt trunk/doc/manual/primer/tcl.txt trunk/doc/manual/scripting.txt trunk/doc/manual/style.txt Log: Numerous minor updates and fixes for The Manual: - Link Scripting Overview into the TCL Primer; both need more work. - Remove redundant OpenOCD from Scripting Overview subpage title. - Fix incorrect tag in Doxygen style guide example. - Fix minor typo in first introductory paragraph of main page. Modified: trunk/doc/manual/main.txt =================================================================== --- trunk/doc/manual/main.txt 2009-05-27 12:34:02 UTC (rev 1931) +++ trunk/doc/manual/main.txt 2009-05-27 15:15:06 UTC (rev 1932) @@ -4,7 +4,7 @@ learning about the internal architecture of the OpenOCD project. In addition, this document contains the tactical and strategic plans -and processes that have been devleoped by and for the community. +and processes that have been developed by and for the OpenOCD community. Developers that want to contribute to OpenOCD should read the following sections before starting work: Modified: trunk/doc/manual/primer/tcl.txt =================================================================== --- trunk/doc/manual/primer/tcl.txt 2009-05-27 12:34:02 UTC (rev 1931) +++ trunk/doc/manual/primer/tcl.txt 2009-05-27 15:15:06 UTC (rev 1932) @@ -1,5 +1,7 @@ /** @page primertcl OpenOCD TCL Primer +The @subpage scripting page provides additional TCL Primer material. + @verbatim **************************************** Modified: trunk/doc/manual/scripting.txt =================================================================== --- trunk/doc/manual/scripting.txt 2009-05-27 12:34:02 UTC (rev 1931) +++ trunk/doc/manual/scripting.txt 2009-05-27 15:15:06 UTC (rev 1932) @@ -1,4 +1,4 @@ -/** @page scripting OpenOCD Scripting Overview +/** @page scripting Scripting Overview @section scriptingisnt What scripting will not do Modified: trunk/doc/manual/style.txt =================================================================== --- trunk/doc/manual/style.txt 2009-05-27 12:34:02 UTC (rev 1931) +++ trunk/doc/manual/style.txt 2009-05-27 15:15:06 UTC (rev 1932) @@ -202,7 +202,7 @@ */ /** @file -This file contains the @page page. +This file contains the @ref pagename page. */ @endverbatim |