-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
If a function name (different from the current function) is found in a function documentation, replace it with a link to that function.
Example: in module.setModule() docs, replace reference to module.getModule() with a link syntax [module.getModule()](model/getModule.md)
Only do replace if the actual documentation for that function exists (has been parsed in the current script run).
Reactions are currently unavailable