mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 23:31:05 +08:00
Fix warning in 'Loop Statements' in gnat-style.texi
2015-02-22 Tom de Vries <tom@codesourcery.com> PR ada/65100 * gnat-style.texi (@subsection Loop Statements): Replace @noindent by @item, and fix warning '@itemize has text but no @item'. From-SVN: r220895
This commit is contained in:
parent
1d5f1ff217
commit
6d38a29541
@ -1,3 +1,9 @@
|
||||
2015-02-22 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR ada/65100
|
||||
* gnat-style.texi (@subsection Loop Statements): Replace @noindent by
|
||||
@item, and fix warning '@itemize has text but no @item'.
|
||||
|
||||
2015-02-20 Ed Schonberg <schonberg@adacore.com>
|
||||
|
||||
* sem_prag.adb (Analyze_Pragma, case Obsolescent): Pragma
|
||||
|
@ -566,7 +566,7 @@ can be saved by aligning the @code{when} clauses with the opening @code{case}.
|
||||
@cindex Loop statements
|
||||
|
||||
@itemize @bullet
|
||||
@noindent
|
||||
@item
|
||||
When possible, have @code{for} or @code{while} on one line with the
|
||||
condition and the @code{loop} keyword.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user