exe: add trivial docstring

This commit is contained in:
Danny Robson 2018-08-28 16:34:44 +10:00
parent 1392fb40c9
commit 1a7b7daa93

View File

@ -12,6 +12,7 @@
#include <experimental/filesystem>
namespace cruft {
/// Returns a path to the current executable.
std::experimental::filesystem::path image_path (void);
}