Author: revane
Date: Tue Oct  1 08:21:39 2013
New Revision: 191754

URL: http://llvm.org/viewvc/llvm-project?rev=191754&view=rev
Log:
clang-apply-replacements: Fixing doxygen warning


Modified:
    
clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp

Modified: 
clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp?rev=191754&r1=191753&r2=191754&view=diff
==============================================================================
--- 
clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
 (original)
+++ 
clang-tools-extra/trunk/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
 Tue Oct  1 08:21:39 2013
@@ -157,6 +157,7 @@ bool applyReplacements(const std::vector
 /// \param[in] FileData The contents of the file \b after \c Replacements have
 /// been applied.
 /// \param[out] FormattedFileData The contents of the file after reformatting.
+/// \param[in] FormatStyle Style to apply.
 /// \param[in] Diagnostics For diagnostic output.
 ///
 /// \returns \li true if reformatting replacements were all successfully


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to