File tree 3 files changed +16
-10
lines changed
share/mrdocs/addons/generator/common/partials/symbol
test-files/golden-tests/metadata
3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 20
20
{{ ~else if (eq class "destructor")~}}
21
21
{{ #>markup/span class =" small" }} [destructor]{{ /markup/span }}
22
22
{{ ~/if ~}}
23
+ {{ ~#if isVirtual ~}}
24
+ {{ str ' ' }} {{ #>markup/span class =" small" }} [virtual]{{ /markup/span }}
25
+ {{ ~/if ~}}
26
+ {{ ~#if isDeleted ~}}
27
+ {{ str ' ' }} {{ #>markup/span class =" small" }} [deleted]{{ /markup/span }}
28
+ {{ ~/if ~}}
23
29
{{ else if (eq kind "field")~}}
24
30
{{ ~#if isVariant ~}}
25
31
{{ #>markup/span class =" small" }} [variant member]{{ /markup/span }}
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ struct T13;
493
493
|===
494
494
| Name
495
495
496
- | <<T13-f,`f`>>
496
+ | <<T13-f,`f`>> [.small]#[virtual]#
497
497
|===
498
498
499
499
@@ -534,7 +534,7 @@ struct T14;
534
534
|===
535
535
| Name
536
536
537
- | <<T14-f,`f`>>
537
+ | <<T14-f,`f`>> [.small]#[virtual]#
538
538
|===
539
539
540
540
@@ -657,7 +657,7 @@ struct T17
657
657
|===
658
658
| Name
659
659
660
- | <<T14-f,`f`>>
660
+ | <<T14-f,`f`>> [.small]#[virtual]#
661
661
|===
662
662
663
663
@@ -699,7 +699,7 @@ struct U;
699
699
| Name
700
700
701
701
| <<U-f1,`f1`>>
702
- | <<U-f3,`f3`>>
702
+ | <<U-f3,`f3`>> [.small]#[virtual]#
703
703
|===
704
704
=== Static Member Functions
705
705
@@ -783,7 +783,7 @@ struct V
783
783
| Name
784
784
785
785
| <<U-f1,`f1`>>
786
- | <<U-f3,`f3`>>
786
+ | <<U-f3,`f3`>> [.small]#[virtual]#
787
787
|===
788
788
=== Static Member Functions
789
789
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ <h2>Member Functions</h2>
559
559
</ thead >
560
560
< tbody >
561
561
< tr >
562
- < td > < a href ="#T13-f "> < code > f</ code > </ a > </ td > </ tr >
562
+ < td > < a href ="#T13-f "> < code > f</ code > </ a > < span class =" small " > [virtual] </ span > </ td > </ tr >
563
563
</ tbody >
564
564
</ table >
565
565
@@ -605,7 +605,7 @@ <h2>Member Functions</h2>
605
605
</ thead >
606
606
< tbody >
607
607
< tr >
608
- < td > < a href ="#T14-f "> < code > f</ code > </ a > </ td > </ tr >
608
+ < td > < a href ="#T14-f "> < code > f</ code > </ a > < span class =" small " > [virtual] </ span > </ td > </ tr >
609
609
</ tbody >
610
610
</ table >
611
611
@@ -743,7 +743,7 @@ <h2>Member Functions</h2>
743
743
</ thead >
744
744
< tbody >
745
745
< tr >
746
- < td > < a href ="#T14-f "> < code > f</ code > </ a > </ td > </ tr >
746
+ < td > < a href ="#T14-f "> < code > f</ code > </ a > < span class =" small " > [virtual] </ span > </ td > </ tr >
747
747
</ tbody >
748
748
</ table >
749
749
@@ -790,7 +790,7 @@ <h2>Member Functions</h2>
790
790
< tbody >
791
791
< tr >
792
792
< td > < a href ="#U-f1 "> < code > f1</ code > </ a > </ td > </ tr > < tr >
793
- < td > < a href ="#U-f3 "> < code > f3</ code > </ a > </ td > </ tr >
793
+ < td > < a href ="#U-f3 "> < code > f3</ code > </ a > < span class =" small " > [virtual] </ span > </ td > </ tr >
794
794
</ tbody >
795
795
</ table >
796
796
< h2 > Static Member Functions</ h2 >
@@ -885,7 +885,7 @@ <h2>Member Functions</h2>
885
885
< tbody >
886
886
< tr >
887
887
< td > < a href ="#U-f1 "> < code > f1</ code > </ a > </ td > </ tr > < tr >
888
- < td > < a href ="#U-f3 "> < code > f3</ code > </ a > </ td > </ tr >
888
+ < td > < a href ="#U-f3 "> < code > f3</ code > </ a > < span class =" small " > [virtual] </ span > </ td > </ tr >
889
889
</ tbody >
890
890
</ table >
891
891
< h2 > Static Member Functions</ h2 >
You can’t perform that action at this time.
0 commit comments