# HG changeset patch # User John W. Eaton # Date 1343404333 14400 # Node ID 208db887393213fbae79b36cfe319a6d5da8b585 # Parent fab341b143c4fe23d771e8c0a6ca9dc8cf5d800a fix cross-referencing for some function aliases * arith.txi: Add @anchor tags for i, j, J, inf, and nan. diff -r fab341b143c4 -r 208db8873932 doc/interpreter/arith.txi --- a/doc/interpreter/arith.txi Fri Jul 27 08:22:21 2012 -0700 +++ b/doc/interpreter/arith.txi Fri Jul 27 11:52:13 2012 -0400 @@ -309,10 +309,15 @@ @DOCSTRING(pi) +@anchor{doc-i} +@anchor{doc-j} +@anchor{doc-J} @DOCSTRING(I) +@anchor{doc-inf} @DOCSTRING(Inf) +@anchor{doc-nan} @DOCSTRING(NaN) @DOCSTRING(eps)