From e74cd68cfb39aed0951888fa86869229fd6af026 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 5 Nov 2025 09:14:11 +0100 Subject: [PATCH] add backticks --- Stream_support/examples/Stream_support/color_ostream.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stream_support/examples/Stream_support/color_ostream.cpp b/Stream_support/examples/Stream_support/color_ostream.cpp index 2c393ce110d..7e45642aa91 100644 --- a/Stream_support/examples/Stream_support/color_ostream.cpp +++ b/Stream_support/examples/Stream_support/color_ostream.cpp @@ -4,8 +4,8 @@ /*! * \example Stream_support/color_ostream.cpp * - * This example demonstrates how to use CGAL::IO::Basic_color_streambuf - * and CGAL::IO::Basic_color_stream_guard for formatting output with + * This example demonstrates how to use `CGAL::IO::Basic_color_streambuf` + * and `CGAL::IO::Basic_color_stream_guard` for formatting output with * ANSI colors. */