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/Version.3 | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'docs/man/man3/Version.3') diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3 index 5f4bdea7c..69a2da861 100644 --- a/docs/man/man3/Version.3 +++ b/docs/man/man3/Version.3 @@ -1,4 +1,4 @@ -.TH "Version" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "Version" 3 "7 Apr 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -16,7 +16,7 @@ Inherits \fBclassbase\fP. .in +1c .ti -1c -.RI "\fBVersion\fP (int major, int minor, int revision, int build)" +.RI "\fBVersion\fP (int major, int minor, int revision, int build, int flags)" .br .in -1c .SS "Public Attributes" @@ -34,6 +34,9 @@ Inherits \fBclassbase\fP. .ti -1c .RI "const int \fBBuild\fP" .br +.ti -1c +.RI "const int \fBFlags\fP" +.br .in -1c .SH "Detailed Description" .PP @@ -41,30 +44,33 @@ Holds a module's Version information The four members (set by the constructor on A class of type Version is returned by the GetVersion method of the \fBModule\fP class. .PP -Definition at line 102 of file modules.h. +Definition at line 109 of file modules.h. .SH "Constructor & Destructor Documentation" .PP -.SS "Version::Version (int major, int minor, int revision, int build)" +.SS "Version::Version (int major, int minor, int revision, int build, int flags)" .PP -Definition at line 298 of file modules.cpp. +Definition at line 300 of file modules.cpp. .PP .nf -298 : Major(major), Minor(minor), Revision(revision), Build(build) { }; +300 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { }; .fi .SH "Member Data Documentation" .PP .SS "const int \fBVersion::Build\fP" .PP -Definition at line 105 of file modules.h. +Definition at line 112 of file modules.h. +.SS "const int \fBVersion::Flags\fP" +.PP +Definition at line 112 of file modules.h. .SS "const int \fBVersion::Major\fP" .PP -Definition at line 105 of file modules.h. +Definition at line 112 of file modules.h. .SS "const int \fBVersion::Minor\fP" .PP -Definition at line 105 of file modules.h. +Definition at line 112 of file modules.h. .SS "const int \fBVersion::Revision\fP" .PP -Definition at line 105 of file modules.h. +Definition at line 112 of file modules.h. .SH "Author" .PP -- cgit v1.2.3