Skip to content

Commit

Permalink
rmv NWB:N (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Dec 20, 2023
1 parent 753bd63 commit ec01001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generateCore.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function generateCore(varargin)
% GENERATECORE Generate Matlab classes from NWB core schema files
% GENERATECORE() Generate classes (Matlab m-files) from the
% NWB:N core namespace file. By default, generates off of the most recent nwb-schema
% NWB core namespace file. By default, generates off of the most recent nwb-schema
% release.
%
% GENERATECORE(version) Generate classes for the
Expand Down
2 changes: 1 addition & 1 deletion generateExtension.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function generateExtension(varargin)
% GENERATEEXTENSION Generate Matlab classes from NWB extension schema file
% GENERATEEXTENSION(extension_path...) Generate classes
% (Matlab m-files) from one or more NWB:N schema extension namespace
% (Matlab m-files) from one or more NWB schema extension namespace
% files. A registry of already generated core types is used to resolve
% dependent types.
%
Expand Down

0 comments on commit ec01001

Please # to comment.