Page MenuHomePhabricator

MITKPluginGenerator seems to create errorneous Manual.dox file
Closed, DuplicatePublic

Description

After generation of a new plugin and adding it to the plugin directory of MITK, the generated index.qhp file results in an error where the opening and ending tag mismatches.

Critical code section:

  <section title="Myplugin" ref="index.html">
    <section title="MypluginOverview" ref="index.html#MypluginOverview" />
  </section>
</section>