Skip to content

Commit cde3e99

Browse files
committed
Add anchor ids to startOperation/endOperation docs
1 parent 6cad72f commit cde3e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,8 +2048,8 @@ <h3 id="api_misc">Miscellaneous methods</h3>
20482048
lot faster. The return value from this method will be the return
20492049
value of your function.</dd>
20502050

2051-
<dt><code><strong>cm.startOperation</strong>()</code></dt>
2052-
<dt><code><strong>cm.endOperation</strong>()</code></dt>
2051+
<dt id="startOperation"><code><strong>cm.startOperation</strong>()</code></dt>
2052+
<dt id="endOperation"><code><strong>cm.endOperation</strong>()</code></dt>
20532053
<dd>In normal circumstances, use the above <code>operation</code>
20542054
method. But if you want to buffer operations happening asynchronously,
20552055
or that can't all be wrapped in a callback function, you can

0 commit comments

Comments
 (0)