zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=caa34004ddccf853c27a8f07334c2ce91c25b4db
commit caa34004ddccf853c27a8f07334c2ce91c25b4db Author: Xavi Artigas <[email protected]> Date: Tue Apr 23 12:17:11 2019 +0200 mono-docs: Update DocFX blacklist NativeInherit sibling classes have been replaced by NativeMethods internal classes. --- doc/docfx/filterConfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docfx/filterConfig.yml b/doc/docfx/filterConfig.yml index d6ddf9d5b4..87d52fac80 100644 --- a/doc/docfx/filterConfig.yml +++ b/doc/docfx/filterConfig.yml @@ -1,6 +1,6 @@ apiRules: - exclude: - uidRegex: ^.*NativeInherit$ + uidRegex: ^.*NativeMethods$ - exclude: uidRegex: ^.*NativeStruct$ - include: --
