OffloadBundler.cpp - fix Wdocumentation warnings. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 1 Aug 2022 14:24:47 +0000 (15:24 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 1 Aug 2022 14:24:47 +0000 (15:24 +0100)
Fix param list instead of embedding \p tag

clang/lib/Driver/OffloadBundler.cpp

index d590c23..4a73d2c 100644 (file)
@@ -1086,8 +1086,8 @@ bool isCodeObjectCompatible(OffloadTargetInfo &CodeObjectInfo,
 
 /// @brief Computes a list of targets among all given targets which are
 /// compatible with this code object
-/// @param [in] Code Object \p CodeObject
-/// @param [out] List of all compatible targets \p CompatibleTargets among all
+/// @param [in] CodeObjectInfo Code Object
+/// @param [out] CompatibleTargets List of all compatible targets among all
 /// given targets
 /// @return false, if no compatible target is found.
 static bool