diff options
author | tastytea | 2020-01-06 10:03:18 +0100 |
---|---|---|
committer | tastytea | 2020-01-06 10:03:18 +0100 |
commit | a1a69976192b6ba7c3f8b86377795e51128cba24 (patch) | |
tree | bf56163f8dd8bd3c7a22c1593bebc72c585f51e2 | |
parent | cda40d193f31ee3f9cda02cb05fce792d5744c2a (diff) | |
download | mastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.tar mastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.tar.gz mastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.zip |
Exclude shorten_filename from doxygen.
-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/"}) |