swipl-devel icon indicating copy to clipboard operation
swipl-devel copied to clipboard

Concisely refer to multiple predicates that have the same name but different arity

Open wouterbeek opened this issue 9 years ago • 0 comments
trafficstars

It is currently not possible to concisely refer to multiple predicates that have the same name but different arity.

Example: “The use can assert new alias-to-prefix mappings with rdf_register_prefix/[2,3].”

Intended behavior: rdf_register_prefix/[2,3] should become a link that refers to the concatenation of the documentation for rdf_register_prefix/2 and rdf_register_prefix/3.

wouterbeek avatar Feb 07 '16 16:02 wouterbeek