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/structInAddr__HashComp.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/module-doc/structInAddr__HashComp.html') diff --git a/docs/module-doc/structInAddr__HashComp.html b/docs/module-doc/structInAddr__HashComp.html index 1bd5ecbe2..366f0ee03 100644 --- a/docs/module-doc/structInAddr__HashComp.html +++ b/docs/module-doc/structInAddr__HashComp.html @@ -49,23 +49,23 @@

-Definition at line 157 of file modules.cpp. +Definition at line 159 of file modules.cpp.

-

00158         {
-00159                 size_t q;
-00160                 size_t p;
-00161                 
-00162                 memcpy(&q,&s1,sizeof(size_t));
-00163                 memcpy(&p,&s2,sizeof(size_t));
-00164                 
-00165                 return (q == p);
-00166         }
+
00160         {
+00161                 size_t q;
+00162                 size_t p;
+00163                 
+00164                 memcpy(&q,&s1,sizeof(size_t));
+00165                 memcpy(&p,&s2,sizeof(size_t));
+00166                 
+00167                 return (q == p);
+00168         }
 

The documentation for this struct was generated from the following file: -
Generated on Mon Apr 4 18:12:52 2005 for InspIRCd by +
Generated on Thu Apr 7 20:14:25 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3