Added comments.

This commit is contained in:
Harry Moffat 2009-12-05 22:40:10 +00:00
parent b229d1d5f9
commit fc14dfe7f7

View file

@ -831,10 +831,12 @@ namespace ctml {
return x;
}
// This function reads a child node with the default name, "floatArray", with a value
// This function reads the current node or a child node of the current node
// with the default name, "floatArray", with a value field
// consisting of a comma separated list of floats
/*
* This function will read a child node to the current XML node, with the
* This function will read either the current XML node or a child node
* to the current XML node, with the
* name "floatArray". It will have a title attribute, and the body
* of the XML node will be filled out with a comma separated list of
* doublereals.