OSDN Git Service

PROJECT_WHO_*の定義にDoxygenコメント追加。 / Add doxygen comments to PROJECT_WHO_* definition.
authorDeskull <desull@users.sourceforge.jp>
Sat, 1 Nov 2014 14:56:28 +0000 (23:56 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sat, 1 Nov 2014 14:56:28 +0000 (23:56 +0900)
src/defines.h

index f9cad4d..e247cea 100644 (file)
 /*
  * Special caster ID for project()
  */
-#define PROJECT_WHO_UNCTRL_POWER -1
-#define PROJECT_WHO_GLASS_SHARDS -2
+#define PROJECT_WHO_UNCTRL_POWER -1 /*!< 魔法効果の自然発生要因: 名状し難い力の解放 */
+#define PROJECT_WHO_GLASS_SHARDS -2 /*!< 魔法効果の自然発生要因: 破壊されたガラス地形の破片 */
 
 
 /*
  * Bit flags for the "enchant()" function
  */
-#define ENCH_TOHIT      0x01 /* Enchant to hit */
-#define ENCH_TODAM      0x02 /* Enchant to damage */
-#define ENCH_TOAC       0x04 /* Enchant to AC */
-#define ENCH_FORCE      0x08 /* Force enchantment */
+#define ENCH_TOHIT      0x01 /*!< 装備強化処理: 命中強化 / Enchant to hit */
+#define ENCH_TODAM      0x02 /*!< 装備強化処理: ダメージ強化 / Enchant to damage */
+#define ENCH_TOAC       0x04 /*!< 装備強化処理: AC強化 / Enchant to AC */
+#define ENCH_FORCE      0x08 /*!< 装備強化処理: 無条件に成功させる / Force enchantment */
 
 /*
  * Bit flags for the "target_set" function XXX XXX XXX