New Issue: chpldoc handling of 'proc ref foo' looks off

17427, "lydia-duncan", "chpldoc handling of 'proc ref foo' looks off", "2021-03-18T16:43:20Z"

Summary of Problem

Take a look at makeIndexBuffer and the function declared above it. The add function isn't linkable and the declaration is bolded and formatted differently than makeIndexBuffer.

I believe this is likely due to chpldoc not knowing how to handle this intents for methods. I strongly suspect that param and type this intents pose similar problems. This will probably involve modifying the Chapel Sphinx domain to solve.

Steps to Reproduce

Source Code:

TODO

Compile command:
chpldoc foo.chpl

Associated Future Test(s):
TODO

Configuration Information

  • Output of chpl --version: chapel 1.25 (pre-release)