mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
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:
parent
aa02707b85
commit
5705954e22
68 changed files with 5688 additions and 3445 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue