From 82d4b50bef31f23b5c93d7db6b8ee1d08ba6319e Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Tue, 22 Dec 2015 16:48:45 -0500 Subject: [PATCH] [Doc] Fix warnings in Sphinx/Matlab docs --- interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m | 1 + interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m | 1 + 2 files changed, 2 insertions(+) diff --git a/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m b/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m index c3afb15e8..0e0dc9e41 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m @@ -4,6 +4,7 @@ function setState_Psat(tp, px) % The fluid state will be set to a saturated liquid-vapor state using the % input pressure and vapor fraction (quality) as the independent, % intensive variables. +% % :param tp: % Instance of class :mat:func:`ThermoPhase` (or another % class derived from ThermoPhase) diff --git a/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m b/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m index fe1accaca..160562965 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m @@ -4,6 +4,7 @@ function setState_Tsat(tp, tx) % The fluid state will be set to a saturated liquid-vapor state using the % input temperature and vapor fraction (quality) as the independent, % intensive variables. +% % :param tp: % Instance of class :mat:func:`ThermoPhase` (or another % class derived from ThermoPhase)