Commit b310e725 by Andreas Schwab Committed by Jeff Law

* objc-features.texi (Top): Move @menu at end of node.

From-SVN: r35674
parent 12af1090
2000-08-14 Andreas Schwab <schwab@suse.de>
* objc-features.texi (Top): Move @menu at end of node.
2000-08-11 Manfred Hollstein <manfredh@redhat.com> 2000-08-11 Manfred Hollstein <manfredh@redhat.com>
* objc-features.texi: Move @node Top before @menu. * objc-features.texi: Move @node Top before @menu.
......
...@@ -8,13 +8,6 @@ ...@@ -8,13 +8,6 @@
@node Top, Executing code before main, (dir), (dir) @node Top, Executing code before main, (dir), (dir)
@comment node-name, next, previous, up @comment node-name, next, previous, up
@menu
* Executing code before main::
* Type encoding::
* Garbage Collection::
* Constant string objects::
@end menu
@chapter GNU Objective-C runtime features @chapter GNU Objective-C runtime features
This document is meant to describe some of the GNU Objective-C runtime This document is meant to describe some of the GNU Objective-C runtime
...@@ -23,6 +16,12 @@ resources on the Internet that present the language. Questions and ...@@ -23,6 +16,12 @@ resources on the Internet that present the language. Questions and
comments about this document to Ovidiu Predescu comments about this document to Ovidiu Predescu
@code{<ovidiu@@cup.hp.com>}. @code{<ovidiu@@cup.hp.com>}.
@menu
* Executing code before main::
* Type encoding::
* Garbage Collection::
* Constant string objects::
@end menu
@node Executing code before main, Type encoding, Top, Top @node Executing code before main, Type encoding, Top, Top
@section @code{+load}: Executing code before main @section @code{+load}: Executing code before main
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment