Revision: 29939
          http://sourceforge.net/p/bibdesk/svn/29939
Author:   hofman
Date:     2025-12-02 17:49:53 +0000 (Tue, 02 Dec 2025)
Log Message:
-----------
fix method names in help

Modified Paths:
--------------
    trunk/bibdesk/BDSKFiler.h

Modified: trunk/bibdesk/BDSKFiler.h
===================================================================
--- trunk/bibdesk/BDSKFiler.h   2025-12-02 17:46:12 UTC (rev 29938)
+++ trunk/bibdesk/BDSKFiler.h   2025-12-02 17:49:53 UTC (rev 29939)
@@ -85,7 +85,7 @@
 - (BOOL)checkPapersFolder;
 
 /*!
-       @method         autoFileLinkedFiles:fromDocument:doc:check:
+       @method         autoFileLinkedFiles:fromDocument:check:actionName:
        @abstract       Main auto-file routine to file papers in the Papers 
folder according to a generated location.
        @param          papers An array of linked files to be auto-filed.
        @param          doc The parent document of the papers. 
@@ -97,8 +97,8 @@
 - (void)autoFileLinkedFiles:(NSArray<BDSKLinkedFile *> *)papers 
fromDocument:(BibDocument *)doc check:(BOOL)check actionName:(nullable NSString 
*)actionName;
 
 /*!
- @method        autoFileItems:forField:fromDocument:doc:check:
- @abstract    Main auto-file routine to file papers for a field in the Papers 
folder according to a generated location.
+ @method        autoFileItems:forField:fromDocument:check:actionName:
+ @abstract      Main auto-file routine to file papers for a field in the 
Papers folder according to a generated location.
  @param        items An array of publications for which files should be 
auto-filed.
  @param        field The field whose values should be auto-filed
  @param        doc The parent document of the papers.
@@ -110,7 +110,7 @@
 - (void)autoFileItems:(NSArray<BibItem *> *)items forField:(NSString *)field 
fromDocument:(BibDocument *)doc check:(BOOL)check actionName:(nullable NSString 
*)actionName;
 
 /*!
-       @method         movePapers:forField:fromDocument:options:
+       @method         movePapers:forField:fromDocument:options:actionName:
        @abstract       Tries to move list of papers from a document.
        @param          paperInfos A list of info dictionaries containing a 
BibItem, a BDSKLinkedFile and for non-initial autofiles a target path.
        @param          field The field for which to move the linked files.

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to