diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 17:35:19 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-03-09 18:43:51 +0100 |
commit | 4c56214b8c2e130d3709bdca2513aef20b7b0fab (patch) | |
tree | b8cd0c6dafb5850ba116221f6f39a62e84983aa5 /src/prefs.c | |
parent | bde09c45adf0daf252fafbaf87683d3ed7eaab07 (diff) |
Use Doxygen comments for C files
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) |