3adc1ea6ed
convert qDebug();abort() to qFatal() and if(cond) abort() to Q_ASSERT(!cond), esp. for the benefit of Windows, where it is impossible to set a breakpoint on the abort() Also modernizing mscoreMessageHandler() and making it more informative by adding file, line and function to the output. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
genManual.cpp | ||
manual.css | ||
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