]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gcc/gnu-objective-c-features.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / gnu-objective-c-features.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. _objective-c:
7
8GNU Objective-C Features
9------------------------
10
11This document is meant to describe some of the GNU Objective-C
12features. It is not intended to teach you Objective-C. There are
13several resources on the Internet that present the language.
14
15.. toctree::
16 :maxdepth: 2
17
18 gnu-objective-c-features/gnu-objective-c-runtime-api
19 gnu-objective-c-features/load-executing-code-before-main
20 gnu-objective-c-features/type-encoding
21 gnu-objective-c-features/garbage-collection
22 gnu-objective-c-features/constant-string-objects
23 gnu-objective-c-features/compatibilityalias
24 gnu-objective-c-features/exceptions
25 gnu-objective-c-features/synchronization
26 gnu-objective-c-features/fast-enumeration
3ed1b4ce 27 gnu-objective-c-features/messaging-with-the-gnu-objective-c-runtime