From 7cf7dc8e976c58f0951d6a4d85b0cc540ee7738b Mon Sep 17 00:00:00 2001 From: Deskull Date: Fri, 8 Aug 2014 23:16:11 +0900 Subject: [PATCH] Add Doxygen comments to externs.h. --- src/externs.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/externs.h b/src/externs.h index ae5f2815d..5845f4795 100644 --- a/src/externs.h +++ b/src/externs.h @@ -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; -- 2.11.0