From 755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 20:15:05 +0000 Subject: New docs to match extra module Version class stuff, etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/Admin.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/man/man3/Admin.3') diff --git a/docs/man/man3/Admin.3 b/docs/man/man3/Admin.3 index 38345d7c9..c98cc1bb4 100644 --- a/docs/man/man3/Admin.3 +++ b/docs/man/man3/Admin.3 @@ -1,4 +1,4 @@ -.TH "Admin" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "Admin" 3 "7 Apr 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 121 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 124 of file modules.h. .SS "const std::string \fBAdmin::Name\fP" .PP -Definition at line 117 of file modules.h. +Definition at line 124 of file modules.h. .SS "const std::string \fBAdmin::Nick\fP" .PP -Definition at line 117 of file modules.h. +Definition at line 124 of file modules.h. .SH "Author" .PP -- cgit v1.2.3