Skip to content

Commit 34b90ef

Browse files
author
Povilas Kanapickas
committed
Index: Add 'experimental' option for since attribute
1 parent 1f8c3be commit 34b90ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index-functions.README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ This file defines the schema of the index-functions-*.xml files.
9595
"name" attribute: name of the identifier whose contents to import.
9696
Allowed identifiers: '/index/class' and '/index/enum'
9797

98-
"since" attribute: one of "c99", "c11", "c++03", "c++11", "c++14"
98+
"since" attribute: one of "c99", "c11", "c++03", "c++11", "c++14", "c++17",
99+
"exp" (experimental)
99100

100101
Note: replace spaces in all links with '_'
101102

0 commit comments

Comments
 (0)