Skip to content

Commit 1c18cd6

Browse files
committed
Use @cdk.cite for the reference
1 parent 51387fa commit 1c18cd6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/CircularFingerprinter.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@
7878
* <p>For the FCFP class of fingerprints, atom typing is done using a scheme similar to that described by
7979
* Green et al {@cdk.cite Green1994}.</p>
8080
*
81-
* <p>The fingerprints and their uses have been described in the literature: A.M. Clark, M. Sarker, E. Ekins,
82-
* "New target prediction and visualization tools incorporating open source molecular fingerprints for TB Mobile 2.0",
83-
* Journal of Cheminformatics, 6:38 (2014).</p>
84-
*
85-
* <a href="http://www.jcheminf.com/content/6/1/38">http://www.jcheminf.com/content/6/1/38</a>
81+
* <p>The fingerprints and their uses have been described in Clark et al. {@cdk.cite Clark2014}.
8682
*
8783
* @author am.clark
8884
* @cdk.created 2014-01-01

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
<tagletArtifact>
596596
<groupId>org.openscience.cdk</groupId>
597597
<artifactId>cdk-build-utils</artifactId>
598-
<version>1.0.2.6</version>
598+
<version>1.0.2.7</version>
599599
</tagletArtifact>
600600
<failOnError>false</failOnError>
601601
<doctitle>Chemistry Development Kit ${project.version} API</doctitle>

0 commit comments

Comments
 (0)