We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b838bca commit cd3a74dCopy full SHA for cd3a74d
index-functions.README
@@ -4,6 +4,7 @@ This file defines the schema of the index-functions-*.xml files.
4
/index/function defines a global function
5
/index/class defines a class
6
/index/enum defines an enum
7
+ /index/variable defines a variable
8
9
"name" attribute: name of the identifier (with the namespace prefix)
10
"link" attribute: link relative to the wiki root
@@ -14,6 +15,7 @@ This file defines the schema of the index-functions-*.xml files.
14
15
//class/function defines a member function
16
//class/class defines a member class
17
//class/enum defines a member enum
18
+ //class/variable defines a member variable
19
20
"name" attribute: name of the function/class (without the parent
21
class/namespace prefix)
0 commit comments