OSDN Git Service

Add Doxygen comments to externs.h.
authorDeskull <desull@users.sourceforge.jp>
Fri, 8 Aug 2014 14:16:11 +0000 (23:16 +0900)
committerDeskull <desull@users.sourceforge.jp>
Fri, 8 Aug 2014 14:16:11 +0000 (23:16 +0900)
src/externs.h

index ae5f281..5845f47 100644 (file)
@@ -1,16 +1,14 @@
-/* File: externs.h */
-
-/*
+/*!
+ * @file externs.h
+ * @brief Angband(変愚蛮怒)基本関数、グローバル変数ヘッダファイル / 
+ * extern declarations (variables and functions)
+ * @date 2014/08/08
+ * @author
  * Copyright (c) 1997 Ben Harrison
- *
+ * @details
  * This software may be copied and distributed for educational, research,
  * and not for profit purposes provided that this copyright and statement
  * are included in all such copies.
- */
-
-/* Purpose: extern declarations (variables and functions) */
-
-/*
  * Note that some files have their own header files
  * (z-virt.h, z-util.h, z-form.h, term.h, random.h)
  */
@@ -19,7 +17,6 @@
 /*
  * Automatically generated "variable" declarations
  */
-
 extern int max_macrotrigger;
 extern cptr macro_template;
 extern cptr macro_modifier_chr;