feature:support save lvx file for lidar;
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var indexSectionsWithContent =
|
||||
{
|
||||
0: "_abcdefghijklmnopqrstuvwxyz~",
|
||||
0: "1_abcdefghijklmnopqrstuvwxyz~",
|
||||
1: "abcdefghilmnoprstuvwyz",
|
||||
2: "fls",
|
||||
3: "abcdflmnoprstvw",
|
||||
@@ -10,7 +10,8 @@ var indexSectionsWithContent =
|
||||
7: "acdeklnprt",
|
||||
8: "abcdefghiklmnoprstuvwy",
|
||||
9: "bdfilopv",
|
||||
10: "_fkls"
|
||||
10: "_fkls",
|
||||
11: "1"
|
||||
};
|
||||
|
||||
var indexSectionNames =
|
||||
@@ -25,7 +26,8 @@ var indexSectionNames =
|
||||
7: "enums",
|
||||
8: "enumvalues",
|
||||
9: "related",
|
||||
10: "defines"
|
||||
10: "defines",
|
||||
11: "pages"
|
||||
};
|
||||
|
||||
var indexSectionLabels =
|
||||
@@ -40,6 +42,7 @@ var indexSectionLabels =
|
||||
7: "Enumerations",
|
||||
8: "Enumerator",
|
||||
9: "Friends",
|
||||
10: "Macros"
|
||||
10: "Macros",
|
||||
11: "Pages"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user