it is probably better to just remove the name from the comment.

On 7 August 2013 18:34, Hans Wennborg <[email protected]> wrote:
> Author: hans
> Date: Wed Aug  7 17:34:01 2013
> New Revision: 187922
>
> URL: http://llvm.org/viewvc/llvm-project?rev=187922&view=rev
> Log:
> Fix doxygen function name mismatch.
>
> Modified:
>     cfe/trunk/include/clang/Sema/Sema.h
>
> Modified: cfe/trunk/include/clang/Sema/Sema.h
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=187922&r1=187921&r2=187922&view=diff
> ==============================================================================
> --- cfe/trunk/include/clang/Sema/Sema.h (original)
> +++ cfe/trunk/include/clang/Sema/Sema.h Wed Aug  7 17:34:01 2013
> @@ -6785,7 +6785,8 @@ public:
>    /// ActOnPragmaMSStruct - Called on well formed \#pragma ms_struct 
> [on|off].
>    void ActOnPragmaMSStruct(PragmaMSStructKind Kind);
>
> -  /// ActOnPragmaMSStruct - Called on well formed \#pragma comment(kind, 
> "arg").
> +  /// ActOnPragmaMSComment - Called on well formed
> +  /// \#pragma comment(kind, "arg").
>    void ActOnPragmaMSComment(PragmaMSCommentKind Kind, StringRef Arg);
>
>    /// ActOnPragmaDetectMismatch - Call on well-formed \#pragma 
> detect_mismatch
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to