From 4c56214b8c2e130d3709bdca2513aef20b7b0fab Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 9 Mar 2024 17:35:19 +0100 Subject: Use Doxygen comments for C files --- src/prefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/prefs.h') 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); -- cgit v1.2.3