Skip to content

Commit a8b1c4f

Browse files
cachemeifyoucanakyrtzi
authored andcommitted
Fix doxygen comment
Fix doxygen warning: '\c' command does not have a valid word argument [-Wdocumentation]
1 parent 55fdf8a commit a8b1c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Lex/PPCachedActions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PPCachedActions {
3636
FileID FID;
3737
Module *Submodule;
3838
};
39-
/// The module that is imported by an \c #include directive or \c @import.
39+
/// The module that is imported by an \c #include directive or \c \@import.
4040
struct IncludeModule {
4141
SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ImportPath;
4242
// Whether this module should only be "marked visible" rather than imported.

0 commit comments

Comments
 (0)