[LLVMbugs] [Bug 13384] New: Comment parsing: warn about multiple \param commands for the same parameter

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 17 14:29:40 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13384

             Bug #: 13384
           Summary: Comment parsing: warn about multiple \param commands
                    for the same parameter
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: gribozavr at gmail.com
        ReportedBy: gribozavr at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Warn when a single parameter is documented multiple times.  For example:

/// \param x Aaa
/// \param x Bbb
int f(int x);

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list