]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/dir.cpp
Comment changes
[libs/core.git] / source / fs / dir.cpp
index bc7a8fec1b7fd9374c51dfa69165637341aad758..08328548440ae6a18fdf8668d7db2aaeda182c87 100644 (file)
@@ -21,10 +21,8 @@ namespace FS {
 namespace
 {
 
-/**
-Helper function to determine the location of the program's executable.  Caches
-the last result to cut down filesystem access with repeated calls.
-*/
+/** Helper function to determine the location of the program's executable.
+Caches the last result to cut down filesystem access with repeated calls. */
 const Path &get_bin_dir(const string &argv0)
 {
        static string last_argv0;