mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
doc: fix -Wdocumentation-html (#7721)
#7525 Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ class RDKIT_FINGERPRINTS_EXPORT MHFPEncoder {
|
||||
each atom. Default: <tt>3</tt>.
|
||||
\param rings whether the rings (SSSR) are extrected from the molecule and
|
||||
added to the shingling. Given the molecule
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, "<tt>C1CCCCCC1"</tt> would be added
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, <tt>"C1CCCCCC1"</tt> would be added
|
||||
to the shingling. Default: <tt>true</tt>.
|
||||
\param isomeric whether the SMILES added to the shingling are isomeric.
|
||||
Default: <tt>false</tt>.
|
||||
@@ -138,7 +138,7 @@ class RDKIT_FINGERPRINTS_EXPORT MHFPEncoder {
|
||||
each atom. Default: <tt>3</tt>.
|
||||
\param rings whether the rings (SSSR) are extrected from the molecule and
|
||||
added to the shingling. Given the molecule
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, "<tt>C1CCCCCC1"</tt> would be added
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, <tt>"C1CCCCCC1"</tt> would be added
|
||||
to the shingling. Default: <tt>true</tt>.
|
||||
\param isomeric whether the SMILES added to the shingling are isomeric.
|
||||
Default: <tt>false</tt>.
|
||||
@@ -188,7 +188,7 @@ class RDKIT_FINGERPRINTS_EXPORT MHFPEncoder {
|
||||
each atom. Default: <tt>3</tt>.
|
||||
\param rings whether the rings (SSSR) are extrected from the molecule and
|
||||
added to the shingling. Given the molecule
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, "<tt>C1CCCCCC1"</tt> would be added
|
||||
<tt>"C1CCCCCC1C(=O)C"</tt>, <tt>"C1CCCCCC1"</tt> would be added
|
||||
to the shingling. Default: <tt>true</tt>.
|
||||
\param isomeric whether the SMILES added to the shingling are isomeric.
|
||||
Default: <tt>false</tt>.
|
||||
|
||||
@@ -140,7 +140,7 @@ void _covertCovMatToQuad(const double covMat[3][3],
|
||||
\param eigenVecs storage for eigen vectors
|
||||
\param maxIter max number of iterations
|
||||
|
||||
<b>Reference:<\b>
|
||||
<b>Reference:</b>
|
||||
This is essentailly a copy of the jacobi routine taken from the program
|
||||
quatfit.c available from the Computational Chemistry Archives.
|
||||
http://www.ccl.net/cca/software/SOURCES/C/quaternion-mol-fit/index.shtml
|
||||
|
||||
@@ -172,7 +172,7 @@ class RDKIT_RDGENERAL_EXPORT Dict {
|
||||
\param what the key to lookup
|
||||
\param res a reference used to return the result
|
||||
|
||||
<B>Notes:</b>
|
||||
<b>Notes:</b>
|
||||
- If \c res is a \c std::string, every effort will be made
|
||||
to convert the specified element to a string using the
|
||||
\c boost::lexical_cast machinery.
|
||||
@@ -213,7 +213,7 @@ class RDKIT_RDGENERAL_EXPORT Dict {
|
||||
\param what the key to lookup
|
||||
\param res a reference used to return the result
|
||||
|
||||
<B>Notes:</b>
|
||||
<b>Notes:</b>
|
||||
- If \c res is a \c std::string, every effort will be made
|
||||
to convert the specified element to a string using the
|
||||
\c boost::lexical_cast machinery.
|
||||
|
||||
Reference in New Issue
Block a user