mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
Install rules IDK
I HATE GIT
This commit is contained in:
parent
8588a6fb5c
commit
a92e3daafa
8 changed files with 79 additions and 35 deletions
|
|
@ -329,7 +329,6 @@ GenerateHTML(Stream *out, AyadocComment *ayadoc, HeaderDeclaration decl)
|
|||
{
|
||||
if (StrEquals(attr, "Returns"))
|
||||
{
|
||||
/* TODO: Be a little more advanced. */
|
||||
StreamPrintf(out, "<div class='aya-pret' id='pret-%s'>", decl.name);
|
||||
StreamPrintf(out, "<h2>Returns</h2>");
|
||||
GenerateReturns(out, ayadoc, decl, value);
|
||||
|
|
@ -339,7 +338,6 @@ GenerateHTML(Stream *out, AyadocComment *ayadoc, HeaderDeclaration decl)
|
|||
}
|
||||
else if (StrEquals(attr, "See-Also"))
|
||||
{
|
||||
/* TODO: Be a little more advanced. */
|
||||
StreamPrintf(out, "<div class='aya-see' id='see-%s'>", decl.name);
|
||||
StreamPrintf(out, "<h2>See also</h2>");
|
||||
GenerateSee(out, ayadoc, decl, value);
|
||||
|
|
@ -349,7 +347,6 @@ GenerateHTML(Stream *out, AyadocComment *ayadoc, HeaderDeclaration decl)
|
|||
}
|
||||
else if (StrEquals(attr, "Thrasher"))
|
||||
{
|
||||
/* TODO: Be a little more advanced. */
|
||||
StreamPrintf(out, "<p class='aya-free' id='free-%s'>", decl.name);
|
||||
StreamPrintf(out, "<strong>This function may be destroyed with ");
|
||||
StreamPrintf(out, "<code><a href='#fdiv-%s'>%s</a></code>", value, value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue