Skip to content

Commit cd3a74d

Browse files
author
Povilas Kanapickas
committed
Index: Add member variables to the format description
1 parent b838bca commit cd3a74d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index-functions.README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This file defines the schema of the index-functions-*.xml files.
44
/index/function defines a global function
55
/index/class defines a class
66
/index/enum defines an enum
7+
/index/variable defines a variable
78

89
"name" attribute: name of the identifier (with the namespace prefix)
910
"link" attribute: link relative to the wiki root
@@ -14,6 +15,7 @@ This file defines the schema of the index-functions-*.xml files.
1415
//class/function defines a member function
1516
//class/class defines a member class
1617
//class/enum defines a member enum
18+
//class/variable defines a member variable
1719

1820
"name" attribute: name of the function/class (without the parent
1921
class/namespace prefix)

0 commit comments

Comments
 (0)