From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B15833858D37; Thu, 25 May 2023 15:41:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B15833858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685029309; bh=W5+YIuWiabf80TjPcd7p/q5DYLue5JLIiNf3WliW1To=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vRABkemRP7NIN4vxZR3Ql9AKHLr/Q8ECrVEtz87waE0h/BEBPNIEM6gXY+Cq5cwlC bX5c/dyEwuPm0Q3djZDgb11ywiIpe/Bc2Yz61/ySwd8ypX32sUtCyfYEMXisIc75Vl PPYZFAttMJpJB7CctzDwJXgSyO4pL4zxB26hBsuY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109965] rename 'Modules' to 'Categories' in tree-view of doxygen-generated libstdc++ documentation Date: Thu, 25 May 2023 15:41:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109965 --- Comment #4 from Jonathan Wakely --- (In reply to Saifi Khan from comment #2) > Short of re-compiling the doxygen code with string literal changed to > "Components" i can't seem to find any other way. Well if nothing else works, we can just use sed on the generated pages. (In reply to Saifi Khan from comment #3) > The file modified is > /opt/gcc/src/libstdc++-v3/doc/doxygen/DoxygenLayout.xml It needs to be in the directory where doxygen is run, or pointed to by the LAYOUT_FILE config in doc/doxygen/user.cfg.in=