Nmap Development mailing list archives

Re: [nmap-svn] r9566 - in nmap-exp/patrick/nsedoc/src: docs docs/files/nselib luadoc/doclet/html


From: le athee jhon <leathee () yahoo com>
Date: Mon, 8 Sep 2008 10:49:34 -0700 (PDT)



--- On Sun, 8/17/08, commit-mailer () insecure org <commit-mailer () insecure org> wrote:

From: commit-mailer () insecure org <commit-mailer () insecure org>
Subject: [nmap-svn] r9566 - in nmap-exp/patrick/nsedoc/src: docs docs/files/nselib luadoc/doclet/html
To: nmap-svn () insecure org
Date: Sunday, August 17, 2008, 8:42 PM

Author: batrick
Date: Sun Aug 17 20:42:16 2008
New Revision: 9566

Modified:
   nmap-exp/patrick/nsedoc/src/docs/files/nselib/strbuf.html
   nmap-exp/patrick/nsedoc/src/docs/index.html
   nmap-exp/patrick/nsedoc/src/luadoc/doclet/html/file.lp

Log:
Removed "Requires" showing if the module/file requires nothing.


Modified: nmap-exp/patrick/nsedoc/src/docs/files/nselib/strbuf.html
==============================================================================
--- nmap-exp/patrick/nsedoc/src/docs/files/nselib/strbuf.html   (original)
+++ nmap-exp/patrick/nsedoc/src/docs/files/nselib/strbuf.html   Sun Aug 17
20:42:16 2008
@@ -673,11 +673,6 @@
 
 
 
-  <h2> Requires </h2>
-  <ul>
-  
-  </ul>
-
 
 <hr/>
 

Modified: nmap-exp/patrick/nsedoc/src/docs/index.html
==============================================================================
--- nmap-exp/patrick/nsedoc/src/docs/index.html (original)
+++ nmap-exp/patrick/nsedoc/src/docs/index.html Sun Aug 17 20:42:16 2008
@@ -679,7 +679,7 @@
 
        <tr>
                <td class="name"><a
href="modules/datafiles.html">datafiles</a></td>
-               <td class="summary">The datafiles module provides functions
for reading and parsing Nmap's data files (e.</td>
+               <td class="summary">The datafiles module provides functions
for reading and parsing Nmap's data files.</td>
        </tr>
 
        <tr>
@@ -694,12 +694,12 @@
 
        <tr>
                <td class="name"><a
href="modules/listop.html">listop</a></td>
-               <td class="summary"> </td>
+               <td class="summary">Functional Programming Style List
Operations.</td>
        </tr>
 
        <tr>
                <td class="name"><a
href="modules/match.html">match</a></td>
-               <td class="summary"> </td>
+               <td class="summary">Provides functions which can be used for
delimiting data received by receive_buf() function in the Network I/O
API.</td>
        </tr>
 
        <tr>
@@ -709,7 +709,7 @@
 
        <tr>
                <td class="name"><a
href="modules/packet.html">packet</a></td>
-               <td class="summary">extract number from binary string
</td>
+               <td class="summary">Facilities for manipulating raw
packets.</td>
        </tr>
 
        <tr>
@@ -779,7 +779,7 @@
 
        <tr>
                <td class="name"><a
href="files/nselib/datafiles.html">nselib/datafiles.lua</a></td>
-               <td class="summary">The datafiles module provides functions
for reading and parsing Nmap's data files (e.</td>
+               <td class="summary">The datafiles module provides functions
for reading and parsing Nmap's data files.</td>
        </tr>
 
        <tr>
@@ -794,12 +794,12 @@
 
        <tr>
                <td class="name"><a
href="files/nselib/listop.html">nselib/listop.lua</a></td>
-               <td class="summary"> </td>
+               <td class="summary">Functional Programming Style List
Operations.</td>
        </tr>
 
        <tr>
                <td class="name"><a
href="files/nselib/match.html">nselib/match.lua</a></td>
-               <td class="summary"> </td>
+               <td class="summary">Provides functions which can be used for
delimiting data received by receive_buf() function in the Network I/O
API.</td>
        </tr>
 
        <tr>
@@ -809,7 +809,7 @@
 
        <tr>
                <td class="name"><a
href="files/nselib/packet.html">nselib/packet.lua</a></td>
-               <td class="summary">extract number from binary string
</td>
+               <td class="summary">Facilities for manipulating raw
packets.</td>
        </tr>
 
        <tr>

Modified: nmap-exp/patrick/nsedoc/src/luadoc/doclet/html/file.lp
==============================================================================
--- nmap-exp/patrick/nsedoc/src/luadoc/doclet/html/file.lp      (original)
+++ nmap-exp/patrick/nsedoc/src/luadoc/doclet/html/file.lp      Sun Aug 17 20:42:16
2008
@@ -287,7 +287,7 @@
 </pre>
 <% end %>
 
-<% if file_doc.nse.requires then %>
+<% if file_doc.nse.requires and #file_doc.nse.requires > 0 then %>
   <h2> Requires </h2>
   <ul>
   <% for i, mod in ipairs(file_doc.nse.requires) do %>

_______________________________________________
Sent through the nmap-svn mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-svn



      

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: