There seems to be a bug in raw formatting. When an item's body ends with a raw formatted line, I get the following error:
-------------------------------------------------------------------------------------
Assertion failed: indent >= 0, file analyser.c, line 924
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
-------------------------------------------------------------------------------------
Here is the input that causes the error:
/****c* foo/bar
*
* NAME
* |html foo
*
* DESCRIPTION
*
*****
*/
As soon as there is an additional line in the item's body, and therefore raw formatting is not at the end of the section, everything works fine.
E.g. using:
/****c* foo/bar
*
* NAME
* |html foo
* bar
*
* DESCRIPTION
*
*****
*/