diff doc/interpreter/macros.texi @ 15151:8bba043342ab

Move documentation for seealso macro outside of macro definition. Saves 15K in generated HTML. * macros.texi: Move documentation for seealso macro outside of macro definition.
author Rik <rik@octave.org>
date Fri, 10 Aug 2012 16:03:34 -0700
parents 88e67d58b06b
children bf1de4943a5d
line wrap: on
line diff
--- a/doc/interpreter/macros.texi	Fri Aug 10 17:59:35 2012 -0400
+++ b/doc/interpreter/macros.texi	Fri Aug 10 16:03:34 2012 -0700
@@ -27,15 +27,17 @@
 @c want lots of `See also: foo, bar, and baz' strings cluttering the
 @c printed manual (that information should be in the supporting text for
 @c each group of functions and variables).
+@c
+@c Implementation Note:
+@c For TeX, @vskip produces a nice separation.
+@c For Texinfo '@sp 1' should work, but in practice produces ugly results
+@c for HTML.  We use a simple blank line to produce the correct behavior. 
 
 @macro seealso {args}
 @iftex
 @vskip 2pt
 @end iftex
 @ifnottex
-@c Texinfo @sp should work but in practice produces ugly results for HTML.
-@c A simple blank line produces the correct behavior. 
-@c @sp 1
 
 @end ifnottex
 @noindent