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
If export is used on a public binding (for example a proc), the documentation for it is generated twice.
Example
proctest*() =discardexport test
Current Output
Expected Output
Additional Information
This bug appears in the random module (see #16953 (comment)), where the documentation for initRand(int64) is generated twice.
$ nim -v
Nim Compiler Version 1.5.1 [Linux: amd64]
Compiled at 2021-02-08
Copyright (c) 2006-2021 by Andreas Rumpf
git hash: c548f97241c9f0da8f9442c07b99dd9d6adf225a
The text was updated successfully, but these errors were encountered:
for motivation (since some would object provided example is contrived), a use case is when you already have an exported overload, and then conditionally export another overload.
If
export
is used on a public binding (for example a proc), the documentation for it is generated twice.Example
Current Output
Expected Output
Additional Information
This bug appears in the
random
module (see #16953 (comment)), where the documentation forinitRand(int64)
is generated twice.The text was updated successfully, but these errors were encountered: