From 154e876ab06e7fa0758eb37618b366b68a66abf2 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 9 Nov 2016 15:25:10 +0000 Subject: [PATCH] Correct documentation for mps_root_create_area_tagged. Copied from Perforce Change: 192718 ServerID: perforce.ravenbrook.com --- mps/manual/source/topic/root.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mps/manual/source/topic/root.rst b/mps/manual/source/topic/root.rst index 325ef245830..a316149c610 100644 --- a/mps/manual/source/topic/root.rst +++ b/mps/manual/source/topic/root.rst @@ -544,7 +544,8 @@ Root interface ``base`` points to the first word to be scanned. - ``limit`` points to the location just beyond the end of the area to be scanned. + ``limit`` points to the location just beyond the end of the area + to be scanned. ``scan_area`` is an area scanning function, for example :c:func:`mps_scan_area`, or a similar user-defined function. See @@ -578,7 +579,8 @@ Root interface ``base`` points to a vector of tagged references. - ``count`` is the number of tagged references in the vector. + ``limit`` points to the location just beyond the end of the vector + of tagged references. ``scan_area`` is an tagged area scanning function that will be used to scan the area, for example :c:func:`mps_scan_area_tagged`