mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-16 08:20:59 +00:00
* EOInterface/EOInterface.gsdoc: New file.
* EOInterface/GNUmakefile: Update variables to build documentation. * EOAccess/EOAccess.gsdoc: Specify title. * EOControl/EOControl.gsdoc: Ditto. * GDL2.gsdoc: Use sections allowed by DTD. Remove reference to MulleEOInterface. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23474 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad43813eb0
commit
7bd929705b
6 changed files with 50 additions and 24 deletions
|
@ -66,6 +66,13 @@
|
|||
new compiler semantics.
|
||||
* EOControl/EOMultiReaderLock.m (init): Correct NSConditionLock
|
||||
initialization.
|
||||
|
||||
* EOInterface/EOInterface.gsdoc: New file.
|
||||
* EOInterface/GNUmakefile: Update variables to build documentation.
|
||||
* EOAccess/EOAccess.gsdoc: Specify title.
|
||||
* EOControl/EOControl.gsdoc: Ditto.
|
||||
* GDL2.gsdoc: Use sections allowed by DTD. Remove reference to
|
||||
MulleEOInterface.
|
||||
|
||||
2006-09-07 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.dtd">
|
||||
<gsdoc base="index">
|
||||
<head>
|
||||
<title>GDL2</title>
|
||||
<title>GDL2 - EOAccess</title>
|
||||
<author name="Mirko Viviani">
|
||||
<email address="mirko.viviani@rccr.cremona.it"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>GDL2</heading>
|
||||
<heading>GDL2 - EOAccess</heading>
|
||||
<p>...
|
||||
</p>
|
||||
</chapter>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.dtd">
|
||||
<gsdoc base="index">
|
||||
<head>
|
||||
<title>GDL2 Control</title>
|
||||
<title>GDL2 - EOControl</title>
|
||||
<author name="Mirko Viviani">
|
||||
<email address="mirko.viviani@rccr.cremona.it"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>GDL2 Control</heading>
|
||||
<heading>GDL2 - EOControl</heading>
|
||||
<p>...
|
||||
</p>
|
||||
</chapter>
|
||||
|
|
23
EOInterface/EOInterface.gsdoc
Normal file
23
EOInterface/EOInterface.gsdoc
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.dtd">
|
||||
<gsdoc base="index">
|
||||
<head>
|
||||
<title>GDL2 - EOInterface</title>
|
||||
<author name="Matt Rice">
|
||||
<email address="ratmice@yahoo.com"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
<author name="David Ayers">
|
||||
<email address="ayers@fsfe.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>GDL2 - EOInterface</heading>
|
||||
<p>...
|
||||
</p>
|
||||
</chapter>
|
||||
<back>
|
||||
<index scope="project" type="title" />
|
||||
</back>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -78,23 +78,23 @@ EORecursiveBrowserAssociation.h \
|
|||
EOTextAssociation.h \
|
||||
EOAspectConnector.h
|
||||
|
||||
gdl2_AUTOGSDOC_HEADERS = $(EOInterface_HEADER_FILES)
|
||||
gdl2_AUTOGSDOC_SOURCE = $(EOInterface_OBJC_FILES)
|
||||
DOCUMENT_NAME = gdl2
|
||||
gdl2_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
gdl2_AGSDOC_FILES = gdl2.gsdoc $(gdl2_AUTOGSDOC_HEADERS)
|
||||
#$(gdl2_AUTOGSDOC_SOURCE)
|
||||
gdl2_AGSDOC_FLAGS = \
|
||||
EOInterface_AUTOGSDOC_HEADERS = $(EOInterface_HEADER_FILES)
|
||||
EOInterface_AUTOGSDOC_SOURCE = $(EOInterface_OBJC_FILES)
|
||||
DOCUMENT_NAME = EOInterface
|
||||
EOInterface_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
EOInterface_AGSDOC_FILES = EOInterface.gsdoc $(EOInterface_AUTOGSDOC_HEADERS)
|
||||
#$(EOInterface_AUTOGSDOC_SOURCE)
|
||||
EOInterface_AGSDOC_FLAGS = \
|
||||
-Declared EOInterface \
|
||||
-Standards YES \
|
||||
-Project gdl2 \
|
||||
-Project EOInterface \
|
||||
-WordMap '{\
|
||||
FOUNDATION_EXPORT=extern;FOUNDATION_STATIC_INLINE="";\
|
||||
GS_GEOM_SCOPE=extern;GS_GEOM_ATTR="";\
|
||||
GS_EXPORT=extern;GS_DECLARE="";\
|
||||
GS_RANGE_SCOPE=extern;GS_RANGE_ATTR="";\
|
||||
GS_ZONE_SCOPE=extern;GS_ZONE_ATTR="";\
|
||||
}' -Up gdl2
|
||||
}' -Up EOInterface
|
||||
|
||||
|
||||
-include Makefile.preamble
|
||||
|
|
18
GDL2.gsdoc
18
GDL2.gsdoc
|
@ -24,30 +24,26 @@
|
|||
(RDBMS). It aims to be compatible with Enterprise Objects Framework
|
||||
(EOF) as released with WebObjects 4.5 from Apple Inc.</p>
|
||||
<p>GDL2 consists of the following components:</p>
|
||||
<subsubsect>
|
||||
<section>
|
||||
<heading>- <uref url="EOControl/EOControl.html">EOControl</uref></heading>
|
||||
<p>The fundamental abstraction library which includes many non RDBMS
|
||||
related extensions such as KeyValueCoding extensions and other
|
||||
categories. Most importantly it contains the classes which handle the
|
||||
coordination of object graphs namely EOEditingContext.</p>
|
||||
</subsubsect>
|
||||
<subsubsect>
|
||||
</section>
|
||||
<section>
|
||||
<heading>- <uref url="EOAccess/EOAccess.html">EOAccess</uref></heading>
|
||||
<p>This library implements the underlying mechanism to
|
||||
retrieve and store data in RDBMS. It defines the abstract
|
||||
classes like EOAdaptor which are subclassed to interface with
|
||||
concrete RDBMS implementations.</p>
|
||||
</subsubsect>
|
||||
<subsubsect>
|
||||
<heading>- EOInterface</heading>
|
||||
</section>
|
||||
<section>
|
||||
<heading>- <uref url="EOInterface/EOInterface.html">EOInterface</uref></heading>
|
||||
<p>This library implements classes used to synchronize UI
|
||||
components such as NSTextFields, NSButtons and NSTableViews
|
||||
with the state of objects which an EOEditingContext contains.</p>
|
||||
<p>*Note this library is still missing in GDL2. Some people
|
||||
have tried to use
|
||||
<url url="http://www.mulle-kybernetik.com/software/MulleEOInterface"/>
|
||||
with some success.</p>
|
||||
</subsubsect>
|
||||
</section>
|
||||
</chapter>
|
||||
<back>
|
||||
<index scope="project" type="title" />
|
||||
|
|
Loading…
Reference in a new issue