Skip to content

Commit

Permalink
fix run method contains "<"
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Aug 18, 2018
1 parent 09dfe07 commit 79315c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/APIUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ Actions are generalized by the class TriggerInterface, under src/GamePlay of the
TriggerInterface Class
______________________

+---------------------------------------------------+-------------------------------------------------------------------------------------+
| |:ref:`TriggerInterface(LimonAPI \*limonAPI)<TriggerInterface-TriggerInterface>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------+
|std::vector<LimonAPI::ParameterRequest> |:ref:`getParameters()<TriggerInterface-getParameters>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------+
|bool |:ref:`run(std::vector<LimonAPI::ParameterRequest>parameters)<TriggerInterface-run>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------+
|std::vector<LimonAPI::ParameterRequest> |:ref:`getResults()<TriggerInterface-getResults>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------+
|std::string |:ref:`getName() const<TriggerInterface-getName>` |
+---------------------------------------------------+-------------------------------------------------------------------------------------+
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+
| |:ref:`TriggerInterface(LimonAPI \*limonAPI)<TriggerInterface-TriggerInterface>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+
|std::vector<LimonAPI::ParameterRequest> |:ref:`getParameters()<TriggerInterface-getParameters>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+
|bool |:ref:`run(std::vector\<LimonAPI::ParameterRequest\>parameters)<TriggerInterface-run>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+
|std::vector<LimonAPI::ParameterRequest> |:ref:`getResults()<TriggerInterface-getResults>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+
|std::string |:ref:`getName() const<TriggerInterface-getName>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------+

.. _TriggerInterface-TriggerInterface:

Expand Down

0 comments on commit 79315c5

Please sign in to comment.