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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to