This is an automated email from Gerrit.

Yasushi SHOJI (ya...@spacecubics.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/6041

-- gerrit

commit d76f329383ebb50f3fa97f38f14c68b393921fc8
Author: Yasushi SHOJI <ya...@spacecubics.com>
Date:   Thu Jan 28 23:31:41 2021 +0900

    doc: manual: Fix @subpage handling
    
    The subpage "thelist" used to have a title "Pending and Open Tasks"
    but the commit c41db358a0100ab changed it to "The List". With
    @subpage, it now renders:
    
        "The List of The List enumerates opportunities for"
    
    instead of
    
        "The List of Pending and Open Tasks enumerates opportunities for"
    
    This commit fix it to
    
        "The List enumerates opportunities for"
    
    Change-Id: Ifee0dcd9b3c9f7e651a8748a7afda99eedea3c5c
    Signed-off-by: Yasushi SHOJI <ya...@spacecubics.com>

diff --git a/doc/manual/main.txt b/doc/manual/main.txt
index c14096b..14c64c2 100644
--- a/doc/manual/main.txt
+++ b/doc/manual/main.txt
@@ -9,7 +9,7 @@ and processes that have been developed by and for the OpenOCD 
community.
 Developers that want to contribute to OpenOCD should read the following
 sections before starting work:
 
-- The List of @subpage thelist enumerates opportunities for improving or
+- @subpage thelist enumerates opportunities for improving or
 extending the OpenOCD platform.  If your ideas are on The List, you might
 check the mailing list archives to find the status of your feature (or bug).
 - The @subpage styleguide provides rules that developers should

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to