File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ if ($config || %opt_rc)
387
387
" genhtml_sort" => \$sort ,
388
388
" genhtml_charset" => \$charset ,
389
389
" genhtml_desc_html" => \$rc_desc_html ,
390
+ " genhtml_demangle_cpp" => \$demangle_cpp ,
390
391
" lcov_function_coverage" => \$lcov_func_coverage ,
391
392
" lcov_branch_coverage" => \$lcov_branch_coverage ,
392
393
});
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ genhtml_desc_html=0
96
96
# Specify the precision for coverage rates
97
97
#genhtml_precision=1
98
98
99
+ # Demangle C++ symbols
100
+ #genhtml_demangle_cpp=1
101
+
99
102
# Location of the gcov tool (same as --gcov-info option of geninfo)
100
103
#geninfo_gcov_tool = gcov
101
104
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ genhtml_desc_html=0
159
159
#genhtml_precision=1
160
160
.br
161
161
162
+ # Demangle C++ symbols
163
+ .br
164
+ #genhtml_demangle_cpp=1
165
+ .br
166
+
162
167
# Location of the gcov tool
163
168
.br
164
169
#geninfo_gcov_tool = gcov
@@ -557,6 +562,18 @@ when a custom HTML prolog is specified (see also
557
562
Default is UTF-8.
558
563
.PP
559
564
565
+ .BR genhtml_demangle_cpp " ="
566
+ .IR 0 | 1
567
+ .IP
568
+ If non-zero, demangle C++ function names in function overviews.
569
+
570
+ Set this option to one if you want to convert C++ internal function
571
+ names to human readable format for display on the HTML function overview
572
+ page. This option requires that the c++filt tool is installed (see
573
+ .BR c++filt(1)
574
+ ).
575
+ .PP
576
+
560
577
.BR genhtml_desc_html " ="
561
578
.IR 0 | 1
562
579
.IP
You can’t perform that action at this time.
0 commit comments