From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 689963858C39; Fri, 14 Oct 2022 09:11:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 689963858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665738684; bh=Gtr+miJ99Je9T+q2trD/LDLzQySgDucBsite8IEZbtQ=; h=From:To:Subject:Date:From; b=o4/aOR81KTE72ZtcsdkxdhqTDd2OVy/k19WKsJXxCmyzUEpTUssVbIhRb+X4gMaR8 vl20VMNE1OCJHMauHP2x4g5CDGKGmlSQ/fKLttNQOgOojTQGeXf0mn4BB5os1Chw0S Qjf+HmEBKizSPIybRCpL/SvYU61TfDQelpXsP188= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-3295] libstdc++: Use markdown in Doxygen comment X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 98fef35ad1d017bb86f50afe69e25c128a1a1be2 X-Git-Newrev: 6e8ce5d651b88cf9e91780105ca36dea83871d38 Message-Id: <20221014091124.689963858C39@sourceware.org> Date: Fri, 14 Oct 2022 09:11:24 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6e8ce5d651b88cf9e91780105ca36dea83871d38 commit r13-3295-g6e8ce5d651b88cf9e91780105ca36dea83871d38 Author: Jonathan Wakely Date: Wed Oct 12 12:07:14 2022 +0100 libstdc++: Use markdown in Doxygen comment This makes the comment easier to read in the source, without altering the Doxygen output. libstdc++-v3/ChangeLog: * include/std/iostream: Use markdown in Doxygen comment. Diff: --- libstdc++-v3/include/std/iostream | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index 02e9c3039d1..70318a45891 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -48,13 +48,13 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @name Standard Stream Objects * - * The <iostream> header declares the eight standard stream - * objects. For other declarations, see + * The `` header declares the eight *standard stream objects*. + * For other declarations, see * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C - * library's @c FILE streams, and to be available during program + * library's `FILE` streams, and to be available during program * startup and termination. For more information, see the section of the * manual linked to above. */