Skip to content

Commit

Permalink
JavaDoc fixes: correct @cdk.cite use, and small typo
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw committed Sep 7, 2010
1 parent 3e1aba0 commit d097acf
Showing 1 changed file with 3 additions and 8 deletions.
@@ -1,9 +1,4 @@
/* $RCSfile: $
* $Author$
* $Date$
* $Revision$
*
* Copyright (C) 2007 Todd Martin (Environmental Protection Agency) <Martin.Todd@epamail.epa.gov>
/* Copyright (C) 2007 Todd Martin (Environmental Protection Agency) <Martin.Todd@epamail.epa.gov>
* Copyright (C) 2007 Nikolay Kochev <nick@argon.acad.bg>
*
* Contact: cdk-devel@lists.sourceforge.net
Expand Down Expand Up @@ -53,7 +48,7 @@

/**
* This class calculates ALOGP (Ghose-Crippen LogKow) and the
* Ghose-Crippen molar refractivity @cdk.cite{GHOSE1986} @cdk.cite{GHOSE1987}.
* Ghose-Crippen molar refractivity {@cdk.cite GHOSE1986,GHOSE1987}.
*
* <b>Note</b> The code assumes that aromaticity has been detected before
* evaluating this descriptor. The code also expects that the molecule
Expand All @@ -63,7 +58,7 @@
*
* <p>TODO: what should sub return if have missing fragment?
* Just report sum for other fragments? Or report as -9999 and
* then dont use descriptor if have this value for any
* then do not use descriptor if have this value for any
* chemicals in cluster?
*
* <p>This descriptor uses these parameters:
Expand Down

0 comments on commit d097acf

Please sign in to comment.