summaryrefslogtreecommitdiff
path: root/cli/source
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-31 13:35:50 -0600
committerRocky Madden <git@rockymadden.com>2012-10-31 13:35:50 -0600
commitf1ce16c765d1f30c7690c6a343b3301ee12418e1 (patch)
treeb5f07b0232d24c85b05ccbe73803f26598fdccc6 /cli/source
parent162445721c9b697ce48d05bc9653863c1a349f69 (diff)
downloadstringmetric-f1ce16c765d1f30c7690c6a343b3301ee12418e1.tar.gz
stringmetric-f1ce16c765d1f30c7690c6a343b3301ee12418e1.tar.bz2
stringmetric-f1ce16c765d1f30c7690c6a343b3301ee12418e1.zip
Added scaladoc note.
Diffstat (limited to 'cli/source')
-rwxr-xr-xcli/source/core/scala/org/hashtree/stringmetric/cli/package.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala b/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
index a8c1c01..45bc913 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
+++ b/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
@@ -1,6 +1,9 @@
package org.hashtree.stringmetric
-/** Provides core CLI functionality. */
+/**
+ * Provides core CLI functionality. Note that some things might look sloppy (e.g. access modifiers, broad imports,
+ * repetitive imports, etc), but are required because of the way scalascript is ultimately compiled.
+ */
package object cli {
type OptionMap = Map[Symbol, String]
} \ No newline at end of file