1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-28 21:56:23 -07:00

Add comment to DocumentationType.

This commit is contained in:
Danila Fedorin 2017-08-16 15:38:02 -07:00
parent 251da90d57
commit 19cd75bcdb

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