Add a bunch of autogenerated index entries.
[ibg.git] / appendices / c.rst
index b3277c28ad53f54357841328a4b7aeb5edba25b9..bbd896db84cd3019eb384e5aae164282b7d78e47 100644 (file)
@@ -93,6 +93,10 @@ you do, though, you'll get this::
        ** The room "(street)" has no "description" property **
        >
 
+.. Generated by autoindex
+.. index::
+   pair: description; library property
+
 Whoops! We've fallen foul of Inform's rule saying that every room must 
 have a :prop:`description` property, to be displayed by the interpreter when 
 you enter that room. Our ``street`` stub hasn't got a :prop:`description`, 
@@ -133,6 +137,10 @@ description is sufficient (and less trouble)::
 
        >
 
+.. Generated by autoindex
+.. index::
+   pair: name; library property
+
 You'll notice a couple of interesting points. Because we didn't supply 
 external names with our ``street`` , ``bow`` and ``quiver`` stubs, the 
 compiler has provided some for us -- ``(street)`` , ``(bow)`` and