diff --git a/documentation/TODO.html b/documentation/TODO.html deleted file mode 100644 index 80cfc32..0000000 --- a/documentation/TODO.html +++ /dev/null @@ -1,22 +0,0 @@ -
NTScalarArrayBuilder::arrayValue
-Should this be:
-NTScalarArrayBuilder::value
-This makes NTScalarArray consistent with other NTTypes.
-This does not have a value field like all the other NTTypes. -Perhaps instead of
-NTNameValue
- string[] name
- string[] value
-
-It should be
-NTNameValue
- value
- string[] name
- string[] value
-
-Should lables be label? -Compare with name,value from NTNameValue.
\ No newline at end of file diff --git a/documentation/TODO.md b/documentation/TODO.md index 044b06c..c169390 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -1,37 +1,5 @@ TODO -=========== +==== -NTScalarArray ------------- +Documentation for recently added types. -NTScalarArrayBuilder::arrayValue - -Should this be: - -NTScalarArrayBuilder::value - -This makes NTScalarArray consistent with other NTTypes. - - -NTNameValue ------------- - -This does not have a value field like all the other NTTypes. -Perhaps instead of - - NTNameValue - string[] name - string[] value - -It should be - - NTNameValue - value - string[] name - string[] value - -NTTable ----------- - -Should lables be label? -Compare with name,value from NTNameValue.