diff doc/interpreter/testfun.txi @ 14093:050bc580cb60 stable

doc: Various docstring improvements before 3.6.0 release. * NEWS, aspell-octave.en.pws, intro.txi, oop.txi, testfun.txi, tips.txi, FIRfilter.m, FIRfilter_aggregation.m, polynomial.m, polynomial_superiorto.m, usejava.m, pcg.m, pcr.m, nchoosek.m, validatestring.m, assert.m, weekday.m, cellfun.cc, error.cc, strfns.cc: Various docstring improvements before 3.6.0 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 21 Dec 2011 19:46:57 -0800
parents f07f7dd0d4df
children 72c96de7a403
line wrap: on
line diff
--- a/doc/interpreter/testfun.txi	Wed Dec 21 21:19:48 2011 -0500
+++ b/doc/interpreter/testfun.txi	Wed Dec 21 19:46:57 2011 -0800
@@ -312,9 +312,9 @@
 
 @example
 @group
-#if 0
+/*
 %!test disp ("this is a test")
-#endif
+*/
 @end group
 @end example
 
@@ -323,9 +323,9 @@
 
 @example
 @group
-/*
+#if 0
 %!test disp ("this is a test")
-*/
+#endif
 @end group
 @end example