]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Fri, 4 Dec 2015 11:56:59 +0000 (11:56 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 4 Dec 2015 11:56:59 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717938 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/eval/FunctionEval.java

index 82bde88d3b36be9caddbb892b0c9921e2ae23406..0c7de9722fa1073106f6cbae95a48e4894b73854 100644 (file)
@@ -55,7 +55,8 @@ public final class FunctionEval {
     protected static final Function[] functions = produceFunctions();
 
     /**
-     * @see https://www.openoffice.org/sc/excelfileformat.pdf
+     * See <a href="https://www.openoffice.org/sc/excelfileformat.pdf">Apache Open Office Excel File Format,
+     * Section 3.11 Built-In Sheet Functions</a>
      */
     private static Function[] produceFunctions() {
         Function[] retval = new Function[368];