summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-03-01 16:45:27 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-03-01 17:01:59 +0100
commit8fc4e948778f795229cedb64c181e6e388131bc1 (patch)
treec3ea45be5de004ea9f775640702637ecddbad1ea /doc
parentf591a7aeaba739ad19f44b640d18950e41578c7b (diff)
downloadefl-8fc4e948778f795229cedb64c181e6e388131bc1.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/docfx/filterConfig.yml2
1 files changed, 2 insertions, 0 deletions
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: