diff options
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs.h b/src/prefs.h index 9b9ee392..4eddeb5f 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -31,7 +31,7 @@ extern "C" { #define PREFS_UI_TAB_BG_COLOR 19 #define PREFS_UI_TAB_FG_COLOR 20 -/* Panel sizes */ +/** Panel sizes. */ enum { P_tiny = 0, P_small, P_medium }; typedef struct { @@ -118,7 +118,7 @@ typedef struct { int stretchability_factor; } DilloPrefs; -/* Global Data */ +/** Global Data */ extern DilloPrefs prefs; void a_Prefs_init(void); |