diff options
author | phython <phython@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 19:56:31 +0000 |
---|---|---|
committer | phython <phython@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-05 19:56:31 +0000 |
commit | 12e2a142c73119a8a6216ec6319a9867c0ea4ccc (patch) | |
tree | b9beec9e3689347979214c95549da0dcc4dd9152 /gcc/doc/sourcebuild.texi | |
parent | fef10b60f2ec159642c85f2aa5be6d4d5913299e (diff) | |
download | gcc-12e2a142c73119a8a6216ec6319a9867c0ea4ccc.tar.gz |
2005-03-05 James A. Morrison <phython@gcc.gnu.org>
* doc/c-tree.texi: Wrap comments in @r{}.
* doc/cpp.texi: Likewise.
* doc/cppinternals.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/md.texi: Likewise.
* doc/objc.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/tree-ssa.texi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index f4927e80382..edb61b13f26 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1321,8 +1321,8 @@ kind. A command @code{branch(end)} or @code{returns(end)} marks the end of a range without starting a new one. For example: @smallexample -if (i > 10 && j > i && j < 20) /* branch(27 50 75) */ - /* branch(end) */ +if (i > 10 && j > i && j < 20) /* @r{branch(27 50 75)} */ + /* @r{branch(end)} */ foo (i, j); @end smallexample |