tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit ac23a4ebfb2adf9e966b834d02ba1713428061d2
parent 09e183e3f576d614c5816b3108515a7c4849df60
Author: Tooru Fujisawa <arai_a@mac.com>
Date:   Tue,  6 Jan 2026 02:26:28 +0000

Bug 2002872 - Part 4: Document the minimum lines for the nesting range for variables. r=asuth

Differential Revision: https://phabricator.services.mozilla.com/D277691

Diffstat:
Mdocs/contributing/searchfox/source_listing.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/contributing/searchfox/source_listing.rst b/docs/contributing/searchfox/source_listing.rst @@ -63,6 +63,8 @@ Nesting header For nesting structures inside a source code, such as namespaces, classes, functions, etc, Searchfox shows a sticky header for the nesting. +For variable declarations spans across multiple lines in C++ code, the nesting header is shown if it has 10+ lines. + Symbols -------