summaryrefslogtreecommitdiff
path: root/src/paths.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.cc')
-rw-r--r--src/paths.cc8
1 files changed, 4 insertions, 4 deletions
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)