MuseScore/manual
2012-07-25 11:49:34 +02:00
..
CMakeLists.txt add manual generator for plugins 2012-07-11 21:29:42 +02:00
genManual.cpp More plugin bindings 2012-07-25 11:49:34 +02:00
README more plugin bindings 2012-07-16 19:59:32 +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
      @P propertyName propertyType propertyDescription

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