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/paths.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/paths.cc') diff --git a/src/paths.cc b/src/paths.cc index bb233de8..94982594 100644 --- a/src/paths.cc +++ b/src/paths.cc @@ -24,7 +24,7 @@ // Dillo works from an unmounted directory (/tmp) static char* oldWorkingDir = NULL; -/* +/** * Changes current working directory to /tmp and creates ~/.dillo * if not exists. */ @@ -58,7 +58,7 @@ void Paths::init(void) dFree(path); } -/* +/** * Return the initial current working directory in a string. */ char *Paths::getOldWorkingDir(void) @@ -66,7 +66,7 @@ char *Paths::getOldWorkingDir(void) return oldWorkingDir; } -/* +/** * Free memory */ void Paths::free(void) @@ -74,7 +74,7 @@ void Paths::free(void) dFree(oldWorkingDir); } -/* +/** * Examines the path for "rcFile" and assign its file pointer to "fp". */ FILE *Paths::getPrefsFP(const char *rcFile) -- cgit v1.2.3