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/module-doc/structStrHashComp.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 16f2091dc..f2d42b2f7 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -49,20 +49,20 @@
-Definition at line 144 of file modules.cpp. +Definition at line 146 of file modules.cpp.
-
00145 {
-00146 char a[MAXBUF],b[MAXBUF];
-00147 strlcpy(a,s1.c_str(),MAXBUF);
-00148 strlcpy(b,s2.c_str(),MAXBUF);
-00149 return (strcasecmp(a,b) == 0);
-00150 }
+00147 {
+00148 char a[MAXBUF],b[MAXBUF];
+00149 strlcpy(a,s1.c_str(),MAXBUF);
+00150 strlcpy(b,s2.c_str(),MAXBUF);
+00151 return (strcasecmp(a,b) == 0);
+00152 }
The documentation for this struct was generated from the following file:
-
1.3.3
--
cgit v1.3.1-10-gc9f91