summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-07-29 16:15:55 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-07-29 16:15:55 +0200
commite6726c6f92c3217ca4d5dbcd3b73b0d3a2fb8a9a (patch)
tree49f36ab219f924abc6f983fcd70d900dafd1cb30 /doc
parentb4f5b78550f10531fc9b5fc04e1a77327908b580 (diff)
downloadefl-e6726c6f92c3217ca4d5dbcd3b73b0d3a2fb8a9a.tar.gz
docfx: Missing template file
Otherwise, <remarks> section DIV at the namespace level is always shown, even if empty. And we do not want that now that the DIV has a background color.
Diffstat (limited to 'doc')
-rw-r--r--doc/docfx/default_efl/partials/namespace.tmpl.partial15
1 files changed, 15 insertions, 0 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}}