Archived

This forum has been archived. Please start a new discussion on GitHub.

slice2html v3.2.0 aborts

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
{

};

};

Comments

  • matthew
    matthew NL, Canada
    Thanks for the bug report - we'll fix this bug for the next release. Note that this is not an invalid slice file.