Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/warning_ids.m @ 12486:32279948bf3b
Document the Octave:autoload-relative-file-name warning.
author | Thomas Weber <tweber@debian.org> |
---|---|
date | Sun, 20 Feb 2011 19:13:03 +0000 |
parents | d1466d956d17 |
children | d0b799dafede |
comparison
equal
deleted
inserted
replaced
12485:f5a5e5252b5a | 12486:32279948bf3b |
---|---|
107 ## some code due to changes in associativity for some operators. | 107 ## some code due to changes in associativity for some operators. |
108 ## Associativity changes have typically been made for @sc{matlab} | 108 ## Associativity changes have typically been made for @sc{matlab} |
109 ## compatibility. By default, the @code{Octave:associativity-change} | 109 ## compatibility. By default, the @code{Octave:associativity-change} |
110 ## warning is enabled. | 110 ## warning is enabled. |
111 ## | 111 ## |
112 ## @item Octave:autoload-relative-file-name | |
113 ## If the @code{Octave:autoload-relative-file-name} is enabled, | |
114 ## Octave will warn when parsing autoload() function calls with relative | |
115 ## paths to function files. This usually happens when using autoload() | |
116 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same | |
117 ## directory as the .oct file referred to by the autoload() command. | |
118 ## By default, the @code{Octave:autoload-relative-file-name} | |
119 ## warning is enabled. | |
120 ## | |
112 ## @item Octave:divide-by-zero | 121 ## @item Octave:divide-by-zero |
113 ## If the @code{Octave:divide-by-zero} warning is enabled, a | 122 ## If the @code{Octave:divide-by-zero} warning is enabled, a |
114 ## warning is issued when Octave encounters a division by zero. By | 123 ## warning is issued when Octave encounters a division by zero. By |
115 ## default, the @code{Octave:divide-by-zero} warning is enabled. | 124 ## default, the @code{Octave:divide-by-zero} warning is enabled. |
116 ## | 125 ## |