Skip to content

Commit

Permalink
doc: fix -Wdocumentation-html (rdkit#7721)
Browse files Browse the repository at this point in the history
rdkit#7525

Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
  • Loading branch information
e-kwsm and e-kwsm authored Aug 16, 2024
1 parent 62e3b98 commit b340eb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Code/GraphMol/Fingerprints/MHFP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand Down Expand Up @@ -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>.
Expand Down Expand Up @@ -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>.
Expand Down
2 changes: 1 addition & 1 deletion Code/Numerics/Alignment/AlignPoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Code/RDGeneral/Dict.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b340eb9

Please sign in to comment.