diff options
author | rubidium <rubidium@openttd.org> | 2008-05-06 15:11:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-06 15:11:33 +0000 |
commit | d03994098be29bd48f3b715c533ffac3b1315eb0 (patch) | |
tree | 6bfd044ea899467ce35f766d2c1c8a4e2df7dea9 /src/widgets | |
parent | fb938a2cb3fb7cfe6ca447dca5fc28bac78ed2e8 (diff) | |
download | openttd-d03994098be29bd48f3b715c533ffac3b1315eb0.tar.xz |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/dropdown.cpp | 2 | ||||
-rw-r--r-- | src/widgets/dropdown_func.h | 2 | ||||
-rw-r--r-- | src/widgets/dropdown_type.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp index 6bf7358b8..ea2d3a5f5 100644 --- a/src/widgets/dropdown.cpp +++ b/src/widgets/dropdown.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file dropdown.cpp Implementation of the dropdown widget. */ + #include "../stdafx.h" #include "../openttd.h" #include "../strings_type.h" diff --git a/src/widgets/dropdown_func.h b/src/widgets/dropdown_func.h index ac0e0a906..03cb52d0c 100644 --- a/src/widgets/dropdown_func.h +++ b/src/widgets/dropdown_func.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file dropdown_func.h Functions related to the drop down widget. */ + #ifndef WIDGETS_DROPDOWN_FUNC_H #define WIDGETS_DROPDOWN_FUNC_H diff --git a/src/widgets/dropdown_type.h b/src/widgets/dropdown_type.h index a93cbb360..3cdb48f87 100644 --- a/src/widgets/dropdown_type.h +++ b/src/widgets/dropdown_type.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file dropdown_type.h Types related to the drop down widget. */ + #ifndef WIDGETS_DROPDOWN_TYPE_H #define WIDGETS_DROPDOWN_TYPE_H |