feat: add the CLUTCHLOG_STRIP_CALLS macro
To configure the default number of levels removed from the calls stack depth computations.
This commit is contained in:
parent
26a5461cc4
commit
c871336f6d
46 changed files with 880 additions and 833 deletions
|
|
@ -1,12 +1,13 @@
|
|||
var indexSectionsWithContent =
|
||||
{
|
||||
0: "bcdfhlmoprst",
|
||||
0: "bcdfhlmoprstw",
|
||||
1: "cfs",
|
||||
2: "c",
|
||||
3: "dfloprst",
|
||||
4: "bflt",
|
||||
5: "o",
|
||||
6: "dfhm"
|
||||
6: "w",
|
||||
7: "dfhm"
|
||||
};
|
||||
|
||||
var indexSectionNames =
|
||||
|
|
@ -17,7 +18,8 @@ var indexSectionNames =
|
|||
3: "functions",
|
||||
4: "enums",
|
||||
5: "related",
|
||||
6: "groups"
|
||||
6: "defines",
|
||||
7: "groups"
|
||||
};
|
||||
|
||||
var indexSectionLabels =
|
||||
|
|
@ -28,6 +30,7 @@ var indexSectionLabels =
|
|||
3: "Functions",
|
||||
4: "Enumerations",
|
||||
5: "Friends",
|
||||
6: "Modules"
|
||||
6: "Macros",
|
||||
7: "Modules"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue