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/Admin.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/Admin.3')
-rw-r--r-- | docs/man/man3/Admin.3 | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/docs/man/man3/Admin.3 b/docs/man/man3/Admin.3 index be8818954..885903ffb 100644 --- a/docs/man/man3/Admin.3 +++ b/docs/man/man3/Admin.3 @@ -1,4 +1,4 @@ -.TH "Admin" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "Admin" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -16,49 +16,50 @@ Inherits \fBclassbase\fP. .in +1c .ti -1c -.RI "\fBAdmin\fP (std::string name, std::string email, std::string nick)" +.RI "\fBAdmin\fP (\fBstd::string\fP name, \fBstd::string\fP email, \fBstd::string\fP nick)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c -.RI "const std::string \fBName\fP" +.RI "const \fBstd::string\fP \fBName\fP" .br .ti -1c -.RI "const std::string \fBEmail\fP" +.RI "const \fBstd::string\fP \fBEmail\fP" .br .ti -1c -.RI "const std::string \fBNick\fP" +.RI "const \fBstd::string\fP \fBNick\fP" .br .in -1c .SH "Detailed Description" .PP Holds /ADMIN data This class contains the admin details of the local server. -It is constructed by class \fBServer\fP, and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running. +It is constructed by class \fBServer\fP, and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running. .PP -Definition at line 123 of file modules.h. +Definition at line 124 of file modules.h. .SH "Constructor & Destructor Documentation" .PP -.SS "Admin::Admin (std::string name, std::string email, std::string nick)" +.SS "Admin::Admin (\fBstd::string\fP name, \fBstd::string\fP email, \fBstd::string\fP nick)" .PP -Definition at line 249 of file modules.cpp. +Definition at line 250 of file modules.cpp. .PP .nf -249 : Name(name), Email(email), Nick(nick) { }; +250 : Name(name), Email(email), Nick(nick) { }; .fi +.PP .SH "Member Data Documentation" .PP -.SS "const std::string \fBAdmin::Email\fP" +.SS "const \fBstd::string\fP \fBAdmin::Email\fP" .PP -Definition at line 126 of file modules.h. -.SS "const std::string \fBAdmin::Name\fP" +Definition at line 127 of file modules.h. +.SS "const \fBstd::string\fP \fBAdmin::Name\fP" .PP -Definition at line 126 of file modules.h. -.SS "const std::string \fBAdmin::Nick\fP" +Definition at line 127 of file modules.h. +.SS "const \fBstd::string\fP \fBAdmin::Nick\fP" .PP -Definition at line 126 of file modules.h. +Definition at line 127 of file modules.h. .SH "Author" .PP |