Skip to content

Commit

Permalink
Added modules that were missing from the doccheck testing
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 16, 2009
1 parent d1397fe commit 10dc19c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions javadoc.xml
Expand Up @@ -119,8 +119,10 @@
<antcall target="doccheck-module"><param name="module" value="standard"/></antcall>
<antcall target="doccheck-module"><param name="module" value="atomtype"/></antcall>
<antcall target="doccheck-module"><param name="module" value="io"/></antcall>
<antcall target="doccheck-module"><param name="module" value="ioformats"/></antcall>
<antcall target="doccheck-module"><param name="module" value="inchi"/></antcall>
<antcall target="doccheck-module"><param name="module" value="extra"/></antcall>
<antcall target="doccheck-module"><param name="module" value="fingerprint"/></antcall>
<antcall target="doccheck-module"><param name="module" value="formula"/></antcall>
<antcall target="doccheck-module"><param name="module" value="render"/></antcall>
<antcall target="doccheck-module"><param name="module" value="reaction"/></antcall>
Expand All @@ -129,10 +131,13 @@
<antcall target="doccheck-module"><param name="module" value="builder3d"/></antcall>
<antcall target="doccheck-module"><param name="module" value="smiles"/></antcall>
<antcall target="doccheck-module"><param name="module" value="smarts"/></antcall>
<antcall target="doccheck-module"><param name="module" value="sdg"/></antcall>
<antcall target="doccheck-module"><param name="module" value="forcefield"/></antcall>
<antcall target="doccheck-module"><param name="module" value="pdb"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsar"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsaratomic"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsarbond"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsarionpot"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsarmolecular"/></antcall>
<antcall target="doccheck-module"><param name="module" value="qsarprotein"/></antcall>
<antcall target="doccheck-module"><param name="module" value="pcore"/></antcall>
Expand Down

0 comments on commit 10dc19c

Please sign in to comment.