diff doc/interpreter/octave.texi @ 24549:2c497be89710

doc: Create new Graphic Properties Index (bug #52812). * doc/interpreter/pr-idx.txi: New index file. * doc/interpreter/module.mk: Add pr-idx.txi to build system. * genpropdoc.m: Place graphic properties in to @prindex. * octave.texi: Use "@defindex pr" to create a new index. Add "Graphics Properties Index" to menu. "@include pr-idx.texi" as last index after Operators Index. * plot.txi: Put "ObjectXXX Properties" into prindex and use @sortas to have overall list appear first in index.
author Rik <rik@octave.org>
date Sun, 07 Jan 2018 20:02:31 -0800
parents fdc9ce839afd
children 086e6a86f83f
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Sat Jan 06 17:07:37 2018 -0600
+++ b/doc/interpreter/octave.texi	Sun Jan 07 20:02:31 2018 -0800
@@ -55,6 +55,7 @@
 @end ignore
 
 @defindex op
+@defindex pr
 
 @c The version.texi file doesn't include a chapter, so it must not be
 @c included if you want to run the Emacs function
@@ -196,6 +197,7 @@
 * Concept Index::               An item for each concept.
 * Function Index::              An item for each documented function.
 * Operator Index::              An item for each documented operator.
+* Graphics Properties Index::   An item for each graphics object property.
 
 @detailmenu
  --- The Detailed Node Listing ---
@@ -980,5 +982,6 @@
 @include cp-idx.texi
 @include fn-idx.texi
 @include op-idx.texi
+@include pr-idx.texi
 
 @bye