summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2019-07-30 16:04:32 +0900
committerHermet Park <hermetpark@gmail.com>2019-07-30 16:04:32 +0900
commitbe23f9bc8d2d977a2b8d4745f60d29eabfc480db (patch)
tree281e456a30fa66259532d6626a3cfa9be098ece3 /doc
parentc015b9d92c95df8a0d31592593db184b0c0d6eb7 (diff)
parent895ffd93cc5d9e183420bbedb86ec92f5c7e5369 (diff)
downloadefl-be23f9bc8d2d977a2b8d4745f60d29eabfc480db.tar.gz
Merge branch 'master' into devs/hermet/lottie
Diffstat (limited to 'doc')
-rw-r--r--doc/docfx/default_efl/partials/namespace.tmpl.partial15
-rw-r--r--doc/docfx/filterConfig.yml2
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/docfx/default_efl/partials/namespace.tmpl.partial b/doc/docfx/default_efl/partials/namespace.tmpl.partial
new file mode 100644
index 0000000000..9da6b786fd
--- /dev/null
+++ b/doc/docfx/default_efl/partials/namespace.tmpl.partial
@@ -0,0 +1,15 @@
+{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
+
+<h1 id="{{id}}" data-uid="{{uid}}" class="text-break">{{>partials/title}}</h1>
+<div class="markdown level0 summary">{{{summary}}}</div>
+<div class="markdown level0 conceptual">{{{conceptual}}}</div>
+{{#remarks}}
+<div class="markdown level0 remarks">{{{remarks}}}</div>
+{{/remarks}}
+{{#children}}
+ <h3 id="{{id}}">{{>partials/namespaceSubtitle}}</h3>
+ {{#children}}
+ <h4><xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/></h4>
+ <section>{{{summary}}}</section>
+ {{/children}}
+{{/children}}
diff --git a/doc/docfx/filterConfig.yml b/doc/docfx/filterConfig.yml
index 616c03fb87..e03726ce9c 100644
--- a/doc/docfx/filterConfig.yml
+++ b/doc/docfx/filterConfig.yml
@@ -4,7 +4,7 @@ apiRules:
- exclude:
uidRegex: ^.*NativeStruct$
- exclude:
- uidRegex: ^.*ConstructingHandle.*$
+ uidRegex: ^.*NativeClass$
- exclude:
uidRegex: ^.*WrappingHandle.*$
- exclude: