OSDN Git Service

[Refactor] #40236 Added header comments into knowledge-*.c
authorHourier <hourier@users.sourceforge.jp>
Thu, 23 Apr 2020 14:58:41 +0000 (23:58 +0900)
committerHourier <hourier@users.sourceforge.jp>
Thu, 23 Apr 2020 14:58:41 +0000 (23:58 +0900)
src/knowledge/knowledge-artifacts.c
src/knowledge/knowledge-experiences.c
src/knowledge/knowledge-quests.c
src/knowledge/knowledge-uniques.c

index ccb3cfa..ce81524 100644 (file)
@@ -1,4 +1,10 @@
-#include "angband.h"
+/*!
+ * @brief 既知のアーティファクトを表示する
+ * @date 2020/04/23
+ * @author Hourier
+ */
+
+#include "angband.h"
 #include "knowledge-artifacts.h"
 #include "cmd/dump-util.h"
 #include "artifact.h"
index 8c6fc78..55694b6 100644 (file)
@@ -1,4 +1,10 @@
-#include "angband.h"
+/*!
+ * @brief 技能の経験を表示する
+ * @date 2020/04/23
+ * @author Hourier
+ */
+
+#include "angband.h"
 #include "knowledge-experiences.h"
 #include "cmd/dump-util.h"
 #include "core/show-file.h"
index fa599c3..f5b8d31 100644 (file)
@@ -1,4 +1,10 @@
-#include "angband.h"
+/*!
+ * @brief 既知のクエストを表示する
+ * @date 2020/04/23
+ * @author Hourier
+ */
+
+#include "angband.h"
 #include "knowledge-quests.h"
 #include "cmd/dump-util.h"
 #include "quest.h"
index def8f63..244640b 100644 (file)
@@ -1,4 +1,10 @@
-#include "angband.h"
+/*!
+ * @brief 既知/存命のユニークを表示する
+ * @date 2020/04/23
+ * @author Hourier
+ */
+
+#include "angband.h"
 #include "knowledge-artifacts.h"
 #include "cmd/dump-util.h"
 #include "sort.h"