docbook-apps

bracket/indent style in classsynopsis

  • 1.  bracket/indent style in classsynopsis

    Posted 08-29-2007 13:58
    Hi All,

    Is anyone using classssynopsis to document C++ like classes, and has
    managed to change the bracket style from

    class {
    ...
    }

    to

    class
    {
    ...
    }

    Cheers
    Sam