diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
commit | cd9f9a8add02597a2998ba74b803ed3fbf81314c (patch) | |
tree | b53e3ea035c25a0580e9b31dc31f27ee33c36c96 /docs/man/man3/Version.3 | |
parent | 91755849c3bdf089f4583c119fcbb90ff99bed5b (diff) |
Added new documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/Version.3')
-rw-r--r-- | docs/man/man3/Version.3 | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/man/man3/Version.3 b/docs/man/man3/Version.3 index 10c11bca4..166f36369 100644 --- a/docs/man/man3/Version.3 +++ b/docs/man/man3/Version.3 @@ -1,4 +1,4 @@ -.TH "Version" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "Version" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -42,35 +42,36 @@ Inherits \fBclassbase\fP. .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. -A class of type Version is returned by the GetVersion method of the \fBModule\fP class. +A class of type Version is returned by the GetVersion method of the \fBModule\fP class. .PP -Definition at line 111 of file modules.h. +Definition at line 112 of file modules.h. .SH "Constructor & Destructor Documentation" .PP .SS "Version::Version (int major, int minor, int revision, int build, int flags)" .PP -Definition at line 245 of file modules.cpp. +Definition at line 246 of file modules.cpp. .PP .nf -245 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { }; +246 : Major(major), Minor(minor), Revision(revision), Build(build), Flags(flags) { }; .fi +.PP .SH "Member Data Documentation" .PP .SS "const int \fBVersion::Build\fP" .PP -Definition at line 114 of file modules.h. +Definition at line 115 of file modules.h. .SS "const int \fBVersion::Flags\fP" .PP -Definition at line 114 of file modules.h. +Definition at line 115 of file modules.h. .SS "const int \fBVersion::Major\fP" .PP -Definition at line 114 of file modules.h. +Definition at line 115 of file modules.h. .SS "const int \fBVersion::Minor\fP" .PP -Definition at line 114 of file modules.h. +Definition at line 115 of file modules.h. .SS "const int \fBVersion::Revision\fP" .PP -Definition at line 114 of file modules.h. +Definition at line 115 of file modules.h. .SH "Author" .PP |