-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
DocsDocumentation related issuesDocumentation related issuesMacrosIssues related to macrosIssues related to macroshacktoberfesthelp wanted
Description
Please Describe The Problem To Be Solved
If a given type is found inside the final doc before markdown generation, the markdown should link to it.
For example, if the type TBChannelId has been parsed and documented, the below markdown
# Attributes
- channel_id :: TBChannelId
- description :: &str
- emoji :: TBGuildWelcomeChannelEmoji?should be made into
# Attributes
- channel_id :: [TBChannelId](./TBChannelId.md)
- description :: &str
- emoji :: TBGuildWelcomeChannelEmoji?
Metadata
Metadata
Assignees
Labels
DocsDocumentation related issuesDocumentation related issuesMacrosIssues related to macrosIssues related to macroshacktoberfesthelp wanted