You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2013/01/28 21:57:12 UTC

[lucy-issues] [jira] [Updated] (LUCY-194) Small Doc patch

     [ https://issues.apache.org/jira/browse/LUCY-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Wellnhofer updated LUCY-194:
---------------------------------

    Component/s: Documentation
    Description: 
--- a/core/Lucy/Plan/Schema.cfh
+++ b/core/Lucy/Plan/Schema.cfh
@@ -81,7 +81,7 @@ class Lucy::Plan::Schema inherits Lucy::Object::Obj {
     public uint32_t
     Num_Fields(Schema *self);
 
-    /** Return all the Schema's field names as an array.
+    /** Return all the Schema's field names as an arrayref.
      */  
     public incremented VArray*
     All_Fields(Schema *self);
-- 


  was:

--- a/core/Lucy/Plan/Schema.cfh
+++ b/core/Lucy/Plan/Schema.cfh
@@ -81,7 +81,7 @@ class Lucy::Plan::Schema inherits Lucy::Object::Obj {
     public uint32_t
     Num_Fields(Schema *self);
 
-    /** Return all the Schema's field names as an array.
+    /** Return all the Schema's field names as an arrayref.
      */  
     public incremented VArray*
     All_Fields(Schema *self);
-- 


    
> Small Doc patch
> ---------------
>
>                 Key: LUCY-194
>                 URL: https://issues.apache.org/jira/browse/LUCY-194
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Dan Markham
>            Priority: Trivial
>         Attachments: 0001-Doc-update-for-Lucy-Plan-Schema.patch
>
>
> --- a/core/Lucy/Plan/Schema.cfh
> +++ b/core/Lucy/Plan/Schema.cfh
> @@ -81,7 +81,7 @@ class Lucy::Plan::Schema inherits Lucy::Object::Obj {
>      public uint32_t
>      Num_Fields(Schema *self);
>  
> -    /** Return all the Schema's field names as an array.
> +    /** Return all the Schema's field names as an arrayref.
>       */  
>      public incremented VArray*
>      All_Fields(Schema *self);
> -- 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira