Thanks to visit codestin.com Credit goes to github.com
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 d69e2c4 commit 2e7edb8Copy full SHA for 2e7edb8
1 file changed
Doc/perl/python.perl
@@ -284,6 +284,16 @@ sub do_cmd_index{
284
"$aname$anchor_invisible_mark</a>" . $_;
285
}
286
287
+sub do_cmd_kwindex{
288
+ local($_) = @_;
289
+ my($str,$br_id) = next_argument_id();
290
+ #
291
+ my($name,$aname,$ahref) = link_info($br_id);
292
+ add_index_entry("<tt>$str</tt>!keyword", $ahref);
293
+ add_index_entry("keyword!<tt>$str</tt>", $ahref);
294
+ "$aname$anchor_invisible_mark</a>" . $_;
295
+}
296
+
297
sub do_cmd_indexii{
298
local($_) = @_;
299
my($str1,$br_id) = next_argument_id();
0 commit comments