Skip to content

Commit 9528866

Browse files
author
David Ungar
committed
Use \p for parameters in Doxygen comments.
1 parent 1f8f994 commit 9528866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swift/Frontend/Frontend.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,11 @@ class CompilerInstance {
352352
}
353353

354354
/// Record in PrimaryBufferIDs the fact that \BufID is a primary.
355-
/// If \BufID is already in the set, do nothing.
355+
/// If \p BufID is already in the set, do nothing.
356356
void recordPrimaryInputBuffer(unsigned BufID);
357357

358-
/// Record in PrimarySourceFiles the fact that \SF is a primary, and
359-
/// call recordPrimaryInputBuffer on \SF's buffer (if it exists).
358+
/// Record in PrimarySourceFiles the fact that \p SF is a primary, and
359+
/// call recordPrimaryInputBuffer on \p SF's buffer (if it exists).
360360
void recordPrimarySourceFile(SourceFile *SF);
361361

362362
bool isWholeModuleCompilation() { return PrimaryBufferIDs.empty(); }

0 commit comments

Comments
 (0)