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/irc.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/irc.3')
-rw-r--r-- | docs/man/man3/irc.3 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/man/man3/irc.3 b/docs/man/man3/irc.3 index 56a91446e..5732c80f7 100644 --- a/docs/man/man3/irc.3 +++ b/docs/man/man3/irc.3 @@ -1,16 +1,21 @@ -.TH "irc" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "irc" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME irc \- The irc namespace contains a number of helper classes. +.PP .SH SYNOPSIS .br .PP -.SS "Compounds" +.SS "Classes" .in +1c .ti -1c +.RI "struct \fBStrHashComp\fP" +.br +.RI "\fIThis class returns true if two strings match. \fP" +.ti -1c .RI "struct \fBInAddr_HashComp\fP" .br .RI "\fIThis class returns true if two in_addr structs match. \fP" @@ -18,10 +23,6 @@ irc \- The irc namespace contains a number of helper classes. .RI "struct \fBirc_char_traits\fP" .br .RI "\fIThe \fBirc_char_traits\fP class is used for RFC-style comparison of strings. \fP" -.ti -1c -.RI "struct \fBStrHashComp\fP" -.br -.RI "\fIThis class returns true if two strings match. \fP" .in -1c .SS "Typedefs" @@ -38,7 +39,9 @@ The irc namespace contains a number of helper classes. .PP .SS "typedef basic_string<char, \fBirc_char_traits\fP, allocator<char> > \fBirc::string\fP" .PP -This typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. Definition at line 129 of file hashcomp.h. +This typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. +.PP +Definition at line 129 of file hashcomp.h. .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code. |