diff --git a/NwbFile.m b/NwbFile.m index 9cb4488d..a3b8dea4 100644 --- a/NwbFile.m +++ b/NwbFile.m @@ -79,10 +79,10 @@ function export(obj, filename) end function objectMap = searchFor(obj, typename, varargin) - % Searches this NwbFile object for a given typename (either with - % full namespace or not. + % Searches this NwbFile object for a given typename + % Including the full namespace is optional. % WARNING: The returned paths are resolvable but do not necessarily - % indicate a real HDF5 path. Their only usage is to be resolvable. + % indicate a real HDF5 path. Their only function is to be resolvable. objectMap = searchProperties(... containers.Map,... obj,... diff --git a/doc/NwbFile.html b/doc/NwbFile.html index e2dbf6b2..f89afff6 100644 --- a/doc/NwbFile.html +++ b/doc/NwbFile.html @@ -2,7 +2,7 @@
- +