This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/350
-- gerrit commit e6a3d0fe0a96cb2d646bdbcc7120e3dcbf94ba7e Author: Spencer Oliver <[email protected]> Date: Fri Jan 6 17:15:38 2012 +0000 docs: fix doxygen build This fixes issues with newer versions of doxygen Change-Id: Id5d3287857cb154e26064b4ce37f6b72117d5254 Signed-off-by: Spencer Oliver <[email protected]> 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. -- ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
