Author: rksimon Date: Thu Jun 8 12:01:01 2017 New Revision: 304988 URL: http://llvm.org/viewvc/llvm-project?rev=304988&view=rev Log: Wdocumentation fix.
Modified: clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h Modified: clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h?rev=304988&r1=304987&r2=304988&view=diff ============================================================================== --- clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h (original) +++ clang-tools-extra/trunk/clang-tidy/modernize/UseNoexceptCheck.h Thu Jun 8 12:01:01 2017 @@ -25,7 +25,7 @@ namespace modernize { /// Is converted to: /// \code /// void foo() ; -// void bar() noexcept(false); +/// void bar() noexcept(false); /// \endcode /// /// For the user-facing documentation see: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits