File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<div class =" container" >
61
61
62
- <div class =" page-header" >
62
+ <div class =" row page-header" >
63
+
64
+ <div class =" pull-right col-md-3" >
63
65
64
- <div class =" pull-right" >
65
66
<div >
66
67
<label >
67
68
<input type =" checkbox" name =" toggle-code" class =" toggle-code-blocks" >
74
75
Toggle Private Methods/Function
75
76
</label >
76
77
</div >
78
+
77
79
</div >
78
80
79
- <h1 >{{ title }} {{ #if description }} <small >{{ description }} </small >{{ /if }} </h1 >
81
+ <div class =" col-md-9" >
82
+
83
+ <h1 >{{ title }} {{ #if description }} <small >{{ description }} </small >{{ /if }} </h1 >
84
+
85
+ </div >
80
86
81
87
</div >
82
88
120
126
121
127
<h2 id =" {{ formatId ctx.string }} " >
122
128
<a href =" #{{ formatId ctx.string }} " class =" permalink" >#</a > {{ formatName ctx.string }}
129
+ {{ #if isPrivate }}
130
+ <small >private method</small >
131
+ {{ /if }}
123
132
</h2 >
124
133
125
134
{{{ description.summary }}}
Original file line number Diff line number Diff line change 8
8
9
9
{{ registerContext this }}
10
10
11
- ##{{ formatName ctx.string }}
11
+ ##{{ formatName ctx.string }} {{ #if isPrivate }} < small >< i >private method< i ></ small > {{ /if }}
12
12
{{{ description.summary }}}
13
13
14
14
{{ #each tags }}{{ #ifCond type " param" }}
20
20
###Parameters
21
21
22
22
{{ #each tags }}{{ #ifCond type " param" }}
23
- - **{{ name }} ** {{ #each types }} `{{ . }} `{{ /each }} {{ #if optional }} _Optional_{{ /if }} {{{ description }}}
23
+ - **{{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if optional }} _Optional_{{ /if }} {{{ description }}}
24
24
{{ /ifCond }}{{ /each }}
25
25
26
26
{{ /if }}
34
34
###Properties
35
35
36
36
{{ #each tags }}{{ #ifCond type " property" }}
37
- - **{{ name }} ** {{ #each types }} `{{ . }} `{{ /each }} {{ #if optional }} _Optional_{{ /if }} {{{ description }}}
37
+ - **{{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if optional }} _Optional_{{ /if }} {{{ description }}}
38
38
{{ /ifCond }}{{ /each }}
39
39
40
40
{{ /if }}
You can’t perform that action at this time.
0 commit comments