xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8fc4e948778f795229cedb64c181e6e388131bc1
commit 8fc4e948778f795229cedb64c181e6e388131bc1 Author: Xavi Artigas <[email protected]> Date: Fri Mar 1 16:45:27 2019 +0100 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(+) 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: --
