Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to crossreference types, methods, packages #3

Open
mariotoffia opened this issue Oct 6, 2020 · 0 comments
Open

Ability to crossreference types, methods, packages #3

mariotoffia opened this issue Oct 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mariotoffia
Copy link
Owner

mariotoffia commented Oct 6, 2020

Initial thought is - around the figures of...

Type Example
type @mypackagename.MyType
type @github.com/mariotoffia/goasciidoc/mypackagename.MyType
method @Mymethod
method @mypackagename.MyMethod
method @github.com/mariotoffia/goasciidoc/mypackagename.MyMethod
method @myStruct.MyMethod
method @mypackagename.myStruct.MyMethod
method @github.com/mariotoffia/goasciidoc/mypackagename.myStruct.MyMethod
method @myInterface.MyMethod
method @mypackagename.myInterface.MyMethod
method @github.com/mariotoffia/goasciidoc/mypackagename.myInterface.MyMethod
package @mypackage
package @github.com/mariotoffia/goasciidoc/mypackagename
@mariotoffia mariotoffia added the enhancement New feature or request label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant