neo-go icon indicating copy to clipboard operation
neo-go copied to clipboard

Global documentation update

Open AnnaShaleva opened this issue 3 years ago • 0 comments

We need to ensure that our documentation is properly rendered by godoc (wrt https://tip.golang.org/doc/comment) which includes the following checks:

  1. Check that lists are displayed as lists (like it is don in https://github.com/nspcc-dev/neo-go/pull/2634#discussion_r941284261).
  2. 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).

AnnaShaleva avatar Aug 09 '22 14:08 AnnaShaleva