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