Fixed documentation
Signed-off-by: Miro Palmu <miro.palmu@helsinki.fi>
This commit is contained in:
parent
5dc47b1aa1
commit
63b0b8a4ae
1 changed files with 0 additions and 4 deletions
|
|
@ -217,16 +217,12 @@ class Sequence : public std::enable_shared_from_this<Sequence>
|
||||||
/**
|
/**
|
||||||
* Begins recording commands for commands to be submitted into the command
|
* Begins recording commands for commands to be submitted into the command
|
||||||
* buffer.
|
* buffer.
|
||||||
*
|
|
||||||
* @return Boolean stating whether execution was successful.
|
|
||||||
*/
|
*/
|
||||||
void begin();
|
void begin();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ends the recording and stops recording commands when the record command
|
* Ends the recording and stops recording commands when the record command
|
||||||
* is sent.
|
* is sent.
|
||||||
*
|
|
||||||
* @return Boolean stating whether execution was successful.
|
|
||||||
*/
|
*/
|
||||||
void end();
|
void end();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue