From 8fc4e948778f795229cedb64c181e6e388131bc1 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 1 Mar 2019 16:45:27 +0100 Subject: docfx: Exclude *NativeInherit classes from docs These classes need to be public so new user-created classes can inherit from them, but they have the same content as the regular classes. Therefore there is no need to pollute the documentation with duplicated elements. --- doc/docfx/filterConfig.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/docfx/filterConfig.yml b/doc/docfx/filterConfig.yml index 3fe441259a..053426e157 100644 --- a/doc/docfx/filterConfig.yml +++ b/doc/docfx/filterConfig.yml @@ -1,4 +1,6 @@ apiRules: +- exclude: + uidRegex: ^.*NativeInherit - include: uidRegex: ^Efl - include: -- cgit v1.2.1