Skip to content

Commit

Permalink
Fixes references in TriggerInterface table
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Aug 17, 2018
1 parent cc5c6ad commit d09b56d
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 d09b56d

Please sign in to comment.