From 5f3d7cc64f6f71fff52166dd6488f2df0378375b Mon Sep 17 00:00:00 2001
From: brain
Date: Wed, 25 May 2005 22:04:11 +0000
Subject: Changed documentation to add parameters
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1523 e03df62e-2008-0410-955e-edbf42e46eb7
---
docs/module-doc/classconnection.html | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
(limited to 'docs/module-doc/classconnection.html')
diff --git a/docs/module-doc/classconnection.html b/docs/module-doc/classconnection.html
index 464af6729..ff5c952db 100644
--- a/docs/module-doc/classconnection.html
+++ b/docs/module-doc/classconnection.html
@@ -77,7 +77,7 @@ Please note: classes serverrec and userrec both inherit from class connection.
@@ -132,7 +132,7 @@ Stats counter for bytes inbound.
-Definition at line 278 of file connection.h.
+Definition at line 313 of file connection.h.
Referenced by userrec::userrec().
@@ -160,7 +160,7 @@ Stats counter for bytes outbound.
-Definition at line 282 of file connection.h.
+Definition at line 317 of file connection.h.
Referenced by userrec::FlushWriteBuf(), and userrec::userrec().
@@ -188,7 +188,7 @@ Stats counter for commands inbound.
-Definition at line 286 of file connection.h.
+Definition at line 321 of file connection.h.
Referenced by userrec::userrec().
@@ -216,7 +216,7 @@ Stats counter for commands outbound.
-Definition at line 290 of file connection.h.
+Definition at line 325 of file connection.h.
Referenced by userrec::FlushWriteBuf(), and userrec::userrec().
@@ -244,7 +244,7 @@ File descriptor of the connection.
-Definition at line 266 of file connection.h.
+Definition at line 301 of file connection.h.
Referenced by serverrec::BeginLink(), serverrec::CreateListener(), ConfigReader::DumpErrors(), serverrec::MeshCookie(), Server::PseudoToUser(), userrec::ReadData(), Server::SendTo(), serverrec::serverrec(), userrec::userrec(), and Server::UserToPseudo().
@@ -272,7 +272,7 @@ True if server/user has authenticated, false if otherwise.
-Definition at line 294 of file connection.h.
+Definition at line 329 of file connection.h.
Referenced by userrec::userrec().
@@ -300,7 +300,7 @@ Hostname of connection.
Not used if this is a serverrec
-Definition at line 270 of file connection.h.
+Definition at line 305 of file connection.h.
Referenced by userrec::GetFullRealHost(), Server::PseudoToUser(), userrec::userrec(), and Server::UserToPseudo().
@@ -328,7 +328,7 @@ Time that the connection last sent data, used to calculate idle time.
-Definition at line 316 of file connection.h.
+Definition at line 351 of file connection.h.
Referenced by userrec::userrec().
@@ -356,7 +356,7 @@ IP of connection.
-Definition at line 274 of file connection.h.
+Definition at line 309 of file connection.h.
Referenced by userrec::userrec().
@@ -384,7 +384,7 @@ Time the connection was last pinged.
-Definition at line 308 of file connection.h.
+Definition at line 343 of file connection.h.
Referenced by serverrec::serverrec(), and userrec::userrec().
@@ -412,7 +412,7 @@ Used by PING checks with clients.
-Definition at line 320 of file connection.h.
+Definition at line 355 of file connection.h.
Referenced by userrec::userrec().
@@ -440,7 +440,7 @@ Port number For a userrec, this is the port they connected to the network on.
For a serverrec this is the current listening port of the serverrec object.
-Definition at line 300 of file connection.h.
+Definition at line 335 of file connection.h.
Referenced by serverrec::CreateListener(), and userrec::userrec().
@@ -468,7 +468,7 @@ Used by userrec to indicate the registration status of the connection.
-Definition at line 304 of file connection.h.
+Definition at line 339 of file connection.h.
Referenced by userrec::userrec().
@@ -496,14 +496,14 @@ Time the connection was created, set in the constructor.
-Definition at line 312 of file connection.h.
+Definition at line 347 of file connection.h.
Referenced by serverrec::serverrec(), and userrec::userrec().