docfx: Exclude *NativeInherit classes from docs
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 1 Mar 2019 15:45:27 +0000 (16:45 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:37 +0000 (20:49 +0900)
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

index 3fe4412..053426e 100644 (file)
@@ -1,4 +1,6 @@
 apiRules:
+- exclude:
+    uidRegex: ^.*NativeInherit
 - include:
     uidRegex: ^Efl
 - include: