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
A `package` definition may have a prefix ShockDoc comment, allowing to document the package once.
55
-
56
-
```
57
-
/**
58
-
* Enumerations used in the core runtime.
59
-
*/
60
-
package com.business.coreRT.enum {}
61
-
```
54
+
A directory identifying a package relative to a source path may contain a README file (either `README` or `README.md`) written as Markdown text, which serves as a means to attach documentation to the package.
0 commit comments