Mercurial > hg > octave-lyh
comparison scripts/pkg/private/load_package_dirs.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} {@var{idx} = } load_package_dirs@ | 21 ## @deftypefn {Function File} {@var{idx} = } load_package_dirs (@var{lidx}, @var{idx}, @var{handle_deps}, @var{installed_pkgs_lst}) |
22 ## (@var{lidx}, @var{idx}, @var{handle_deps}, @var{installed_pkgs_lst}) | |
23 ## Undocumented internal function. | 22 ## Undocumented internal function. |
24 ## @end deftypefn | 23 ## @end deftypefn |
25 | 24 |
26 function idx = load_package_dirs (lidx, idx, handle_deps, installed_pkgs_lst) | 25 function idx = load_package_dirs (lidx, idx, handle_deps, installed_pkgs_lst) |
27 for i = lidx | 26 for i = lidx |