comparison libinterp/corefcn/oct-obj.h @ 20946:6eff66fb8a02

style fixes for comments * find-dialog.cc, find-dialog.h, display.cc, error.cc, gl-render.cc, graphics.cc, graphics.in.h, max.cc, oct-handle.h, oct-obj.h, oct-stream.cc, oct.h, pr-output.cc, profiler.cc, str2double.cc, symtab.cc, toplev.cc, toplev.h, xgl2ps.c, zfstream.cc, zfstream.h, __glpk__.cc, audiodevinfo.cc, colamd.cc, symbfact.cc, ov-classdef.cc, ov-classdef.h, ov-java.cc, op-int.h, pt-pr-code.cc, pt-walk.h: Use C++-style comments where possible.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Dec 2015 22:39:36 -0500
parents 48b2ad5ee801
children ea779f11deae
comparison
equal deleted inserted replaced
20945:9d9270e2f98f 20946:6eff66fb8a02
18 along with Octave; see the file COPYING. If not, see 18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>. 19 <http://www.gnu.org/licenses/>.
20 20
21 */ 21 */
22 22
23 //////////////////////////////////////////////////////////////////////////////// 23 ////////////////////////////////////////////////////////////////////////
24 // oct-obj.h was deprecated in version 4.2 and will be removed in version 4.6. 24 // Note: oct-obj.h was deprecated in version 4.2 and will be removed in
25 //////////////////////////////////////////////////////////////////////////////// 25 // version 4.6.
26 ////////////////////////////////////////////////////////////////////////
26 27
27 #warning oct-obj.h has been deprecated; use ovl.h instead 28 #warning oct-obj.h has been deprecated; use ovl.h instead
28 29
29 #include "ovl.h" 30 #include "ovl.h"
30