Skip to content

Instantly share code, notes, and snippets.

@pbouffard
Created March 2, 2023 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbouffard/4dc041d2f113520b823f757e7b8dd95c to your computer and use it in GitHub Desktop.
Save pbouffard/4dc041d2f113520b823f757e7b8dd95c to your computer and use it in GitHub Desktop.
module FieldDocstringsMWE
struct Foo
"a field"
a
"b field"
b
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment