Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Mar 16, 2018
1 parent dc4cc12 commit 89583af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
import org.openscience.cdk.interfaces.IAtom;

/**
* Defines the ability to be matched against {@link IAtom}'s. Most prominent application
* is in isomorphism and substructure matching in the {@link org.openscience.cdk.isomorphism.UniversalIsomorphismTester}.
* Defines the ability to be matched against {@link IAtom}'s.
*
* @cdk.module interfaces
* @cdk.githash
* @see org.openscience.cdk.isomorphism.UniversalIsomorphismTester
* @see org.openscience.cdk.isomorphism.Pattern
*/
public interface IQueryAtom extends IAtom {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
import org.openscience.cdk.interfaces.IBond;

/**
* Defines the abililty to be matched against IBond's. Most prominent application
* is in isomorphism and substructure matching in the UniversalIsomorphismTester.
* Defines the abililty to be matched against IBond's.
*
* @cdk.module interfaces
* @cdk.githash
* @see org.openscience.cdk.isomorphism.UniversalIsomorphismTester
* @see org.openscience.cdk.isomorphism.Pattern
*/
public interface IQueryBond extends IBond {

Expand Down

0 comments on commit 89583af

Please sign in to comment.