diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-11-01 09:03:00 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-11-01 09:03:00 -0700 |
commit | 643053fca515deb3bd8224b3bd4ee2e6b743949a (patch) | |
tree | 992cb6cdec2e44023aa011e3ec782ff16b63c963 | |
parent | Fixing README typo (diff) | |
download | ice-3.7.1-matlab-beta0.tar.bz2 ice-3.7.1-matlab-beta0.tar.xz ice-3.7.1-matlab-beta0.zip |
Minor doc fixesv3.7.1-matlab-beta0
-rw-r--r-- | matlab/msbuild/doc/overview.html | 4 | ||||
-rw-r--r-- | matlab/msbuild/doc/slice2matlab.html | 2 | ||||
-rw-r--r-- | matlab/msbuild/toolbox.template.prj | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/matlab/msbuild/doc/overview.html b/matlab/msbuild/doc/overview.html index 053dbdbdbed..7d3c5c64e2f 100644 --- a/matlab/msbuild/doc/overview.html +++ b/matlab/msbuild/doc/overview.html @@ -6,13 +6,13 @@ <span id="top" class="anchor_target"></span> <h1 class="title r2016b" id="">Ice </h1> <p>This toolbox contains the Ice for MATLAB SDK, Slice to MATLAB compiler and Slice files - required to develop Ice for MATLAB applications.</p> + required for developing Ice for MATLAB applications.</p> <div itemprop="content"> <h2 id="descrip">Release Notes</h2> <p>For details on the Ice for MATLAB toolbox release, please refer to the <a href="https://doc.zeroc.com/display/IceMatlab/Ice+Release+Notes">Release Notes</a>.</p> <h2 id="descrip">Manual</h2> - <p>You can read Ice for MATLAB documentation in the + <p>You can read the Ice for MATLAB documentation in the <a href="https://doc.zeroc.com/display/IceMatlab/Ice+Manual">Ice Manual</a>.</p> </div> </div> diff --git a/matlab/msbuild/doc/slice2matlab.html b/matlab/msbuild/doc/slice2matlab.html index f1198c75b02..7c3b9e159b0 100644 --- a/matlab/msbuild/doc/slice2matlab.html +++ b/matlab/msbuild/doc/slice2matlab.html @@ -6,7 +6,7 @@ <span id="top" class="anchor_target"></span> <h1 class="title r2016b" id="">slice2matlab </h1> <p>Compiles Slice files using the Slice-to-MATLAB compiler included with the Ice toolbox.</p> - <p>The complete documentation for the Slice-to-MATLAB compiler is availabe with the + <p>The complete documentation for the Slice-to-MATLAB compiler is available in the <a href="https://doc.zeroc.com/display/IceMatlab/slice2matlab+Command-Line+Options">Ice Manual</a>.</p> <div itemprop="content"> <h2 id="syntax">Syntax</h2> diff --git a/matlab/msbuild/toolbox.template.prj b/matlab/msbuild/toolbox.template.prj index d91f5bb1434..f0aaf1fadc8 100644 --- a/matlab/msbuild/toolbox.template.prj +++ b/matlab/msbuild/toolbox.template.prj @@ -11,7 +11,7 @@ <param.company>ZeroC, Inc.</param.company> <param.summary>Ice @IceVersion@ for MATLAB @MatlabVersion@</param.summary> <param.description>Ice is a comprehensive RPC framework with support for MATLAB, C++, .NET, Java, Python and more. Please refer to the Ice Manual for more information: - https://doc.zeroc.com/display/IceMatlab/Ice+Manual.</param.description> + https://doc.zeroc.com/display/IceMatlab/Ice+Manual</param.description> <param.screenshot>${PROJECT_ROOT}\zeroc_logo-64x64.png</param.screenshot> <param.version>@IceVersion@</param.version> <param.output>${PROJECT_ROOT}\ice.mltbx</param.output> |