1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-26 16:45:21 +00:00

Add documentation type for a documentation entry.

This commit is contained in:
2017-08-08 10:54:36 -07:00
parent 5f80c0bf14
commit ea5ff08c09
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package org.nwapw.abacus.function;
public enum DocumentationType {
FUNCTION
}