[Doxygen-users] · and   cause an error
Brought to you by:
dimitri
From: Arthur S. <asc...@at...> - 2014-10-07 18:33:14
|
search = ∑<sub>k = 2 ·· n</sub>  <sub>n</sub><b>C</b><sub>k<sub> Causes warnings I'm trying to generate a mathematical statement (sum(k = 2 .. n) immediately followed by the combinatoric statement, nCk and get doxygen warnings. The HTML output looks ok in a browser. Is there any way of suppressing the warnings? All of the messages are bogus and all are the result of: * <li>If |<b>P</b>| = 1 is unsuccessful, then try each combination of positions * attempting to find a solution. If k = the size of the |<b>P</b>| then * the maximum number of searches to find a partition is * search = ∑<sub>k = 2 ·· n</sub> *  <sub>n</sub><b>C</b><sub>k<sub>. * </li> ===== warnings ===== C:/home/skidmarks/Projects/MPHASH/mphash/StringPartition.h:448: warning: end of comment block while expecting command </subscript> C:/home/skidmarks/Projects/MPHASH/mphash/StringPartition.h:448: warning: end of comment block while expecting command </subscript> C:/home/skidmarks/Projects/MPHASH/mphash/StringPartition.h:868: warning: end of comment block while expecting command </subscript> C:/home/skidmarks/Projects/MPHASH/mphash/StringPartition.h:868: warning: end of comment block while expecting command </subscript> error: perl: non supported HTML-entity found: · error: perl: non supported HTML-entity found: · error: perl: non supported HTML-entity found:   |