Skip to content

Commit

Permalink
Added missing @cdk.githash tags
Browse files Browse the repository at this point in the history
Change-Id: Icc7fbc9e989cea067059d51f70c59b73b9664d5f
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed May 7, 2013
1 parent 8287030 commit c31d6b9
Show file tree
Hide file tree
Showing 60 changed files with 68 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/CDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* Helper class to provide general information about this CDK library.
*
* @cdk.module core
* @cdk.githash
*/
@TestClass("org.openscience.cdk.CDKTest")
public class CDK {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/ReactionScheme.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* @author miguelrojasch <miguelrojasch@yahoo.es>
* @cdk.module data
* @cdk.keyword reaction
* @cdk.githash
*/
public class ReactionScheme extends ReactionSet implements IReactionScheme{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* algorithm and write the resulting atom types using the Sybyl atom type scheme.
*
* @cdk.module atomtype
* @cdk.githash
*/
@TestClass("org.openscience.cdk.atomtype.mapper.AtomTypeMapperTest")
public class AtomTypeMapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @cdk.created 2008-104-31
* @cdk.module charges
* @cdk.keyword electronegativity
* @cdk.githash
*/
@TestClass("org.openscience.cdk.charges.ElectronegativityTest")
public class Electronegativity {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @cdk.created 2008-104-31
* @cdk.module charges
* @cdk.keyword electronegativity
* @cdk.githash
*/
@TestClass("org.openscience.cdk.charges.PiElectronegativityTest")
public class PiElectronegativity {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* @cdk.created 2008-104-31
* @cdk.module charges
* @cdk.keyword stabilization charge
* @cdk.githash
*/
@TestClass("org.openscience.cdk.charges.StabilizationChargesTest")
public class StabilizationCharges {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* @cdk.module smiles
* @cdk.keyword fingerprint
* @cdk.keyword hologram
* @cdk.githash
*/
@TestClass("org.openscience.cdk.fingerprint.LingoFingerprinterTest")
public class LingoFingerprinter implements IFingerprinter {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/AdductFormula.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.keyword molecular formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.AdductFormulaTest")
public class AdductFormula implements Iterable<IMolecularFormula>, IAdductFormula, Cloneable{
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/IsotopeContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @author Miguel Rojas Cherto
*
* @cdk.module formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.IsotopeContainerTest")
public class IsotopeContainer{
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/IsotopePattern.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @author Miguel Rojas Cherto
*
* @cdk.module formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.IsotopePatternTest")
public class IsotopePattern {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @author Miguel Rojas Cherto
*
* @cdk.module formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.IsotopePatternManipulatorTest")
public class IsotopePatternManipulator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @author Miguel Rojas Cherto
*
* @cdk.module formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.IsotopePatternSimilarityTest")
public class IsotopePatternSimilarity{
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/MolecularFormula.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.keyword molecular formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.MolecularFormulaTest")
public class MolecularFormula implements IMolecularFormula {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.keyword molecule, molecular formula
* @cdk.githash
* @see IRule
*/
@TestClass("org.openscience.cdk.formula.MolecularFormulaCheckerTest")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.keyword molecular formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.MolecularFormulaRangeTest")
public class MolecularFormulaRange implements Cloneable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.keyword molecular formula
* @cdk.githash
*/
@TestClass("org.openscience.cdk.formula.MolecularFormulaSetTest")
public class MolecularFormulaSet implements Iterable<IMolecularFormula>, IMolecularFormulaSet, Cloneable {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/rules/ChargeRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.githash
*/
public class ChargeRule implements IRule{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.githash
*/
public class ElementRule implements IRule{

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/rules/IRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.githash
*/
public interface IRule {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
* @cdk.module formula
* @author Miguel Rojas Cherto
* @cdk.created 2007-11-20
* @cdk.githash
*/
public class IsotopePatternRule implements IRule{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.githash
*/
public class MMElementRule implements IRule{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2008-06-11
* @cdk.githash
*/
public class NitrogenRule implements IRule{

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/formula/rules/RDBERule.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2008-06-11
* @cdk.githash
*/
public class RDBERule implements IRule{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* @cdk.module formula
* @author miguelrojasch
* @cdk.created 2007-11-20
* @cdk.githash
*/
public class ToleranceRangeRule implements IRule{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
*/
package org.openscience.cdk.graph.invariant.exception;


/**
* @cdk.githash
*/
public class BadMatrixFormatException extends Exception {

private static final long serialVersionUID = -4592379323522144603L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
*/
package org.openscience.cdk.graph.invariant.exception;


/**
* @cdk.githash
*/
public class IndexOutOfBoundsException extends Exception {

private static final long serialVersionUID = -1781128244202287777L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
*/
package org.openscience.cdk.graph.invariant.exception;


/**
* @cdk.githash
*/
public class MatrixNotInvertibleException extends Exception {

private static final long serialVersionUID = 8597172558566661068L;
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/io/cml/CustomSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*
* @author egonw
* @cdk.module libiocml
* @cdk.githash
*/
public class CustomSerializer extends Serializer {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/iupac/parser/NomParser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import java.util.*;
* @author Stephen Tomkinson
*
* @cdk.keyword IUPAC name
* @cdk.githash
*/
public class NomParser {
//private variables needed throughout the program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
* @cdk.created 2008-104-31
* @cdk.module qsaratomic
* @cdk.set qsar-descriptors
* @cdk.githash
* @see StabilizationCharges
*/
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.StabilizationPlusChargeDescriptorTest")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @cdk.module qsarmolecular
* @cdk.set qsar-descriptors
* @cdk.dictref qsar-descriptors:FMF
* @cdk.githash
* @see org.openscience.cdk.fragment.MurckoFragmenter
*/
@TestClass("org.openscience.cdk.qsar.descriptors.molecular.FMFDescriptorTest")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*
* @author Miguel Rojas
* @cdk.module reaction
* @cdk.githash
*/
public interface IReactionMechanism {

Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/reaction/ReactionChain.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
*
* @author miguelrojasch <miguelrojasch@yahoo.es>
* @cdk.module extra
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.ReactionChainTest")
public class ReactionChain extends ReactionSet{
Expand Down
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/reaction/ReactionEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @cdk.created 2008-02-01
* @cdk.module reaction
* @cdk.set reaction-types
*
* @cdk.githash
*/
@TestClass("org.openscience.cdk.reaction.ReactionEngineTest")
public class ReactionEngine{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.AdductionLPMechanismTest")
public class AdductionLPMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.AdductionPBMechanismTest")
public class AdductionPBMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.HeterolyticCleavageMechanismTest")
public class HeterolyticCleavageMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.HomolyticCleavageMechanismTest")
public class HomolyticCleavageMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.RadicalSiteIonizationMechanismTest")
public class RadicalSiteIonizationMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.RadicalSiteRearrangementMechanismTest")
public class RadicalSiteRearrangementMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.RearrangementChargeMechanismTest")
public class RearrangementChargeMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.RemovingSEofBMechanismTest")
public class RemovingSEofBMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.RemovingSEofNBMechanismTest")
public class RemovingSEofNBMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.SharingElectronMechanismTest")
public class SharingElectronMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @author miguelrojasch
* @cdk.created 2008-02-10
* @cdk.module reaction
*
* @cdk.githash
*/
@TestClass(value="org.openscience.cdk.reaction.mechanism.TautomerizationMechanismTest")
public class TautomerizationMechanism implements IReactionMechanism{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
* @cdk.created 2008-02-11
* @cdk.module reaction
* @cdk.set reaction-types
* @cdk.githash
*
* @see AdductionLPMechanism
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
* @cdk.created 2008-02-11
* @cdk.module reaction
* @cdk.set reaction-types
* @cdk.githash
*
* @see AdductionPBMechanism
**/
Expand Down

0 comments on commit c31d6b9

Please sign in to comment.