http://llvm.org/bugs/show_bug.cgi?id=15208
Bug ID: 15208
Summary: [-Wdocumentation] "empty paragraph passed to '\param'
command" on wrong line
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
$ cat t.c
/**
* @param x
* @param y stuff
*/
void foo(int x, int y);
$ clang -fsyntax-only -Wdocumentation t.c
t.c:3:3: warning: empty paragraph passed to '\param' command [-Wdocumentation]
* @param y stuff
^
1 warning generated.
The warning should point the to line with 'x', not the line with 'y'.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs