[LLVMbugs] [Bug 15208] New: [-Wdocumentation] "empty paragraph passed to '\param' command" on wrong line

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 7 16:26:32 PST 2013


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: unassignedclangbugs at nondot.org
          Reporter: kremenek at apple.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130208/bbf995ea/attachment.html>


More information about the llvm-bugs mailing list