698fa1e52d
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). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
genManual.cpp | ||
mscore.png | ||
README |
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