Skip to content

Commit 433c78d

Browse files
committed
tidy up function bits
1 parent d32bd72 commit 433c78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mrdox/Metadata/Function.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct FunctionInfo : SymbolInfo
3535
*/
3636
enum : std::uint32_t
3737
{
38-
// 11 bits
38+
// 13 bits
3939
constBit = 0x00000001,
4040
constevalBit = 0x00000002,
4141
constexprBit = 0x00000004,

0 commit comments

Comments
 (0)