Add comment to DocumentationType.

This commit is contained in:
Danila Fedorin 2017-08-16 15:38:02 -07:00
parent 251da90d57
commit 16faceb3cc
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
package org.nwapw.abacus.function;
/**
* Enum that holds the type of documentation that has been
* registered with Abacus.
*/
public enum DocumentationType {
FUNCTION