From 6a952af0b6bdd3bb706b162646be49e27cc815f8 Mon Sep 17 00:00:00 2001 From: Deskull <61610939+sikabane-works@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:39:57 +0900 Subject: [PATCH] =?utf8?q?[Add]=20Doxygen=E7=94=A8=E3=81=AE=E3=83=A1?= =?utf8?q?=E3=82=A4=E3=83=B3=E3=83=9A=E3=83=BC=E3=82=B8=E3=82=92angband.h?= =?utf8?q?=E3=81=AB=E8=BF=BD=E5=8A=A0=EF=BC=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/system/angband.h | 52 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/src/system/angband.h b/src/system/angband.h index d02b502ef..8663f1d4f 100644 --- a/src/system/angband.h +++ b/src/system/angband.h @@ -42,20 +42,44 @@ /***** Some copyright messages follow below *****/ -/* - * Note that these copyright messages apply to an ancient version - * of Angband, as in, from pre-2.4.frog-knows days, and thus the - * reference to "5.0" is rather misleading... - */ -/* - * UNIX ANGBAND Version 5.0 +/*! + * + * @mainpage 変愚蛮怒仕様書 + * + * @par + * 変愚蛮怒の仕様をangband.hをソースにDoxygenで読めるようまとめておきます。
+ * + * @par + * - @ref page_basic "基本方針" + * - @ref page_license "Angbandソース内ライセンス記述" + * + * + * + * */ +/*! + * @page page_basic リファクタリング基本方針 + * + * 現在まとめ中。 + * + * @ref index "メインページへ" + */ -/* Original copyright message follows. */ - -/* +/*! + * @page page_license Angbandソース内ライセンス記述 + * + * 以下、angband.hに当初から在った記述となります。 + *
+ * Note that these copyright messages apply to an ancient version
+ * of Angband, as in, from pre-2.4.frog-knows days, and thus the
+ * reference to "5.0" is rather misleading...
+ * 
+ * UNIX ANGBAND Version 5.0
+ *
+ * Original copyright message follows.
+ *
  * ANGBAND Version 4.8	COPYRIGHT (c) Robert Alan Koeneke
  *
  *	 I lovingly dedicate this game to hackers and adventurers
@@ -78,14 +102,14 @@
  *		UC Berkeley
  *		wilson@ernie.Berkeley.EDU
  *		ucbvax!ucbernie!wilson
- */
-
-
-/*
+ * 
  *	 ANGBAND may be copied and modified freely as long as the above
  *	 credits are retained.	No one who-so-ever may sell or market
  *	 this software in any form without the expressed written consent
  *	 of the author Robert Alan Koeneke.
+ * 
+ * + * @ref index "メインページへ" */ -- 2.11.0