diff --git a/docs/manual/index.html b/docs/manual/index.html index 7d11d4b4..368b182e 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -1486,24 +1486,6 @@ MA_API
Controls how public APIs should be decorated. Default is extern. --MA_DLL - -
-- - -
--If set, configures MA_API to either import or export APIs -depending on whether or not the implementation is being defined. -If defining the implementation, MA_API will be configured to -export. Otherwise it will be configured to import. This has no -effect if MA_API is defined externally.
-