Skip to content

Commit bbac580

Browse files
committed
Fix some missing whitespace around rst references in docs
1 parent 7cbb1df commit bbac580

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/in_application_api.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,14 @@ The other way is a closer integration, where your code will explicitly load up R
270270
.. cpp:function:: uint32_t GetNumCaptures()
271271

272272
This function returns the number of frame captures that have been made.
273-
:return: Returns the number of frame captures that have been made
273+
274+
:return: the number of frame captures that have been made
274275

275276
.. cpp:function:: uint32_t GetCapture(uint32_t idx, char *logfile, uint32_t *pathlength, uint64_t *timestamp)
276277

277278
This function returns the details of a particular frame capture, as specified by an index from 0 to :cpp:func:`GetNumCaptures` - 1.
278279

279-
:param uint32_t idx: specifies which capture to return the details of. Must be less than the return value of:cpp:func:`GetNumCaptures`.
280+
:param uint32_t idx: specifies which capture to return the details of. Must be less than the return value of :cpp:func:`GetNumCaptures`.
280281
:param char* logfile: is an optional parameter filled with the UTF-8 null-terminated path to the file. There must be enough space in the array to contain all characters including the null terminator. If set to NULL, nothing is written.
281282
:param uint32_t* pathlength: is an optional parameter filled with the byte length of the above `logfile` including the null-terminator. If set to NULL, nothing is written.
282283
:param uint64_t* timestamp: is an optional parameter filled with the 64-bit timestamp of the file - equivalent to the `time()` system call. If set to NULL, nothing is written.

0 commit comments

Comments
 (0)