summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-06 10:03:18 +0100
committertastytea2020-01-06 10:03:18 +0100
commita1a69976192b6ba7c3f8b86377795e51128cba24 (patch)
treebf56163f8dd8bd3c7a22c1593bebc72c585f51e2
parentcda40d193f31ee3f9cda02cb05fce792d5744c2a (diff)
downloadmastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.tar
mastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.tar.gz
mastodonpp-a1a69976192b6ba7c3f8b86377795e51128cba24.zip
Exclude shorten_filename from doxygen.
-rw-r--r--src/log.hpp1
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/"})