diff options
Diffstat (limited to 'docs/module-doc/modules_8h.html')
-rw-r--r-- | docs/module-doc/modules_8h.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/module-doc/modules_8h.html b/docs/module-doc/modules_8h.html index b587a938e..c022538bb 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -395,7 +395,7 @@ Definition at line <a class="el" href="modules_8h-source.html#l00028">28</a> of <p> <p> -Definition at line <a class="el" href="modules_8h-source.html#l00609">609</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. +Definition at line <a class="el" href="modules_8h-source.html#l00610">610</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader::ConfigReader()</a>. </td> </tr> @@ -421,7 +421,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00553">ConfigReader: <p> <p> -Definition at line <a class="el" href="modules_8h-source.html#l00606">606</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. +Definition at line <a class="el" href="modules_8h-source.html#l00607">607</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> Referenced by <a class="el" href="modules_8cpp-source.html#l00610">ConfigReader::ReadInteger()</a>. </td> </tr> @@ -447,7 +447,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00610">ConfigReader: <p> <p> -Definition at line <a class="el" href="modules_8h-source.html#l00607">607</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. +Definition at line <a class="el" href="modules_8h-source.html#l00608">608</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> Referenced by <a class="el" href="modules_8cpp-source.html#l00610">ConfigReader::ReadInteger()</a>. </td> </tr> @@ -473,7 +473,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00610">ConfigReader: <p> <p> -Definition at line <a class="el" href="modules_8h-source.html#l00608">608</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. +Definition at line <a class="el" href="modules_8h-source.html#l00609">609</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> Referenced by <a class="el" href="modules_8cpp-source.html#l00593">ConfigReader::ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00610">ConfigReader::ReadInteger()</a>, and <a class="el" href="modules_8cpp-source.html#l00577">ConfigReader::ReadValue()</a>. </td> </tr> @@ -577,12 +577,12 @@ Definition at line <a class="el" href="modules_8h-source.html#l00062">62</a> of <b>Value:</b><div class="fragment"><pre>{ MOD_RESULT = 0; \ <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i <= <a class="code" href="modules_8cpp.html#a1">MODCOUNT</a>; i++) { \ <span class="keywordtype">int</span> res = <a class="code" href="channels_8cpp.html#a2">modules</a>[i]->x ; \ - <span class="keywordflow">if</span> (res) { \ + <span class="keywordflow">if</span> (res != 0) { \ MOD_RESULT = res; \ <span class="keywordflow">break</span>; \ } \ } \ - } + } </pre></div> <p> Definition at line <a class="el" href="modules_8h-source.html#l00070">70</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. </td> @@ -816,7 +816,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00663">FileReader::F <p> <p> -Definition at line <a class="el" href="modules_8h-source.html#l00766">766</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. </td> +Definition at line <a class="el" href="modules_8h-source.html#l00767">767</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. </td> </tr> </table> <a name="a27" doxytag="modules.h::string_list"></a><p> @@ -944,7 +944,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00394">Server::AddCo Referenced by <a class="el" href="modules_8cpp-source.html#l00399">Server::SendMode()</a>. </td> </tr> </table> -<hr><address style="align: right;"><small>Generated on Sat May 1 20:57:55 2004 for InspIRCd by +<hr><address style="align: right;"><small>Generated on Sun May 2 00:09:26 2004 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.3-rc3 </small></address> |