Skip to content

Commit

Permalink
fix syntax errors on api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Aug 26, 2018
1 parent bffa922 commit 3299886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/APIUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,12 @@ std::vector<LimonAPI::ParameterRequest> getResultOfTrigger(uint32_t TriggerObjec
Returns the result of the trigger object. For details, check :ref:`trigger object editor<Trigger Object Editor>`

Parameters:

#. uint32_t TriggerObjectID: The handleID of trigger object
#. uint32_t TriggerCodeID: Which triggers result is requested. 1-> first enter, 2-> enter, 3-> exit.


.. _LimonAPI-getVariable>:
.. _LimonAPI-getVariable:

LimonAPI::ParameterRequest& getVariable(const std::string& variableName)
========================================================================
Expand Down

0 comments on commit 3299886

Please sign in to comment.