Several people have already made the point not to use too much jargon or specialty knowlage in your documentation. But if you can't do that (because you don't feel like, or don't have the time to, explain what your module/program does in lay terms, or because you simply aren't that good of a writer), at least explain where the terminology you use /is/ documented, preferably on the web. For example, I'm (attempting to) write a module to nicely parse MIDL files into parameter lists for Win32::COM (which I don't link to because I havn't finished writing it). Now, I'm not going to explain all of MIDL's syntax and keywords, because I don't feel like repeating Microsoft's and the OMG's documentation on the matter, but also because some of it simply isn't very relevant, and some I don't even understand fully -- I just attempt to cleanly ignore. So, in my documentation (which I've only just begun to write), I make a lot of references. It isn't exactly a /good/ thing, but it's better then the alternitive.


We are using here a powerful strategy of synthesis: wishful thinking. -- The Wizard Book


In reply to Re: Writing Good Documentation by theorbtwo
in thread Writing Good Documentation by defyance

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.