diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
commit | cd9f9a8add02597a2998ba74b803ed3fbf81314c (patch) | |
tree | b53e3ea035c25a0580e9b31dc31f27ee33c36c96 /docs/man/man3/classbase.3 | |
parent | 91755849c3bdf089f4583c119fcbb90ff99bed5b (diff) |
Added new documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/classbase.3')
-rw-r--r-- | docs/man/man3/classbase.3 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/man/man3/classbase.3 b/docs/man/man3/classbase.3 index 2d962475b..cf1538044 100644 --- a/docs/man/man3/classbase.3 +++ b/docs/man/man3/classbase.3 @@ -1,4 +1,4 @@ -.TH "classbase" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "classbase" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -33,30 +33,38 @@ Inherited by \fBAdmin\fP, \fBConfigReader\fP, \fBConnectClass\fP, \fBExtensible\ .in -1c .SH "Detailed Description" .PP -The base class for all inspircd classes. Definition at line 29 of file base.h. +The base class for all inspircd classes. +.PP +Definition at line 29 of file base.h. .SH "Constructor & Destructor Documentation" .PP .SS "classbase::classbase ()\fC [inline]\fP" .PP -Constructor, Sets the object's time. Definition at line 39 of file base.h. +Constructor, Sets the object's time. +.PP +Definition at line 39 of file base.h. .PP References age. .PP .nf 39 { age = time(NULL); } .fi -.SS "classbase::~\fBclassbase\fP ()\fC [inline]\fP" +.PP +.SS "classbase::~classbase ()\fC [inline]\fP" .PP Definition at line 40 of file base.h. .PP .nf 40 { } .fi +.PP .SH "Member Data Documentation" .PP .SS "time_t \fBclassbase::age\fP" .PP -Time that the object was instantiated (used for TS calculation etc). Definition at line 34 of file base.h. +Time that the object was instantiated (used for TS calculation etc). +.PP +Definition at line 34 of file base.h. .PP Referenced by classbase(). |