Download this file

12 lines (9 with data), 276 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
function folder = layoutDocRoot()
%layoutDocRoot Return the location of the GUI Layout Toolbox documentation.
%
% folder = layoutDocRoot()
%
% See also: layoutRoot
% Copyright 2014 The MathWorks, Inc.
folder = fileparts( mfilename( 'fullpath' ) );
end % layoutDocRoot