File tree 2 files changed +35
-0
lines changed
share/mrdocs/addons/generator/html/partials
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {{> template-head symbol.template }}
2
+
3
+ concept {{> declarator-id symbol }} = {{ symbol.constraint }}
Original file line number Diff line number Diff line change
1
+ {{!-- concept --}}
2
+ <div id =" {{ symbol.id }} " >
3
+ <div >
4
+ <h2 >{{> nested-name-specifier symbol =symbol.parent includeNamespace =true }}{{ symbol.name }} </h2 >
5
+ {{ symbol.doc.brief }}
6
+ </div >
7
+ <div >
8
+ <h3 >Synopsis</h3 >
9
+ <div >
10
+ <code >
11
+ {{> source dcl = (primary_location symbol )}}
12
+ </code >
13
+ </div >
14
+ <pre class =" source-code cpp" >
15
+ {{> signature/concept symbol =symbol }} ;
16
+ </pre >
17
+ </div >
18
+ {{ #if symbol.doc.description }}
19
+ <div >
20
+ <h3 >Description</h3 >
21
+ {{ symbol.doc.description }}
22
+ </div >
23
+ {{ /if }}
24
+ {{ #if symbol.doc.see }}
25
+ <div >
26
+ <h3 >See Also</h3 >
27
+ {{ #each symbol.doc.see }}
28
+ <p >{{ . }} </p >
29
+ {{ /each }}
30
+ </div >
31
+ {{ /if }}
32
+ </div >
You can’t perform that action at this time.
0 commit comments