diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prefs.c b/src/prefs.c index c8a16d67..26c86a4d 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -31,7 +31,7 @@ *---------------------------------------------------------------------------*/ DilloPrefs prefs; -/* +/** * Sets the default settings. */ @@ -128,8 +128,8 @@ void a_Prefs_init(void) prefs.stretchability_factor = 100; } -/* - * memory-deallocation +/** + * memory-deallocation. * (Call this one at exit time) */ void a_Prefs_freeall(void) |