mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
@see_external tag implemented. See todo.txt for more info. Allows for proper documentation of events in libraries.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user