aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-06 17:15:38 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-09 09:48:01 +0000
commitc3beb69c476ac1faa163e70e1ab091654c6902a6 (patch)
treeaba41501d866f5fea12e1a2201525b26dddbe029 /doc/manual
parent3cbed17e18b1d8611de49325084578260825db73 (diff)
downloadriscv-openocd-c3beb69c476ac1faa163e70e1ab091654c6902a6.zip
riscv-openocd-c3beb69c476ac1faa163e70e1ab091654c6902a6.tar.gz
riscv-openocd-c3beb69c476ac1faa163e70e1ab091654c6902a6.tar.bz2
docs: fix doxygen build
This fixes issues with newer versions of doxygen Change-Id: Id5d3287857cb154e26064b4ce37f6b72117d5254 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/350 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/style.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/style.txt b/doc/manual/style.txt
index 87b1e6b..54c1342 100644
--- a/doc/manual/style.txt
+++ b/doc/manual/style.txt
@@ -77,7 +77,7 @@ Finally, try to avoid lines of code that are longer than than 72-80 columns:
- inline functions
- @c // comments -- in new code, prefer these for single-line comments
- trailing comma allowed in enum declarations
-- designated initializers (@{ .field = value @})
+- designated initializers ( .field = value )
- variables declarations should occur at the point of first use
- new block scopes for selection and iteration statements
- use malloc() to create dynamic arrays. Do @b not use @c alloca
@@ -370,7 +370,7 @@ Maintainers must also be sure to follow additional guidelines:
This page contains style guidelines for the OpenOCD autotools scripts.
-The following guidelines apply to the @c configure.in file:
+The following guidelines apply to the @c configure.ac file:
- Better guidelines need to be developed, but until then...
- Use good judgement.