Skip to content

Commit 70923b7

Browse files
author
p12
committed
Index: update documentation
1 parent ee8a658 commit 70923b7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

index-functions.README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This file defines the schema of the index-functions-*.xml files.
77

88
"name" attribute: name of the identifier (with the namespace prefix)
99
"link" attribute: link relative to the wiki root
10-
"since" attribute: (optional) "c++11" or none
10+
"since" attribute: (optional) <see below>
1111

1212
//class/const defines a macro/member constant/member enum value
1313
//enum/const defines an enum class value (only in c++11)
@@ -21,7 +21,7 @@ This file defines the schema of the index-functions-*.xml files.
2121
default equals to 'name'. If set to "." the resulting
2222
link targets to the page of the parent class
2323

24-
"since" attribute: (optional) "c++11" or none
24+
"since" attribute: (optional) <see below>
2525

2626
//class/overload
2727

@@ -31,7 +31,7 @@ This file defines the schema of the index-functions-*.xml files.
3131
"name" attribute: name of the identifier (with the namespace prefix)
3232
"link" attribute: link relative to the parent class. If set to "." the
3333
resulting link targets to the page of the parent class
34-
"since" attribute: (optional) "c++11" or none
34+
"since" attribute: (optional) <see below>
3535

3636
//class/specialization
3737
defines a specialization of an unrelated class for specific type (for
@@ -41,7 +41,7 @@ This file defines the schema of the index-functions-*.xml files.
4141
"link" attribute: (optional) link relative to the parent class. By
4242
default equals to 'name'. If set to "." the resulting
4343
link targets to the page of the parent class
44-
"since" attribute: (optional) "c++11" or none
44+
"since" attribute: (optional) <see below>
4545

4646
//class/constructor
4747

@@ -73,7 +73,7 @@ This file defines the schema of the index-functions-*.xml files.
7373
"link" attribute: link relative to the wiki root
7474
"alias" attribute: name of the identifier whose contents to import.
7575
Allowed identifiers: '/index/class' and '/index/enum'
76-
"since" attribute: (optional) "c++11" or none
76+
"since" attribute: (optional) <see below>
7777
"alias" and "link" attributes are incompatible
7878

7979
//class/typedef defines a member typedef
@@ -82,7 +82,7 @@ This file defines the schema of the index-functions-*.xml files.
8282
"link" attribute: link relative to the wiki root
8383
"alias" attribute: name of the identifier whose contents to import
8484
Allowed identifiers: '/index/class' and '/index/enum'
85-
"since" attribute: (optional) "c++11" or none
85+
"since" attribute: (optional) <see below>
8686
"alias" and "link" attributes are incompatible
8787

8888
//class/inherits
@@ -93,5 +93,7 @@ This file defines the schema of the index-functions-*.xml files.
9393
Allowed identifiers: '/index/class' and '/index/enum'
9494

9595

96+
"since" attribute: one of "c99", "c11", "c++03", "c++11", "c++14"
97+
9698
Note: replace spaces in all links with '_'
9799

0 commit comments

Comments
 (0)