summaryrefslogtreecommitdiff
path: root/gcc/doc/objc.texi
diff options
context:
space:
mode:
authorphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-05 19:56:31 +0000
committerphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-05 19:56:31 +0000
commit12e2a142c73119a8a6216ec6319a9867c0ea4ccc (patch)
treeb9beec9e3689347979214c95549da0dcc4dd9152 /gcc/doc/objc.texi
parentfef10b60f2ec159642c85f2aa5be6d4d5913299e (diff)
downloadgcc-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/objc.texi')
-rw-r--r--gcc/doc/objc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi
index 481b51c09b8..795e281f726 100644
--- a/gcc/doc/objc.texi
+++ b/gcc/doc/objc.texi
@@ -56,7 +56,7 @@ FileStream *Stderr = nil;
Stderr = [[FileStream new] initWithFd:2];
@}
-/* Other methods here */
+/* @r{Other methods here} */
@@end
@end smallexample
@@ -84,7 +84,7 @@ method instead of @code{+initialize}:
Stderr = [[FileStream new] initWithFd:2];
@}
-/* Other methods here */
+/* @r{Other methods here} */
@@end
@end smallexample