opentx / lua-reference-guide

22 stars 15 forks source link

Add link generation for function names #17

Open projectkk2glider opened 8 years ago

projectkk2glider commented 8 years ago

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