From cebc68474d823adbcab4d54c9491616e906b782a Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Fri, 16 Oct 2015 15:37:03 +0100 Subject: [PATCH] Update TODO --- documentation/TODO.html | 22 ---------------------- documentation/TODO.md | 36 ++---------------------------------- 2 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 documentation/TODO.html 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 @@ -

TODO

-

NTScalarArray

-

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.

\ 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.