Skip to content

Commit bdef80f

Browse files
authored
Fix an API that was changed w/o changing the header doc (#162401)
This was causing bot failures if you build with -Werror -Wdocumentation. Fix the docs to reflect the new headers.
1 parent 5d5fe11 commit bdef80f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

lldb/include/lldb/Utility/Stream.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,8 @@ class Stream {
260260
/// \param[in] text
261261
/// The string to be output to the stream.
262262
///
263-
/// \param[in] pattern
264-
/// The regex pattern to match against the \a text string. Portions of \a
265-
/// text matching this pattern will be colorized. If this parameter is
266-
/// nullptr, highlighting is not performed.
267-
/// \param[in] prefix
268-
/// The ANSI color code to start colorization. This is
269-
/// environment-dependent.
270-
/// \param[in] suffix
271-
/// The ANSI color code to end colorization. This is
272-
/// environment-dependent.
263+
/// \param[in] settings
264+
/// Optional print hilight settings.
273265
void PutCStringColorHighlighted(
274266
llvm::StringRef text,
275267
std::optional<HighlightSettings> settings = std::nullopt);

0 commit comments

Comments
 (0)