Skip to content
Snippets Groups Projects

Improve all help comments

14 files
+ 51
37
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 2
2
classdef config < handle
%CONFIG class handles methods and attributes related to the config
% CONFIG class handles methods and attributes related to the config
%file
%handle class used for dynamicy property updates
% handle class used for dynamicy property updates
properties (SetAccess = private)
mandatoryFields = {'Author', 'ProjectID'}
Loading