mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +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';
|
||||
}
|
||||
|
||||
(void) aya;
|
||||
(void) d;
|
||||
|
||||
/* Already write the 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>",
|
||||
field, field
|
||||
);
|
||||
(void) aya;
|
||||
(void) d;
|
||||
}
|
||||
#define SplitBy(sym, cb, del_str) \
|
||||
char *start_of_arg = val, *separator = NULL; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue