Revision: 29074 http://sourceforge.net/p/bibdesk/svn/29074 Author: hofman Date: 2025-02-27 10:20:01 +0000 (Thu, 27 Feb 2025) Log Message: ----------- bibtex parser always returns nonnull array for items
Modified Paths: -------------- trunk/bibdesk/BDSKBibTeXParser.h Modified: trunk/bibdesk/BDSKBibTeXParser.h =================================================================== --- trunk/bibdesk/BDSKBibTeXParser.h 2025-02-27 00:08:35 UTC (rev 29073) +++ trunk/bibdesk/BDSKBibTeXParser.h 2025-02-27 10:20:01 UTC (rev 29074) @@ -61,7 +61,7 @@ @param outError (description) @result (description) */ -+ (nullable NSArray *)itemsFromString:(NSString *)aString owner:(nullable id<BDSKOwner>)anOwner error:(NSError **)outError; ++ (NSArray *)itemsFromString:(NSString *)aString owner:(nullable id<BDSKOwner>)anOwner error:(NSError **)outError; + (NSArray *)itemsFromData:(NSData *)inData macros:(NSMapTable * _Nullable * _Nullable)outMacros @@ -85,7 +85,7 @@ @param outError May be NULL. If non-NULL and the item has partial data, will be filled. @result (description) */ -+ (nullable NSArray *)itemsFromData:(NSData *)inData ++ (NSArray *)itemsFromData:(NSData *)inData macros:(NSMapTable * _Nullable * _Nullable)outMacros documentInfo:(NSDictionary * _Nullable * _Nullable)outDocumentInfo groups:(NSDictionary * _Nullable * _Nullable)outGroups This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit