We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation description for enum Foo is not generated using v doc -m -f html ./.
enum Foo
v doc -m -f html ./
$if macos { } // Foo lorem ipsum foo. pub enum Foo { foo } // Bar ipsum lorem bar. pub enum Bar { bar }
Expected the string "Foo lorem ipsum foo." to be generated below the type declaration in the docs.
Type declaration is generated, but the string above is left out.
No response
V 0.4.9 4225a34.42222e6
V full version: V 0.4.9 4225a34.42222e6 OS: macos, macOS, 15.1.1, 24B91 Processor: 8 cpus, 64bit, little endian, Apple M3 getwd: /Users/adamoates vexe: /Users/adamoates/v/v vexe mtime: 2025-01-01 19:24:10 vroot: OK, value: /Users/adamoates/v VMODULES: OK, value: /Users/adamoates/.vmodules VTMP: OK, value: /tmp/v_501 Git version: git version 2.39.5 (Apple Git-154) Git vroot status: weekly.2024.53-6-g42222e6c .git/config present: true CC version: Apple clang version 16.0.0 (clang-1600.0.26.4) emcc version: N/A thirdparty/tcc status: thirdparty-macos-arm64 713692d4
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The documentation description for
enum Foo
is not generated usingv doc -m -f html ./
.Reproduction Steps
v doc -m -f html ./
Expected Behavior
Expected the string "Foo lorem ipsum foo." to be generated below the type declaration in the docs.
Current Behavior
Type declaration is generated, but the string above is left out.
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.9 4225a34.42222e6
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: