Index entries are added either implicitly by directives like c:function or explicitly by the index directive. And some explicitly added index entries do not match implicitly added index entries. For example:
creates index entry PyList_GetItem(), but the function declaration creates index entry PyList_GetItem (C function). In result, two entries are not merged.
The following PR makes explicit index entries look like automatically generated ones.
Linked PRs
Index entries are added either implicitly by directives like c:function or explicitly by the index directive. And some explicitly added index entries do not match implicitly added index entries. For example:
creates index entry
PyList_GetItem(), but the function declaration creates index entryPyList_GetItem (C function). In result, two entries are not merged.The following PR makes explicit index entries look like automatically generated ones.
Linked PRs