From 0726e8827f158b4fbe53db46221e857748564d5e Mon Sep 17 00:00:00 2001
From: David Reid
Date: Sat, 12 Feb 2022 19:51:50 +1000
Subject: [PATCH] Update documentation.
---
docs/manual/index.html | 18 ------------------
1 file changed, 18 deletions(-)
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.
- |
-