comparison libinterp/interpfcn/error.cc @ 15525:ae43fc2ddcac

maint: Merge stable to default to pick up documentation fix for warning ids.
author Rik <rik@octave.org>
date Mon, 15 Oct 2012 08:50:29 -0700
parents src/error.cc@15628a84a4fa src/error.cc@049e8bbff782
children 550147454137
comparison
equal deleted inserted replaced
15523:bf466a60651f 15525:ae43fc2ddcac
1211 You should use this function when you want to notify the user\n\ 1211 You should use this function when you want to notify the user\n\
1212 of an unusual condition, but only when it makes sense for your program\n\ 1212 of an unusual condition, but only when it makes sense for your program\n\
1213 to go on.\n\ 1213 to go on.\n\
1214 \n\ 1214 \n\
1215 The optional message identifier allows users to enable or disable\n\ 1215 The optional message identifier allows users to enable or disable\n\
1216 warnings tagged by @var{id}. The special identifier @samp{\"all\"} may\n\ 1216 warnings tagged by @var{id}. A message identifier is of the form\n\
1217 be used to set the state of all warnings.\n\ 1217 \"NAMESPACE:WARNING-NAME\". Octave's own warnings use the \"Octave\"\n\
1218 namespace (@pxref{doc-warning_ids}). The special identifier @samp{\"all\"}\n\
1219 may be used to set the state of all warnings.\n\
1218 \n\ 1220 \n\
1219 If the first argument is @samp{\"on\"} or @samp{\"off\"}, set the state\n\ 1221 If the first argument is @samp{\"on\"} or @samp{\"off\"}, set the state\n\
1220 of a particular warning using the identifier @var{id}. If the first\n\ 1222 of a particular warning using the identifier @var{id}. If the first\n\
1221 argument is @samp{\"query\"}, query the state of this warning instead.\n\ 1223 argument is @samp{\"query\"}, query the state of this warning instead.\n\
1222 If the identifier is omitted, a value of @samp{\"all\"} is assumed. If\n\ 1224 If the identifier is omitted, a value of @samp{\"all\"} is assumed. If\n\