Mercurial > hg > octave-lyh
diff doc/interpreter/munge-texi.cc @ 3401:1b782f9cecfe
[project @ 2000-01-05 02:54:11 by jwe]
author | jwe |
---|---|
date | Wed, 05 Jan 2000 02:54:11 +0000 |
parents | 6c6cec6d4252 |
children | c4ba3cada9cb |
line wrap: on
line diff
--- a/doc/interpreter/munge-texi.cc +++ b/doc/interpreter/munge-texi.cc @@ -154,6 +154,12 @@ while (isspace (doc_string[i])) i++; + // Make `see also' references in functions + // possible using @anchor{TAG} (new with + // Texinfo 4.0). + + os << "@anchor{doc-" << symbol_name << "}\n"; + os << doc_string.substr (i); } else