Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_ISensor.h')
-rw-r--r--source/gameengine/GameLogic/SCA_ISensor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GameLogic/SCA_ISensor.h b/source/gameengine/GameLogic/SCA_ISensor.h
index 8a7a29ef5b9..3bb29f3f0a2 100644
--- a/source/gameengine/GameLogic/SCA_ISensor.h
+++ b/source/gameengine/GameLogic/SCA_ISensor.h
@@ -119,9 +119,9 @@ public:
virtual CValue* GetReplica()=0;
/** Set parameters for the pulsing behavior.
- * @param posmode Trigger positive pulses?
- * @param negmode Trigger negative pulses?
- * @param freq Frequency to use when doing pulsing.
+ * \param posmode Trigger positive pulses?
+ * \param negmode Trigger negative pulses?
+ * \param freq Frequency to use when doing pulsing.
*/
void SetPulseMode(bool posmode,
bool negmode,