From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/Version.3 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/man/man3/Version.3') diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3 index d62906a16..2f44abcd1 100644 --- a/docs/man/man3/Version.3 +++ b/docs/man/man3/Version.3 @@ -1,8 +1,8 @@ -.TH "Version" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*- +.TH "Version" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME -Version \- Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. +Version \- Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. .PP .SH SYNOPSIS @@ -37,34 +37,34 @@ Inherits \fBclassbase\fP. .in -1c .SH "Detailed Description" .PP -Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. +Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module. A class of type Version is returned by the GetVersion method of the \fBModule\fP class. .PP -Definition at line 92 of file modules.h. +Definition at line 102 of file modules.h. .SH "Constructor & Destructor Documentation" .PP .SS "Version::Version (int major, int minor, int revision, int build)" .PP -Definition at line 279 of file modules.cpp. +Definition at line 291 of file modules.cpp. .PP .nf -279 : Major(major), Minor(minor), Revision(revision), Build(build) { }; +291 : Major(major), Minor(minor), Revision(revision), Build(build) { }; .fi .SH "Member Data Documentation" .PP -.SS "const int Version::Build" +.SS "const int \fBVersion::Build\fP" .PP -Definition at line 95 of file modules.h. -.SS "const int Version::Major" +Definition at line 105 of file modules.h. +.SS "const int \fBVersion::Major\fP" .PP -Definition at line 95 of file modules.h. -.SS "const int Version::Minor" +Definition at line 105 of file modules.h. +.SS "const int \fBVersion::Minor\fP" .PP -Definition at line 95 of file modules.h. -.SS "const int Version::Revision" +Definition at line 105 of file modules.h. +.SS "const int \fBVersion::Revision\fP" .PP -Definition at line 95 of file modules.h. +Definition at line 105 of file modules.h. .SH "Author" .PP -- cgit v1.2.3