@see_external tag implemented. See todo.txt for more info. Allows for proper documentation of events in libraries.

This commit is contained in:
sansumbrella
2011-09-23 01:34:03 +00:00
parent a2c6667ed7
commit 7e83cfc9c7
3 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ import java.net.*;
* @brief The client class is used to create client Objects which connect to a server to exchange data.
* @instanceName client any variable of type Client
* @usage Application
* @see_external LIB_net/clientEvent
*/
public class Client implements Runnable {