Sorry for my bad text parsing capabilities this morning ;-)

Well, I think such magic tool does not exist. Static structure can be Xref'ed but the run-time behavior depends on program-state, DB-information, time(?), etc. - something which might be documented by logging (e.g. for example sections of the docs and for analysis of program behavior). Beyond that, all tools rely on some commenting conventions to document the program semantics.

What is the initial requirement anyhow? Do you want to compile a handbook (documentation) or do you want to chart a map of a given software package (orientation, job training)?

In the long run, analyzing and (re-)documenting the code according to the conventions of the documentation tool you have chosen is the price to pay (aka tedious code maintenance work).


In reply to Re^3: Code struct map building? by Perlbotics
in thread Code struct map building? by jumash

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.