From 0e9cbfc7b9bbaba86447a2ac80cf3c8da31d4233 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 1 Sep 2022 20:58:05 -0600 Subject: [PATCH] Remove doc saying the namespace can be customized Fixes doc bug reported in #683 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c0369382..aa2a6777 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Multiple files perhaps makes the most sense in a Shared Project scenario where s Several aspects of the generated code can be customized, including: * The name of the class(es) that declare p/invoke methods -* The namespace that declares all interop types * Whether to emit interop types as `public` or `internal` * Whether to emit ANSI functions as well where Wide character functions also exist * Set `PreserveSig` for COM interfaces or individual members