We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1a7ea commit 2fb7cddCopy full SHA for 2fb7cdd
1 file changed
scripts/clconventions.py
@@ -202,10 +202,10 @@ def extra_refpage_headers(self):
202
return 'include::{config}/attribs.txt[]\n' + \
203
'include::{config}/opencl.asciidoc[]\n' + \
204
'include::{config}/version-full-links.asciidoc[]\n' + \
205
- 'include::{apispec}/footnotes.asciidoc[]\n' + \
206
- 'include::{cspec}/footnotes.asciidoc[]\n' + \
+ 'include::{generated}/api/api-dictionary-no-links.asciidoc[]\n' + \
207
'include::{cspec}/feature-dictionary.asciidoc[]\n' + \
208
- 'include::{generated}/api/api-dictionary-no-links.asciidoc[]'
+ 'include::{apispec}/footnotes.asciidoc[]\n' + \
+ 'include::{cspec}/footnotes.asciidoc[]\n'
209
210
@property
211
def extension_index_prefixes(self):
0 commit comments