mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
Minor documentation change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user