From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/base.h.3 | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) (limited to 'docs/man/man3/base.h.3') 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 \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. -- cgit v1.2.3