diff options
-rw-r--r-- | src/log.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.hpp b/src/log.hpp index ab8c033..286cd07 100644 --- a/src/log.hpp +++ b/src/log.hpp @@ -26,6 +26,7 @@ namespace mastodonpp using std::cerr; using std::string_view; +//! @private constexpr auto shorten_filename(const string_view &filename) { for (const string_view &dir : {"/src/", "/include/"}) |