MuseScore/manual
mirabilos 698fa1e52d
remove getopt call from genManual
Its only use was to show a version (has been “0.1” for six years),
plus MSVC doesn’t have getopt, and the external library was under
an incompatible licence (LGPLv3 does not mix with GPLv2-only).
2018-09-06 15:31:22 +02:00
..
CMakeLists.txt remove getopt call from genManual 2018-09-06 15:31:22 +02:00
genManual.cpp remove getopt call from genManual 2018-09-06 15:31:22 +02: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