You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2019/06/28 19:00:11 UTC

[incubator-daffodil-site] branch master updated: Changes arrayIndex to occursIndex

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 63dcf5e  Changes arrayIndex to occursIndex
63dcf5e is described below

commit 63dcf5e8742e6f5ba45704381ea7161870230f71
Author: Olabusayo Kilo <ok...@tresys.com>
AuthorDate: Fri Jun 28 13:49:14 2019 -0400

    Changes arrayIndex to occursIndex
    
    Also removed occursBound subcommand as it is no longer implemented
    
    DAFFODIL-1478
---
 site/debugger.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/site/debugger.md b/site/debugger.md
index cee5f99..f53716d 100644
--- a/site/debugger.md
+++ b/site/debugger.md
@@ -130,10 +130,6 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
      The valid items are:
 
-     ``arrayIndex``
-
-     : Display the current array limit. Abbreviation: ``ai``
-
      ``bitLimit``
 
      : Display the current bit limit. Abbreviation: ``bl``
@@ -182,9 +178,9 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
      : Display the current infoset. Abbreviation: ``i``
 
-     ``occursBounds``
+     ``occursIndex``
 
-     : Display the current occurs bounds. Abbreviation: ``ob``
+     : Display the current array limit. Abbreviation: ``oi``
 
      ``parser``