Minor documentation change

This commit is contained in:
Saul Johnson
2017-08-27 19:18:32 +01:00
parent 78f8f621a0
commit dd9925adb9
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ use \GuzzleHttp\Client;
class CactusSmilesConverter extends SmilesConverter
{
/**
* Initializes a new instance of a conversion service between compound names and SMILES strings.
* Initializes a new instance of a conversion service between compound names and SMILES strings that uses a
* dedicated lookup service.
*
* @param Database $db the database in which to cache lookup results
* @param SmilesConverter $fallback the conversion service to fall back to in case of error
+2 -1
View File
@@ -16,7 +16,8 @@ use pQuery;
class WikipediaSmilesConverter extends SmilesConverter
{
/**
* Initializes a new instance of a conversion service between compound names and SMILES strings.
* Initializes a new instance of a conversion service between compound names and SMILES strings that scrapes SMILES
* strings from Wikipedia.
*
* @param Database $db the database in which to cache lookup results
* @param SmilesConverter $fallback the conversion service to fall back to in case of error