Exclude shorten_filename from doxygen.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-06 10:03:18 +01:00
parent cda40d193f
commit a1a6997619
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -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/"})