Skip to content

Commit

Permalink
Merge pull request #232 from egonw/patch/isotopeJavaDoc
Browse files Browse the repository at this point in the history
Extended the JavaDoc to point to the data source (closes #1381)
  • Loading branch information
johnmay committed Aug 18, 2016
2 parents cf622a4 + 2845a56 commit 39ffc88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
import org.openscience.cdk.tools.periodictable.PeriodicTable;

/**
* Used to store and return data of a particular isotope.
* Used to store and return data of a particular isotope. The classes
* {@link Isotopes} extends this class and is to be used to get isotope
* information.
*
* @cdk.module core
* @cdk.githash
Expand Down
12 changes: 9 additions & 3 deletions base/core/src/main/java/org/openscience/cdk/config/Isotopes.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright (C) 2001-2007 Christoph Steinbeck <steinbeck@users.sf.net>
* 2013 Egon Willighagen <egonw@users.sf.net>
* 2013,2016 Egon Willighagen <egonw@users.sf.net>
*
* Contact: cdk-devel@lists.sourceforge.net
*
Expand Down Expand Up @@ -36,8 +36,14 @@
import org.openscience.cdk.tools.periodictable.PeriodicTable;

/**
* List of isotopes. Data is taken from the Blue Obelisk Data Repository,
* version 10.
* List of isotopes. Data is taken from the <a href="https://github.com/egonw/bodr">Blue Obelisk Data Repository</a>,
* <a href="https://github.com/egonw/bodr/releases/tag/BODR-10">version 10</a> {@cdk.cite BODR10}.
* The data set is described in the first Blue Obelisk paper {@cdk.cite Guha2006}.
*
* <p>The <code>isotopes.dat</code> file that is used by this class is a binary class
* of this data, improving loading times over the BODR XML representation. It is created
* from the original BODR files using tools from the <code>cdk-build-util</code>
* repository.
*
* @author egonw
* @cdk.module core
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
<tagletArtifact>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-build-utils</artifactId>
<version>1.0.2.4</version>
<version>1.0.2.5</version>
</tagletArtifact>
</configuration>
<executions>
Expand Down

0 comments on commit 39ffc88

Please sign in to comment.