Commit c3a0f22b authored by Topi Reinio's avatar Topi Reinio Committed by Topi Reiniö
Browse files

qdoc: allow 'void' function parameter without a parameter name


There are a few functions using a C-style function declaration:

    void foo(void);

meaning that foo() takes no parameters. This change allows this
for QDoc, making it successfully match documented \fn blocks
with the correct declaration, and not print out warnings.

Change-Id: I8191c55094371431b0e9c2ad22d19cadcb7facfb
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
parent 191b7237
No related merge requests found
Showing with 1 addition and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment