# HG changeset patch # User John Donoghue # Date 1444685444 14400 # Node ID 93d96da9ff3e2a8d2db0ff0806d2bd26479e7c37 # Parent d35201e5ce5d112889c407683732665c4f06826a Update uiXXXXX documentation for autogenerated properties * scripts/gui/uitoolbar.m: added ref to autogenerated properties * scripts/gui/uicontextmenu.m: added ref to autogenerated properties * scripts/gui/uicontrol.m: added ref to autogenerated properties * scripts/gui/uipanel.m: added ref to autogenerated properties * scripts/gui/uipushtool.m: added ref to autogenerated properties * scripts/gui/uitoggletool.m: added ref to autogenerated properties diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uicontextmenu.m --- a/scripts/gui/uicontextmenu.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uicontextmenu.m Mon Oct 12 17:30:44 2015 -0400 @@ -30,6 +30,8 @@ ## Any provided property value pairs will override the default values of the created ## uicontextmenu object. ## +## Uicontextmenu propertes are documented at @ref{Uicontextmenu Properties}. +## ## Examples: ## ## @example diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uicontrol.m --- a/scripts/gui/uicontrol.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uicontrol.m Mon Oct 12 17:30:44 2015 -0400 @@ -33,6 +33,8 @@ ## Any provided property value pairs will override the default values of the created ## uicontrol object. ## +## Uicontrol propertes are documented at @ref{Uicontrol Properties}. +## ## Control of the type of uicontrol created is through the use of the @var{style} property. ## If no style property is provided, a push button will be created. ## diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uipanel.m --- a/scripts/gui/uipanel.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uipanel.m Mon Oct 12 17:30:44 2015 -0400 @@ -32,6 +32,8 @@ ## Any provided property value pairs will override the default values of the created ## uipanel object. ## +## Uipanel propertes are documented at @ref{Uipanel Properties}. +## ## Examples: ## ## @example diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uipushtool.m --- a/scripts/gui/uipushtool.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uipushtool.m Mon Oct 12 17:30:44 2015 -0400 @@ -34,6 +34,8 @@ ## Any provided property value pairs will override the default values of the created ## uipushtool object. ## +## Uipushtool propertes are documented at @ref{Uipushtool Properties}. +## ## Examples: ## ## @example diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uitoggletool.m --- a/scripts/gui/uitoggletool.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uitoggletool.m Mon Oct 12 17:30:44 2015 -0400 @@ -34,6 +34,8 @@ ## Any provided property value pairs will override the default values of the created ## uitoggletool object. ## +## Uitoggletool propertes are documented at @ref{Uitoggletool Properties}. +## ## Examples: ## ## @example diff -r d35201e5ce5d -r 93d96da9ff3e scripts/gui/uitoolbar.m --- a/scripts/gui/uitoolbar.m Mon Oct 12 16:08:12 2015 -0700 +++ b/scripts/gui/uitoolbar.m Mon Oct 12 17:30:44 2015 -0400 @@ -30,6 +30,8 @@ ## Any provided property value pairs will override the default values of the created ## uitoolbar object. ## +## Uitoolbar propertes are documented at @ref{Uitoolbar Properties}. +## ## Examples: ## ## @example