We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8985944 commit f717ceeCopy full SHA for f717cee
scripts/build_docs.py
@@ -262,6 +262,7 @@ def add_link(jsondata):
262
detail.append(jsondata)
263
for className in sorted(classes, key=lambda s: s.lower()):
264
html(" <li><a class=\"blush\" name=\"t_"+className+"\" href=\"#"+className+"\" onclick=\"place('"+className+"');\">"+className+"</a></li>")
265
+ links[className] = className
266
for jsondata in jsondatas:
267
if "name" in jsondata and "class" in jsondata and jsondata["class"]==className:
268
add_link(jsondata)
0 commit comments