Lando Nachtmann - 2013-03-07

Hello,

I have a mostly "pure" C++ project, but a small sub-module is written in C++/CLI (actually a wrapper to connect the native C++ library with the .NET world).
Now without the CPP_CLI_SUPPORT switch the documentation for the C++/CLI part is broken (naturally), but enabling it brakes documentation of the native C++ code (e.g. EXPORT_API macros which defines _declspec(…) gets interpreted wrongly then).
Is there are possibility to use the CPP_CLI_SUPPORT-enabled parser for only a selected group of files?