You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generates a citation based on a given list of entries, .csl style source content and output format with a given {@link BibDatabaseContext}.
31
31
*
32
-
* @implNote the citation is generated using JavaScript which may take some time, better call it from outside the main Thread
32
+
* @implNote The citation is generated using an external library which may take some time, debatable if it is better to call it from outside the main Thread.
@@ -43,7 +43,7 @@ public static String generateCitation(List<BibEntry> bibEntries, String style, C
43
43
/**
44
44
* Generates a bibliography list in HTML format based on a given list of entries and .csl style source content with a default {@link BibDatabaseContext}.
45
45
*
46
-
* @implNote the bibliography is generated using JavaScript which may take some time, better call it from outside the main Thread
46
+
* @implNote The bibliography is generated using an external library which may take some time, debatable if it is better to call it from outside the main Thread.
* Generates a bibliography list based on a given list of entries, .csl style source content and output format with a given {@link BibDatabaseContext}.
56
56
*
57
-
* @implNote The bibliographies are generated using JavaScript which may take some time, better call it from outside the main thread.
57
+
* @implNote The bibliographies are generated using an external library which may take some time, debatable if it is better to call it from outside the main Thread.
0 commit comments