mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI/FIX] Aya...
This commit is contained in:
parent
e0e398bfb5
commit
90ddce4757
1 changed files with 5 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ HandleReturnValue(Stream *out, AyadocComment *aya, HeaderDeclaration d, char *fi
|
||||||
*tag_del = '\0';
|
*tag_del = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
(void) aya;
|
||||||
|
(void) d;
|
||||||
|
|
||||||
/* Already write the field */
|
/* Already write the field */
|
||||||
StreamPrintf(out, " <span class='rets-span'>%s</span>", field);
|
StreamPrintf(out, " <span class='rets-span'>%s</span>", field);
|
||||||
|
|
||||||
|
|
@ -200,6 +203,8 @@ HandleSeeValue(Stream *out, AyadocComment *aya, HeaderDeclaration d, char *field
|
||||||
"<a href='#fdiv-%s' class='aya-see-field'>%s</a>",
|
"<a href='#fdiv-%s' class='aya-see-field'>%s</a>",
|
||||||
field, field
|
field, field
|
||||||
);
|
);
|
||||||
|
(void) aya;
|
||||||
|
(void) d;
|
||||||
}
|
}
|
||||||
#define SplitBy(sym, cb, del_str) \
|
#define SplitBy(sym, cb, del_str) \
|
||||||
char *start_of_arg = val, *separator = NULL; \
|
char *start_of_arg = val, *separator = NULL; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue