With a simple syntax error in the name of a slice definition versus a declaration, slice2html aborts. It took me a while to figure out what was going wrong because I had a file with about 30 classes and interfaces.
module Test
{
interface IAbort;
interface Abort
{
};
};

Reply With Quote