Abbreviated Syntax elements get wrong anchor/<a> names
Multi-language source code documentation tool
Brought to you by:
gregvalure
I tried linking to a variable in an abbreviated syntax list of variables, but the resulting link didn't work.
When looking at the HTML code of the generated page, I saw that other anchor () names were class_name.variable_or_function_name. However, in the list generated from abbreviated syntax, the anchor names was just variable_or_function_name. The generated link however still tried to link to class_name.variable_or_function_name...