[LLVMbugs] [Bug 24062] New: -Wdocumentation-unknown-command does not recognize \cond and \endcond

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 8 03:16:23 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24062

            Bug ID: 24062
           Summary: -Wdocumentation-unknown-command does not recognize
                    \cond and \endcond
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Keywords: quality-of-implementation, wrong-debug
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: gonzalobg88 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This was pointed out in a reply to 17437: 
https://llvm.org/bugs/show_bug.cgi?id=17437#c2

I recently run into this while using Eric Niebler's meta and range-v3
libraries. 

The documentation for \cond and \endcond is here: 
http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdcond

A start would be to recognize the commands. 

A full diagnostic would be to make sure that a \cond is always matched with an
\endcond.

-- 
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/20150708/bd790bcb/attachment.html>


More information about the llvm-bugs mailing list