neo-go
neo-go copied to clipboard
Global documentation update
We need to ensure that our documentation is properly rendered by godoc (wrt https://tip.golang.org/doc/comment) which includes the following checks:
- Check that lists are displayed as lists (like it is don in https://github.com/nspcc-dev/neo-go/pull/2634#discussion_r941284261).
- Use doc links for the code structures and functions where possible (like it is done in https://github.com/nspcc-dev/neo-go/pull/2634#discussion_r940306146).