843e3353f8
Improved Help - added a very basic guide and external links. Very simple autoindent implemented in editor - new lines line up with previous lines "New" includes placeholders for description and version. Refresh button on PluginManager forces modifications to be picked up Make plugins stay on top while using Run Indenting and layout tweaks, removed blank line. More indenting/layout stuff. ... yet more layout fixes... Push to retrigger travis-ci |
||
---|---|---|
.. | ||
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