From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by sourceware.org (Postfix) with ESMTPS id DC6CA3858D32; Mon, 3 Oct 2022 09:29:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC6CA3858D32 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4MgwX32jdRz9sS9; Mon, 3 Oct 2022 11:29:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1664789363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hWaulfAnMYiHE5jf4x147S40YIqvayOQycJd0K5D+/0=; b=yBH+LefrH9YxRiSlldcAsSeVH/0XxNMM2AZo/TcYvW9clGkWV3kYY+SdHcBcJKFleQpSy/ uQ6az18c9JNvZw6NbMl4g7hAu3GRNypGHpaCOLxBqXyFEoThn8lbotWc2BbKGN9PMPZs1Z PzIvTOZbPur6Y4wJiJFFk5kdDZ7xr+Qrjt+4X6M4iIaf0O04wkYRYUnnTYRXHQg9seh0Gn 0Jn7kg0xyC1DjvlS+jajduQqnru6hdoVyHGJ8TYxb+H5kb91k3mfQsf7dzDbT37uTnSPed eLOaaGwInQ+m64ZNVmpzltChhTXddixnub+sknPsU+1EFW6K/mUUdrJuH3DW1w== From: Arsen =?utf-8?B?QXJzZW5vdmnEhw==?= To: Jonathan Wakely Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [PATCH] libstdc++: Use ///< for inline documentation Date: Mon, 03 Oct 2022 11:29:19 +0200 Message-ID: <5180385.XzS0BqJLIp@bstg> In-Reply-To: References: <20221001184004.3599748-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4530301.ZazWIlX6tV"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --nextPart4530301.ZazWIlX6tV Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Arsen =?utf-8?B?QXJzZW5vdmnEhw==?= To: Jonathan Wakely Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [PATCH] libstdc++: Use ///< for inline documentation Date: Mon, 03 Oct 2022 11:28:50 +0200 Message-ID: <5180385.XzS0BqJLIp@bstg> MIME-Version: 1.0 On Monday, 3 October 2022 10:37:00 CEST Jonathan Wakely wrote: > I did look into this after you pointed it out on IRC. Unless I fumbled > my doxygen roll, the results are the same for /// and ///< so maybe > at some point Doxygen started to DTRT even without the < character. It is actually unchanged for the standard IO objects, for some reason. The rounding style enum produced different results after this change (for convenience, link below; intermediate is missing, towards_zero is misdocumented). Unsure what the exact rule is, but, AFAICT, ///< is not worse, and on top of that, clangd interprets it properly (it's how I stumbled upon this, cout was "Linked to standard output" in its LSP hover response). https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01635.html#a53dbc8= 572a84ca50272f9e55a1e23e18 =2D-=20 Arsen Arsenovi=C4=87 --nextPart4530301.ZazWIlX6tV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iNUEABYKAH0WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCYzqrUl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MwAKCRBSwpQwHqLE k852AQDOm3fisIgDy8iq0+qPlG1Aw2OBarQFsochusCXPjOmywEA4tzC5cbCBL/t x13iJx6/44dn6sx1CqsEBD3siMimqQc= =FsDh -----END PGP SIGNATURE----- --nextPart4530301.ZazWIlX6tV--