mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Separate out additions documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15683 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a5a72c65c
commit
b2dcc87767
7 changed files with 410 additions and 298 deletions
|
@ -16,7 +16,9 @@
|
|||
<p>
|
||||
The GNUstep base library is a free software package implementing
|
||||
the API of the OpenStep Foundation Kit (tm), including later
|
||||
additions.
|
||||
additions. This documentation package describes the core of the
|
||||
base library, for documentation on additional classes, see the
|
||||
BaseAdditions documentation package.
|
||||
</p>
|
||||
<index scope="project" type="title" />
|
||||
<section>
|
||||
|
|
31
Documentation/BaseAdditions.gsdoc
Normal file
31
Documentation/BaseAdditions.gsdoc
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.0//EN" "http://www.gnustep.org/gsdoc-1_0_0.xml">
|
||||
<gsdoc base="BaseAdditions">
|
||||
<head>
|
||||
<title>GNUstep Base Additions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>Base Additions</heading>
|
||||
<p>
|
||||
The GNUstep base additions package comes with the GNUstep base
|
||||
package, and provides additional non-standard classes and
|
||||
additional features for standard classes. It is also intended
|
||||
to be built standalone for use on systems where the GNUstep
|
||||
base is not installed, but where an alernative Foundation is
|
||||
available.
|
||||
</p>
|
||||
<index scope="project" type="title" />
|
||||
</chapter>
|
||||
<back>
|
||||
<index scope="project" type="class" />
|
||||
<index scope="project" type="protocol" />
|
||||
</back>
|
||||
</body>
|
||||
</gsdoc>
|
Loading…
Add table
Add a link
Reference in a new issue