summaryrefslogtreecommitdiff
path: root/gcc/doc/objc.texi
diff options
context:
space:
mode:
authorJames A. Morrison <phython@gcc.gnu.org>2005-03-05 19:56:31 +0000
committerJames A. Morrison <phython@gcc.gnu.org>2005-03-05 19:56:31 +0000
commit12bcfaa1cb344664bb0123afb3d044b7752dbab5 (patch)
treeb9beec9e3689347979214c95549da0dcc4dd9152 /gcc/doc/objc.texi
parent0aee4751507604a7a7f9367cd0a515c543ae4d2f (diff)
downloadgcc-12bcfaa1cb344664bb0123afb3d044b7752dbab5.tar.gz
c-tree.texi: Wrap comments in @r{}.
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 From-SVN: r95939
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