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.
This commit is contained in:
Xavi Artigas 2019-03-01 16:45:27 +01:00
parent f591a7aeab
commit 8fc4e94877
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
apiRules:
- exclude:
uidRegex: ^.*NativeInherit
- include:
uidRegex: ^Efl
- include: