Skip to content

Commit

Permalink
One more function documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Apr 24, 2015
1 parent 27c1973 commit 0f31856
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ abstract class DataType {
case _ => false
}

/** The default size of a value of this data type. */
/**
* The default size of a value of this data type, used internally for size estimation.
*/
def defaultSize: Int

/** Name of the type used in JSON serialization. */
Expand Down

0 comments on commit 0f31856

Please sign in to comment.