Theo Buys - 2014-10-15

"C:\Program Files (x86)\HTML Help Workshop\hhc.exe" .\html\index.hhp
Microsoft HTML Help Compiler 4.74.8702

Compiling d:\Projects\L2014__handbook__\L2014Doc.chm

I see a lot of HHC3004 Warnings like this:

HHC3004: Warning: WordParser_8h_source.html : The HTML tag "= nVoice and 0 <= nMorphem)...</div" is not a valid HTML tag (it does not begin with an alphanumeric character).

Extracted code from WordParser_8h_source.html generated by doxygen 1.8.8:

<div class="ttc" id="classCWordParser_html_aa525fad245d553f7ba7c0cdfb1b64548">
<div class="ttname"><a href="classCWordParser.html#aa525fad245d553f7ba7c0cdfb1b64548">CWordParser::GetMorphemResourceId</a></div>
<div class="ttdeci">UINT GetMorphemResourceId(int nMorphem, int nVoice)</div>
<div class="ttdoc">Returns the resource-id of a voice in a morphemic from the word, (0 <= nVoice and 0 <= nMorphem)...</div>
<div class="ttdef"><b>Definition:</b> <a href="WordParser_8cpp_source.html#l00386">WordParser.cpp:386</a></div>
</div>

Extracted C++ code from WordParser.h:

/// Returns the resource-id of a voice in a morphemic from the word, 
/// (0 <= nVoice and 0 <= nMorphem).
UINT GetMorphemResourceId(int nMorphem, int nVoice);