MuseScore/manual
Joachim Schmitz 356a7c85dd Simplify texts in various dialogs, for translators' benefit
by eliminating html stuff from the to be translated texts.
Move urls out of translations, which is also good for security
reasons, to protect us from bogus and malicous translations.
Some formatting changes and getting some error messages to stderr.
Updating copyright to 2016 in the due course.
2016-03-25 09:06:56 +01:00
..
CMakeLists.txt fix indenting 2014-07-21 20:49:32 +10:00
genManual.cpp Simplify texts in various dialogs, for translators' benefit 2016-03-25 09:06:56 +01: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