mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Improve documentation of versioning and tidy a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23233 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97c0b7bf3f
commit
d3035b6718
6 changed files with 79 additions and 15 deletions
|
@ -69,7 +69,9 @@ notice and this notice are preserved.
|
|||
a major number (0-99) followed by a minor number (00-99) and
|
||||
a subminor number (00-00).<br />
|
||||
Features in the header file are marked as belonging to different
|
||||
version ranges using the GS_API_VERSION macro.<br />
|
||||
version ranges using the
|
||||
<ref type="macro" id="GS_API_VERSION">GS_API_VERSION</ref>
|
||||
macro.<br />
|
||||
NB. This is the <em>native</em> versioning of the library being
|
||||
used via the header file. You can use this mechanism in your
|
||||
own libraries and frameworks.
|
||||
|
@ -93,7 +95,9 @@ notice and this notice are preserved.
|
|||
A major number of 10 indicates the MacOS-X implementation ...
|
||||
available as the GS_API_MACOSX preprocessor constant.<br />
|
||||
Features in the header file are marked as belonging to different
|
||||
version ranges using the OS_API_VERSION macro.<br />
|
||||
version ranges using the
|
||||
<ref type="macro" id="GS_API_VERSION">GS_API_VERSION</ref>
|
||||
macro.<br />
|
||||
</desc>
|
||||
<term>NO_GNUSTEP</term>
|
||||
<desc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue