20 lines
426 B
Text
20 lines
426 B
Text
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
|
|
|
|
|
|
|