diff options
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 4 |
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 |