File tree Expand file tree Collapse file tree 3 files changed +77
-5
lines changed Expand file tree Collapse file tree 3 files changed +77
-5
lines changed Original file line number Diff line number Diff line change @@ -200,12 +200,8 @@ function SetupLLVMLibs()
200
200
" LLVMSupport" ,
201
201
" LLVMDemangle" ,
202
202
" lldCommon" ,
203
- " lldCore" ,
204
203
" lldCOFF" ,
205
204
" lldELF" ,
206
- " lldDriver" ,
207
- " lldReaderWriter" ,
208
- " lldYAML" ,
209
205
" lldMachO"
210
206
}
211
207
Original file line number Diff line number Diff line change 1
- 3fc9882e880614093a36456fe83f9de023ac7851
1
+ 51d3cb0ab15de7acb7131b5f967cf7fc84def99e
Original file line number Diff line number Diff line change @@ -538,6 +538,7 @@ public enum CommentCommandKind
538
538
{
539
539
A ,
540
540
Abstract ,
541
+ Addindex ,
541
542
Addtogroup ,
542
543
Anchor ,
543
544
Arg ,
@@ -548,74 +549,131 @@ public enum CommentCommandKind
548
549
Brief ,
549
550
Bug ,
550
551
C ,
552
+ Callgraph ,
551
553
Callback ,
554
+ Callergraph ,
552
555
Category ,
556
+ Cite ,
553
557
Class ,
554
558
Classdesign ,
555
559
Coclass ,
556
560
Code ,
557
561
Endcode ,
562
+ Concept ,
563
+ Cond ,
558
564
Const ,
559
565
Constant ,
566
+ Copybrief ,
567
+ Copydetails ,
568
+ Copydoc ,
560
569
Copyright ,
561
570
Date ,
562
571
Def ,
563
572
Defgroup ,
564
573
Dependency ,
565
574
Deprecated ,
566
575
Details ,
576
+ Diafile ,
577
+ Dir ,
567
578
Discussion ,
579
+ Docbookinclude ,
580
+ Docbookonly ,
581
+ Enddocbookonly ,
582
+ Dontinclude ,
568
583
Dot ,
569
584
Enddot ,
585
+ Dotfile ,
570
586
E ,
587
+ Else ,
588
+ Elseif ,
571
589
Em ,
590
+ Emoji ,
591
+ Endcond ,
592
+ Endif ,
572
593
Enum ,
594
+ Example ,
573
595
Exception ,
596
+ Extends ,
574
597
Flbrace ,
575
598
Frbrace ,
576
599
Flsquare ,
577
600
Frsquare ,
578
601
Fdollar ,
602
+ Flparen ,
603
+ Frparen ,
604
+ File ,
579
605
Fn ,
580
606
Function ,
581
607
Functiongroup ,
582
608
Headerfile ,
583
609
Helper ,
584
610
Helperclass ,
585
611
Helps ,
612
+ Hidecallgraph ,
613
+ Hidecallergraph ,
614
+ Hideinitializer ,
615
+ Hiderefby ,
616
+ Hiderefs ,
617
+ Htmlinclude ,
586
618
Htmlonly ,
587
619
Endhtmlonly ,
620
+ Idlexcept ,
621
+ If ,
622
+ Ifnot ,
623
+ Image ,
624
+ Implements ,
625
+ Include ,
588
626
Ingroup ,
589
627
Instancesize ,
590
628
Interface ,
629
+ Internal ,
630
+ Endinternal ,
591
631
Invariant ,
632
+ Latexinclude ,
592
633
Latexonly ,
593
634
Endlatexonly ,
594
635
Li ,
636
+ Line ,
595
637
Link ,
596
638
Slashlink ,
597
639
Mainpage ,
640
+ Maninclude ,
598
641
Manonly ,
599
642
Endmanonly ,
643
+ Memberof ,
600
644
Method ,
601
645
Methodgroup ,
602
646
Msc ,
603
647
Endmsc ,
648
+ Mscfile ,
604
649
Name ,
605
650
Namespace ,
651
+ Noop ,
652
+ Nosubgrouping ,
606
653
Note ,
607
654
Overload ,
608
655
Ownership ,
609
656
P ,
657
+ Page ,
610
658
Par ,
659
+ Parblock ,
660
+ Endparblock ,
611
661
Paragraph ,
612
662
Param ,
613
663
Performance ,
614
664
Post ,
615
665
Pre ,
666
+ Private ,
667
+ Privatesection ,
616
668
Property ,
669
+ Protected ,
670
+ Protectedsection ,
617
671
Protocol ,
672
+ Public ,
673
+ Publicsection ,
674
+ Pure ,
618
675
Ref ,
676
+ Refitem ,
619
677
Related ,
620
678
Relatedalso ,
621
679
Relates ,
@@ -626,36 +684,54 @@ public enum CommentCommandKind
626
684
Return ,
627
685
Returns ,
628
686
Retval ,
687
+ Rtfinclude ,
629
688
Rtfonly ,
630
689
Endrtfonly ,
631
690
Sa ,
691
+ Secreflist ,
692
+ Endsecreflist ,
632
693
Section ,
633
694
Security ,
634
695
See ,
635
696
Seealso ,
636
697
Short ,
698
+ Showinitializer ,
699
+ Showrefby ,
700
+ Showrefs ,
637
701
Since ,
702
+ Skip ,
703
+ Skipline ,
704
+ Snippet ,
705
+ Static ,
638
706
Struct ,
639
707
Subpage ,
640
708
Subsection ,
641
709
Subsubsection ,
642
710
Superclass ,
711
+ Tableofcontents ,
643
712
Template ,
644
713
Templatefield ,
714
+ Test ,
645
715
Textblock ,
646
716
Slashtextblock ,
647
717
Throw ,
648
718
Throws ,
649
719
Todo ,
650
720
Tparam ,
651
721
Typedef ,
722
+ Startuml ,
723
+ Enduml ,
652
724
Union ,
725
+ Until ,
653
726
Var ,
727
+ Verbinclude ,
654
728
Verbatim ,
655
729
Endverbatim ,
656
730
Version ,
657
731
Warning ,
658
732
Weakgroup ,
733
+ Xrefitem ,
734
+ Xmlinclude ,
659
735
Xmlonly ,
660
736
Endxmlonly
661
737
}
You can’t perform that action at this time.
0 commit comments