New DO documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-07-04 19:53:39 +00:00
parent 9932ed0243
commit 9cd2545b1c
141 changed files with 2248 additions and 1500 deletions

View file

@ -28,22 +28,22 @@
</ul>
<hr>
<h2><a name="method-0">connection</a></h2>
- (NSConnection*) <b>connection</b><br>
- (NSConnection*) <b>connection</b>;<br>
<hr>
<h2><a name="method-1">conversation</a></h2>
- (id) <b>conversation</b><br>
- (id) <b>conversation</b>;<br>
<hr>
<h2><a name="method-2">invocation</a></h2>
- (NSInvocation*) <b>invocation</b><br>
- (NSInvocation*) <b>invocation</b>;<br>
<hr>
<h2><a name="method-3">replyWithException:</a></h2>
- (void) <b>replyWithException:</b> (NSException*)exception<br>
- (void) <b>replyWithException:</b> (NSException*)exception;<br>
<hr>