Revision: 12399
          http://sourceforge.net/p/skim-app/code/12399
Author:   hofman
Date:     2021-09-01 14:17:55 +0000 (Wed, 01 Sep 2021)
Log Message:
-----------
Fix documentation

Modified Paths:
--------------
    trunk/SkimNotes/NSFileManager_SKNExtensions.h

Modified: trunk/SkimNotes/NSFileManager_SKNExtensions.h
===================================================================
--- trunk/SkimNotes/NSFileManager_SKNExtensions.h       2021-08-31 14:37:08 UTC 
(rev 12398)
+++ trunk/SkimNotes/NSFileManager_SKNExtensions.h       2021-09-01 14:17:55 UTC 
(rev 12399)
@@ -208,7 +208,7 @@
     @abstract   Returns an array of Skim notes from the data.
     @discussion This is used to write a default Skim text notes representation 
when not provided for writing.
     @param      data The data object to extract the notes from, either an 
archive or plist data.
-    @result     A string representation of the notes.
+    @result     An array of dictionaries containing Skim notes properties.
 */
 extern NSArray *SKNSkimNotesFromData(NSData *data);
 
@@ -217,7 +217,7 @@
     @discussion Can return the data as archived data, or as universal plist 
data.
     @param      notes An array of dictionaries containing Skim note 
properties, as returned by the properties of a <code>PDFAnnotation</code>.
     @param      asPlist Whether to create universal plist data rather than 
archived data.
-    @result     A string representation of the notes.
+    @result     A data representation of the notes.
 */
 extern NSData *SKNDataFromSkimNotes(NSArray *notes, BOOL asPlist);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to