octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33434] Docs - doc/interpreter/io.texi fix


From: Rik
Subject: [Octave-bug-tracker] [bug #33434] Docs - doc/interpreter/io.texi fix
Date: Mon, 06 Jun 2011 16:26:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Update of bug #33434 (project octave):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

This is okay.  The .txi file has the text of the manual and then uses a macro,
@DOCSTRING(function_name), to insert Texinfo documentation that is stored with
the function.  For example, in the instance you cite the .txi file contains:


Formatted data from can be read from, or written to, text files as well.

@DOCSTRING(textread)

@DOCSTRING(textscan)


The first sentence is copied directly from io.txi to io.texi.  And in this
case, the rest of the documentation comes from the Texinfo strings embedded
with the functions in .m files.  If you look a few lines above line #982 in
io.texi you will find a comment line which identifies the function name and
where the documentation came from.  In this case,


@c textscan scripts/io/textscan.m



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33434>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]