Tidied documentation skeletons

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-02-29 11:01:41 +00:00
parent aa02707b85
commit 5705954e22
68 changed files with 5688 additions and 3445 deletions

View file

@ -15,31 +15,41 @@
<heading>NSProtocolChecker</heading>
<class name="NSProtocolChecker" super="NSObject">
<declared>Foundation/NSProtocolChecker.h</declared>
<desc>
</desc>
<method type="id" factory="yes"><sel>protocolCheckerWithTarget:</sel><arg type="NSObject*">anObject</arg>
<desc>
</desc>
<desc>
</desc>
<method type="id" factory="yes">
<sel>protocolCheckerWithTarget:</sel>
<arg type="NSObject*">anObject</arg>
<desc>
</desc>
</method>
<method type="void"><sel>forwardInvocation:</sel><arg type="NSInvocation*">anInvocation</arg>
<desc>
</desc>
<method type="void">
<sel>forwardInvocation:</sel>
<arg type="NSInvocation*">anInvocation</arg>
<desc>
</desc>
</method>
<method type="id"><sel>initWithTarget:</sel><arg type="NSObject*">anObject</arg>
<desc>
</desc>
<method type="id">
<sel>initWithTarget:</sel>
<arg type="NSObject*">anObject</arg>
<desc>
</desc>
</method>
<method type="structobjc_method_description*"><sel>methodDescriptionForSelector:</sel><arg type="SEL">aSelector</arg>
<desc>
</desc>
<method type="structobjc_method_description*">
<sel>methodDescriptionForSelector:</sel>
<arg type="SEL">aSelector</arg>
<desc>
</desc>
</method>
<method type="Protocol*"><sel>protocol</sel>
<desc>
</desc>
<method type="Protocol*">
<sel>protocol</sel>
<desc>
</desc>
</method>
<method type="NSObject*"><sel>target</sel>
<desc>
</desc>
<method type="NSObject*">
<sel>target</sel>
<desc>
</desc>
</method>
</class>
</chapter>