It appears that FPDoc Version 2.6.4 [2015/08/14] doesn't support the "otherwise" clause in Pascal "case" statements (though the compiler supports "otherwise" just fine.) I'm a self-starter, and I'd be motivated to patch FPDoc myself, if it's under active development.
program_brand_new.pas Lines 296-303 (from Richard Dawkins' Blind Watchmaker: Arthromorphs)
case (GetWRefCon(whichWindow)) of{Do the appropiate window}
<pre>
2:
DrawGrowIcon(whichWindow);{Draw the Grow box}
otherwise{Handle others }
begin{Others}
end;{End of the else}
end;{End of the case}
</pre>
The error message returned is:
program_brand_new.pas(300,18): Expected "," at token "begin" in file program_brand_new.pas at line 300 column 18
<br/><hr align="left" width="300" />
View this message in context: <a href="http://free-pascal-lazarus.989080.n3.nabble.com/fpcdoc-2-6-4-does-not-parse-otherwise-clause-of-case-statement-though-the-compiler-does-tp4045058.html">fpcdoc 2.6.4 does not parse "otherwise" clause of "case" statement (though the compiler does.)</a><br/>
Sent from the <a href="http://free-pascal-lazarus.989080.n3.nabble.com/">Free Pascal - Lazarus mailing list archive</a> at Nabble.com.<br/>