MuseScore/manual
2014-05-21 14:11:40 +02:00
..
CMakeLists.txt fix genManual dependency 2014-05-21 14:11:40 +02:00
genManual.cpp improve plugin documentation generation 2014-05-16 15:59:36 +02:00
manual.css Plugin manual - Added CSS, improved HTML format 2014-01-24 16:30:18 +01:00
mscore.png Plugin manual - Added CSS, improved HTML format 2014-01-24 16:30:18 +01:00
README update README for plugin manual creation 2012-07-25 12:27:11 +02:00

This program creates the manual pages for the plugin
framework from the sources.

It reads in several header files and writes the output
to mscore/share/manual/plugins/.


Understood annotations in the source:

      //@ object description
      @@ ObjectName
      /// object description
      @P propertyName propertyType propertyDescription

      //@ methodDescription
      //@ ...
      Q_INVOKABLE methodDeclaration