MuseScore/manual
Jonathan Klein 356b124e2b Make XCode generator add headers to project
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.

The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).

I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.

According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
..
CMakeLists.txt Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
genManual.cpp build fixes for plugin manual 2012-08-08 11:16:55 +02: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