MuseScore/manual
2013-02-15 14:50:03 +01:00
..
CMakeLists.txt port to qt5 2013-02-15 14:50:03 +01:00
genManual.cpp build fixes for plugin manual 2012-08-08 11:16:55 +02: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