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/base.h.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/base.h.3')
-rw-r--r-- | docs/man/man3/base.h.3 | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/docs/man/man3/base.h.3 b/docs/man/man3/base.h.3 index c717153e6..293b9845c 100644 --- a/docs/man/man3/base.h.3 +++ b/docs/man/man3/base.h.3 @@ -1,4 +1,4 @@ -.TH "base.h" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "base.h" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -15,14 +15,10 @@ base.h \- \fC#include <string>\fP .br -.SS "Compounds" +.SS "Classes" .in +1c .ti -1c -.RI "class \fBBoolSet\fP" -.br -.RI "\fIBoolSet is a utility class designed to hold eight bools in a bitmask. \fP" -.ti -1c .RI "class \fBclassbase\fP" .br .RI "\fIThe base class for all inspircd classes. \fP" @@ -30,22 +26,16 @@ base.h \- .RI "class \fBExtensible\fP" .br .RI "\fIclass Extensible is the parent class of many classes such as userrec and chanrec. \fP" -.in -1c -.SS "Typedefs" - -.in +1c .ti -1c -.RI "typedef void * \fBVoidPointer\fP" +.RI "class \fBBoolSet\fP" .br +.RI "\fIBoolSet is a utility class designed to hold eight bools in a bitmask. \fP" .in -1c -.SS "Variables" +.SS "Typedefs" .in +1c .ti -1c -.RI "const int \fBbitfields\fP [] = {1,2,4,8,16,32,64,128}" -.br -.ti -1c -.RI "const int \fBinverted_bitfields\fP [] = {~1,~2,~4,~8,~16,~32,~64,~128}" +.RI "typedef void * \fBVoidPointer\fP" .br .in -1c .SH "Typedef Documentation" @@ -53,14 +43,6 @@ base.h \- .SS "typedef void* \fBVoidPointer\fP" .PP Definition at line 25 of file base.h. -.SH "Variable Documentation" -.PP -.SS "const int \fBbitfields\fP[] = {1,2,4,8,16,32,64,128}" -.PP -Definition at line 91 of file base.h. -.SS "const int \fBinverted_bitfields\fP[] = {~1,~2,~4,~8,~16,~32,~64,~128}" -.PP -Definition at line 92 of file base.h. .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code. |