1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-10 17:25:19 +00:00

Add documentation loading for functions.

This commit is contained in:
2017-08-25 01:51:14 -07:00
parent 1a47e07e97
commit 1f0addccea
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ package org.nwapw.abacus.function;
*/
public enum DocumentationType {
FUNCTION
FUNCTION, TREE_VALUE_FUNCTION
}