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
DDOC_SECTIONNAME
Currently libddoc returns the content of sections "ad-hoc", while they should be surrounded with a macro.
We already have the macro definitions so it's just a question of mapping and doing the right thing when the section is standard, basically:
auto content = "$(" ~ SECTIONS_MACROS[toLower(sec.name)] ~ " " ~ sec.content ~ ")"; sec.content = expand(Lexer(highlight(content)), sMacros);
Here.
Depends on #24 Feel free to assign me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently libddoc returns the content of sections "ad-hoc", while they should be surrounded with a macro.
We already have the macro definitions so it's just a question of mapping and doing the right thing when the section is standard, basically:
Here.
Depends on #24
Feel free to assign me.
The text was updated successfully, but these errors were encountered: