Skip to content

Commit 3de01e9

Browse files
committed
Add 'Example:'
1 parent 4c2b4aa commit 3de01e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/StmtCXX.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ class CXXDependentExpansionStmt : public CXXExpansionStmt {
737737
/// The expression used to compute the size of the expansion is not stored and
738738
/// is only created at the moment of expansion.
739739
///
740+
/// Example:
740741
/// \verbatim
741742
/// static constexpr std::string_view foo = "1234";
742743
/// template for (auto x : foo) {

0 commit comments

Comments
 (0)