Skip to content

Commit

Permalink
Added @cdk.iooptions to all IO classes
Browse files Browse the repository at this point in the history
Change-Id: I7e81241212d1b734fb6df9cdf460ba0cb5c76b6a
  • Loading branch information
egonw committed Aug 6, 2012
1 parent 1dc58bf commit 086b8c8
Show file tree
Hide file tree
Showing 48 changed files with 49 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CDKSourceCodeWriter.java
Expand Up @@ -70,6 +70,7 @@
* @cdk.created 2003-10-01
*
* @cdk.keyword file format, CDK source code
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CDKSourceCodeWriterTest")
public class CDKSourceCodeWriter extends DefaultChemObjectWriter {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CIFReader.java
Expand Up @@ -72,6 +72,7 @@
*
* @author E.L. Willighagen
* @cdk.created 2003-10-12
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CIFReaderTest")
public class CIFReader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CMLReader.java
Expand Up @@ -61,6 +61,7 @@
* @cdk.githash
* @cdk.keyword file format, CML
* @cdk.bug 1544406
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CMLReaderTest")
public class CMLReader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CTXReader.java
Expand Up @@ -55,6 +55,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CTXReaderTest")
public class CTXReader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CrystClustReader.java
Expand Up @@ -48,6 +48,7 @@
/**
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CrystClustReaderTest")
public class CrystClustReader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/CrystClustWriter.java
Expand Up @@ -50,6 +50,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.CrystClustWriterTest")
public class CrystClustWriter extends DefaultChemObjectWriter {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/GamessReader.java
Expand Up @@ -88,6 +88,7 @@
* @cdk.keyword file format
* @cdk.keyword output
* @cdk.keyword log file
* @cdk.iooptions
*
* @author Bradley A. Smith
*
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/Gaussian03Reader.java
Expand Up @@ -70,6 +70,7 @@
* @author Egon Willighagen
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*/
public class Gaussian03Reader extends DefaultChemObjectReader {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/Gaussian98Reader.java
Expand Up @@ -74,6 +74,7 @@
* @author Christoph Steinbeck
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.Gaussian98ReaderTest")
public class Gaussian98Reader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/GhemicalMMReader.java
Expand Up @@ -58,6 +58,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@sci.kun.nl>
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/HINReader.java
Expand Up @@ -57,6 +57,7 @@
* @cdk.created 2004-01-27
*
* @cdk.keyword file format, HIN
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.HINReaderTest")
public class HINReader extends DefaultChemObjectReader {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/HINWriter.java
Expand Up @@ -53,6 +53,7 @@
* @cdk.module io
* @cdk.githash
* @cdk.created 2004-01-27
* @cdk.iooptions
*/
@TestClass("org.openscience.cdk.io.HINWriterTest")
public class HINWriter extends DefaultChemObjectWriter {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/INChIPlainTextReader.java
Expand Up @@ -64,6 +64,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@sci.kun.nl>
* @cdk.created 2004-08-01
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/INChIReader.java
Expand Up @@ -57,6 +57,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@sci.kun.nl>
* @cdk.created 2004-05-17
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLRXNReader.java
Expand Up @@ -61,6 +61,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen
* @cdk.created 2003-07-24
Expand Down
3 changes: 2 additions & 1 deletion src/main/org/openscience/cdk/io/MDLRXNV2000Reader.java
Expand Up @@ -59,7 +59,8 @@
* Reads a molecule from an MDL RXN file {@cdk.cite DAL92}.
* This MDL RXN reader uses the MDLV2000 reader to read each mol file
* @cdk.module io
* @cdk.githash
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen
* @author Thomas Kuhn
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLRXNV3000Reader.java
Expand Up @@ -51,6 +51,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@sci.kun.nl>
* @cdk.created 2003-10-05
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLRXNWriter.java
Expand Up @@ -71,6 +71,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, MDL RXN file
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLReader.java
Expand Up @@ -75,6 +75,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author steinbeck
* @author Egon Willighagen
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLV2000Reader.java
Expand Up @@ -90,6 +90,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author steinbeck
* @author Egon Willighagen
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLV2000Writer.java
Expand Up @@ -89,6 +89,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
* @cdk.keyword file format, MDL molfile
*/
@TestClass("org.openscience.cdk.io.MDLV2000WriterTest")
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MDLV3000Reader.java
Expand Up @@ -60,6 +60,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@users.sf.net>
* @cdk.created 2006
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/MoSSOutputReader.java
Expand Up @@ -58,6 +58,7 @@
*
* @cdk.module smiles
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword MoSS
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/Mol2Reader.java
Expand Up @@ -61,6 +61,7 @@
* @author Egon Willighagen
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
* @cdk.created 2003-08-21
* @cdk.keyword file format, Mol2
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/Mol2Writer.java
Expand Up @@ -49,6 +49,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PCCompoundASNReader.java
Expand Up @@ -57,6 +57,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, PubChem Compound ASN
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PCCompoundXMLReader.java
Expand Up @@ -49,6 +49,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, PubChem Compound XML
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PCSubstanceXMLReader.java
Expand Up @@ -49,6 +49,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, PubChem Compound ASN
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PDBReader.java
Expand Up @@ -77,6 +77,7 @@
*
* @cdk.module pdb
* @cdk.githash
* @cdk.iooptions
*
* @author Edgar Luttmann
* @author Bradley Smith <bradley@baysmith.com>
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PDBWriter.java
Expand Up @@ -62,6 +62,7 @@
*
* @author Gilleain Torrance <gilleain.torrance@gmail.com>
* @cdk.module io
* @cdk.iooptions
* @cdk.githash
*/
@TestClass("org.openscience.cdk.io.PDBWriterTest")
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/PMPReader.java
Expand Up @@ -65,6 +65,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, Polymorph Predictor (tm)
*
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/RGroupQueryReader.java
Expand Up @@ -66,6 +66,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword Rgroup
* @cdk.keyword R group
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/RGroupQueryWriter.java
Expand Up @@ -57,6 +57,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
* @cdk.keyword Rgroup
* @cdk.keyword R group
* @cdk.keyword R-group
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/RssWriter.java
Expand Up @@ -48,6 +48,7 @@
*
* @cdk.module libiocml
* @cdk.githash
* @cdk.iooptions
* @cdk.builddepends xom-1.0.jar
*
* @author Stefan Kuhn
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/SDFWriter.java
Expand Up @@ -62,6 +62,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
* @cdk.keyword file format, MDL SD file
*/
@TestClass("org.openscience.cdk.io.SDFWriterTest")
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/SMILESReader.java
Expand Up @@ -66,6 +66,7 @@
*
* @cdk.module smiles
* @cdk.githash
* @cdk.iooptions
* @cdk.keyword file format, SMILES
*
* @see org.openscience.cdk.io.iterator.IteratingSMILESReader
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/SMILESWriter.java
Expand Up @@ -55,6 +55,7 @@
*
* @cdk.module smiles
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, SMILES
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/ShelXReader.java
Expand Up @@ -66,6 +66,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, ShelXL
* @author E.L. Willighagen
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/ShelXWriter.java
Expand Up @@ -55,6 +55,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen
*
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/VASPReader.java
Expand Up @@ -57,6 +57,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*
* @author Fabian Dortu <Fabian.Dortu@wanadoo.be>
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/XYZReader.java
Expand Up @@ -61,6 +61,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, XYZ
*/
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/XYZWriter.java
Expand Up @@ -48,6 +48,7 @@
/**
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Bradley A. Smith <bradley@baysmith.com>
* @author J. Daniel Gezelter
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/ZMatrixReader.java
Expand Up @@ -48,6 +48,7 @@
*
* @cdk.module extra
* @cdk.githash
* @cdk.iooptions
*
* @cdk.keyword file format, Z-matrix
*/
Expand Down
Expand Up @@ -85,6 +85,7 @@
*
* @cdk.keyword file format, MDL molfile
* @cdk.keyword file format, SDF
* @cdk.iooptions
*/
public class IteratingMDLReader extends DefaultIteratingChemObjectReader<IAtomContainer>
implements IChemObjectIOListener {
Expand Down
Expand Up @@ -49,6 +49,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @see org.openscience.cdk.io.PCCompoundASNReader
*
Expand Down
Expand Up @@ -47,6 +47,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @see org.openscience.cdk.io.PCCompoundASNReader
*
Expand Down
Expand Up @@ -47,6 +47,7 @@
*
* @cdk.module io
* @cdk.githash
* @cdk.iooptions
*
* @author Egon Willighagen <egonw@users.sf.net>
* @cdk.created 2008-05-05
Expand Down
Expand Up @@ -57,6 +57,7 @@
*
* @cdk.module smiles
* @cdk.githash
* @cdk.iooptions
*
* @see org.openscience.cdk.io.SMILESReader
*
Expand Down

0 comments on commit 086b8c8

Please sign in to comment.