You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write some comments that reference some other class's methods and properties. Would some one tell me how to do it in markdown with Jazzy? I do know that jazzy can link class automatically if use MyClass.
The text was updated successfully, but these errors were encountered:
Currently jazzy only autolinks top-level declarations (the tokens you see in the left sidebar: classes, structs, functions, enums, globals, etc.). But @pcantrell is working on making it possible to reference sub-declarations in #355 which is all sorts of awesome :).
I'm trying to write some comments that reference some other class's methods and properties. Would some one tell me how to do it in markdown with Jazzy? I do know that jazzy can link class automatically if use
MyClass
.The text was updated successfully, but these errors were encountered: