Remove useless param tag to fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 18 Nov 2019 14:08:46 +0000 (14:08 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 18 Nov 2019 14:09:11 +0000 (14:09 +0000)
clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h

index a3a8c69..a0c1900 100644 (file)
@@ -23,9 +23,6 @@ namespace dependencies{
 class DependencyScanningTool {
 public:
   /// Construct a dependency scanning tool.
-  ///
-  /// \param Compilations     The reference to the compilation database that's
-  /// used by the clang tool.
   DependencyScanningTool(DependencyScanningService &Service);
 
   /// Print out the dependency information into a string using the dependency