Skip to content

Commit b0a4102

Browse files
committed
Fix small doxygen comment issue caused during rebase
1 parent 99dd142 commit b0a4102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/DependencyScanning/DependencyScanningWorker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class DependencyScanningWorker {
9696
/// Run the dependency scanning tool for a given clang -cc1 command-line,
9797
/// and report the discovered dependencies to the provided consumer.
9898
///
99-
/// @return false if clang errors occurred (with diagnostics reported to
99+
/// \return false if clang errors occurred (with diagnostics reported to
100100
/// \c DiagConsumer), true otherwise.
101101
bool computeDependencies(
102102
StringRef WorkingDirectory, const std::vector<std::string> &CommandLine,

0 commit comments

Comments
 (0)