Mercurial > hg > octave-jordi
comparison scripts/pkg/private/print_package_description.m @ 14477:ae835555ab58
doc: Fix more pkg.m doc build failures
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 16 Mar 2012 19:15:05 -0400 |
parents | a46b8b0bd325 |
children | 05b59be209ed |
comparison
equal
deleted
inserted
replaced
14476:424a154ec9da | 14477:ae835555ab58 |
---|---|
16 ## You should have received a copy of the GNU General Public License | 16 ## You should have received a copy of the GNU General Public License |
17 ## along with Octave; see the file COPYING. If not, see | 17 ## along with Octave; see the file COPYING. If not, see |
18 ## <http://www.gnu.org/licenses/>. | 18 ## <http://www.gnu.org/licenses/>. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} print_package_description (@var{pkg_name},@ | 21 ## @deftypefn {Function File} {} print_package_description (@var{pkg_name}, @var{pkg_ver}, @var{pkg_idx_struct}, @var{pkg_desc}, @var{status}, @var{verbose}) |
22 ## @var{pkg_ver}, @var{pkg_idx_struct}, @var{pkg_desc}, @var{status}, @var{verbose}) | |
23 ## Undocumented internal function. | 22 ## Undocumented internal function. |
24 ## @end deftypefn | 23 ## @end deftypefn |
25 | 24 |
26 function print_package_description (pkg_name, pkg_ver, pkg_idx_struct, | 25 function print_package_description (pkg_name, pkg_ver, pkg_idx_struct, |
27 pkg_desc, status, verbose) | 26 pkg_desc, status, verbose) |