summaryrefslogtreecommitdiff
path: root/docs/man/man3/Version.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
commit755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 (patch)
treea1e26279c8df6310c611bb2ddd3ea87cec95b9e8 /docs/man/man3/Version.3
parent4efba4dad4b21f8ae2357a473b335e147b83a7c7 (diff)
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
Diffstat (limited to 'docs/man/man3/Version.3')
-rw-r--r--docs/man/man3/Version.326
1 files changed, 16 insertions, 10 deletions
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