diff --git a/documentation/TODO.html b/documentation/TODO.html deleted file mode 100644 index 289412d..0000000 --- a/documentation/TODO.html +++ /dev/null @@ -1,17 +0,0 @@ -
pv/printer.h is not used.
-There is a lot of public code that does not have doxygen tags.
-PVUnion, PVUnionArray, and PVStructureArray all have elements -that are treated like a top level field.
-Currently if a subField of any of these is changed postMonitor is not called for the field itself.
-David asked if this could be changed so that it is called. -Marty thinks this may not be a good idea.
-normativeTypes.html describes valueAlarm only for a value field that has type -double. -The implementation also supports all the numeric scalar types.
-A debate is on-going about what semantics should be.
\ No newline at end of file diff --git a/documentation/TODO.md b/documentation/TODO.md index 2ab06e5..c905c52 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -6,19 +6,6 @@ doxygen There is a lot of public code that does not have doxygen tags. - -postMonitor: PVUnion, PVUnionArray, and PVStructureArray --------- - -PVUnion, PVUnionArray, and PVStructureArray all have elements -that are treated like a top level field. - -Currently if a subField of any of these is changed postMonitor is not called for the field itself. - -David asked if this could be changed so that it is called. -Marty thinks this may not be a good idea. - - valueAlarm ---------