Output structure, behavior, and statemachine comments in generated doc
Add the following comment blocks to the generated doc output:
ActorClass a {
  Interface {}
  /**
   * Structure documentation
   */
  Structure {}
  /**
   * Behavior documentation
   */
  Behavior {
    /**
     * StateMachine documentation
     */
    StateMachine {}
  }
}