]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/Admin.3
Added final documentation for inspircd Beta 4
[user/henk/code/inspircd.git] / docs / man / man3 / Admin.3
index 5136dc6c1a91ac199a0d4681931390f40a3109fb..55e08841917598e358105492a2d11409a80a6074 100644 (file)
@@ -1,4 +1,4 @@
-.TH "Admin" 3 "2 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "Admin" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
@@ -38,27 +38,27 @@ 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. 
 .PP
-Definition at line 114 of file modules.h.
+Definition at line 123 of file modules.h.
 .SH "Constructor & Destructor Documentation"
 .PP 
 .SS "Admin::Admin (std::string name, std::string email, std::string nick)"
 .PP
-Definition at line 302 of file modules.cpp.
+Definition at line 304 of file modules.cpp.
 .PP
 .nf
-302 : Name(name), Email(email), Nick(nick) { };
+304 : Name(name), Email(email), Nick(nick) { };
 .fi
 .SH "Member Data Documentation"
 .PP 
 .SS "const std::string \fBAdmin::Email\fP"
 .PP
-Definition at line 117 of file modules.h.
+Definition at line 126 of file modules.h.
 .SS "const std::string \fBAdmin::Name\fP"
 .PP
-Definition at line 117 of file modules.h.
+Definition at line 126 of file modules.h.
 .SS "const std::string \fBAdmin::Nick\fP"
 .PP
-Definition at line 117 of file modules.h.
+Definition at line 126 of file modules.h.
 
 .SH "Author"
 .PP