You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be a way of documenting modules. Right now documentation comments document whatever follows, but module-level documentation is a different case, as modules are defined by the file structure rather than syntax.
Therefore, I propose the following syntax for module-level docs:
#! This is a module-level documentation comment.
#! Hello, world!
The text was updated successfully, but these errors were encountered:
There needs to be a way of documenting modules. Right now documentation comments document whatever follows, but module-level documentation is a different case, as modules are defined by the file structure rather than syntax.
Therefore, I propose the following syntax for module-level docs:
The text was updated successfully, but these errors were encountered: