add backticks

This commit is contained in:
Laurent Rineau 2025-11-05 09:14:11 +01:00
parent 6e2caa7e28
commit e74cd68cfb
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
/*! /*!
* \example Stream_support/color_ostream.cpp * \example Stream_support/color_ostream.cpp
* *
* This example demonstrates how to use CGAL::IO::Basic_color_streambuf * This example demonstrates how to use `CGAL::IO::Basic_color_streambuf`
* and CGAL::IO::Basic_color_stream_guard for formatting output with * and `CGAL::IO::Basic_color_stream_guard` for formatting output with
* ANSI colors. * ANSI colors.
*/ */