Documentation cleanup: fixing documentation for FrontendAction.
authorJames Dennett <jdennett@google.com>
Wed, 23 Jan 2013 00:45:44 +0000 (00:45 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 23 Jan 2013 00:45:44 +0000 (00:45 +0000)
commitf8317679cb2dab9d06835e05bd5d69c0bd8f491f
tree94d453cd2aac1f6dd2cf6fe4a592b00f697770fc
parent706eedb1b96367961f6897d6cce7a7d45d9488eb
Documentation cleanup: fixing documentation for FrontendAction.
* Fix a typo, s/BeginSourceAction/BeginSourceFile/, so that the documentation
  for FrontendAction::BeginSourceFileAction links correctly to BeginSourceFile;
* Add some basic \file documentation for FrontendAction.h;
* More use of "\brief" instead of repeating the name of the entity being
  documented;
* Stop using Doxygen-style "///" comments in FrontendAction.cpp, as they were
  polluting the documentation for BeginSourceFile;
* Drop incorrect "\see" markup that broke Doxygen's formatting;
* Other minor documentation fixes.

llvm-svn: 173213
clang/include/clang/Frontend/FrontendAction.h
clang/lib/Frontend/FrontendAction.cpp