From a1a69976192b6ba7c3f8b86377795e51128cba24 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 6 Jan 2020 10:03:18 +0100 Subject: Exclude shorten_filename from doxygen. --- src/log.hpp | 1 + 1 file changed, 1 insertion(+) 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/"}) -- cgit v1.2.3-54-g00ecf cgit logo index : cgit
Web front-end for git that you're looking at right now. Might have had a few additions from upstream.
summaryrefslogtreecommitdiffstatshomepage
path: root/ui-repolist.c
blob: 4c86543673855e40adf43a33d32bfcf1297f899e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109