comparison scripts/deprecated/octave_config_info.m @ 21549:17845d0e359f

doc: Remove unecessary whitespace and end of docstrings. * octave_config_info.m, dlmwrite.m, edit.m, padecoef.m, unique.m: Remove unecessary whitespace and end of docstrings.
author Rik <rik@octave.org>
date Mon, 28 Mar 2016 08:58:10 -0700
parents 5292a483275e
children 9fc91bb2aec3
comparison
equal deleted inserted replaced
21548:f044dc45b8b1 21549:17845d0e359f
23 ## @code{octave_config_info} is deprecated and will be removed in 23 ## @code{octave_config_info} is deprecated and will be removed in
24 ## Octave version 4.6. Use @code{__have_feature__ (@var{option})} or 24 ## Octave version 4.6. Use @code{__have_feature__ (@var{option})} or
25 ## @code{__octave_config_info__} as a replacement. 25 ## @code{__octave_config_info__} as a replacement.
26 ## 26 ##
27 ## Return a structure containing configuration and installation 27 ## Return a structure containing configuration and installation
28 ## information for Octave. 28 ## information for Octave.
29 ## 29 ##
30 ## If @var{option} is a string, return the configuration information for 30 ## If @var{option} is a string, return the configuration information for
31 ## the specified option. 31 ## the specified option.
32 ## 32 ##
33 ## @seealso{computer} 33 ## @seealso{computer}