lua-reference-guide icon indicating copy to clipboard operation
lua-reference-guide copied to clipboard

Add link generation for function names

Open projectkk2glider opened this issue 10 years ago • 0 comments

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).

projectkk2glider avatar Nov 16 '15 21:11 projectkk2glider