changeset 32817:0ac71681e12d stable

genpropdoc.m: Remove commented code left in cset 90c570d578af * genpropdoc.m (printdoc): Remove commented sorting lines from texi generation function.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 23 Jan 2024 20:34:39 -0500
parents 098f551e723d
children 2b62b1c0e927 96c5759cf2a9
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Tue Jan 23 19:44:59 2024 -0500
+++ b/doc/interpreter/genpropdoc.m	Tue Jan 23 20:34:39 2024 -0500
@@ -3162,10 +3162,6 @@
 endfunction
 
 function str = printdoc (objname, obj, is_prop_subset)
-##  ## Sort fields so that they appear in alphabetic order in the manual
-##  fields = sort (fieldnames (obj));
-##  nf = numel (fields);
-
   ## File header and beginning of properties table
   str = warn_autogen ();
   if (strcmp (objname, "root"))