Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[DOCS] Updated documentation in src

6 views
Skip to first unread message

Michael Scott

unread,
Jan 29, 2004, 1:20:50 PM1/29/04
to perl6-i...@perl.org
I've add inline docs to everything in src (except for malloc.c and
malloc-trace.c).

At times I wondered whether this was the right thing to do. For
example, in mmd.c, where Dan had already created a mmd.pod, I ended up
duplicating information. At other times I reckoned that what was needed
was an autodoc. Other times the best I could do was rephrase the
function name. All issues to address in phase 2.

Next I think, for a bit of light relief, I'll do the examples.

For those who want to browse:

http://homepage.mac.com/michael_scott/Parrot/docs/html/

Mike


Matt Fowles

unread,
Jan 29, 2004, 3:14:41 PM1/29/04
to Michael Scott, perl6-i...@perl.org
Mike~

You rock. That is really nice.

Matt

Leopold Toetsch

unread,
Jan 29, 2004, 4:40:16 PM1/29/04
to Matt_...@softhome.net, perl6-i...@perl.org
Matt Fowles <Matt_...@softhome.net> wrote:

[ another TOFU [1] ]

AOL

leo

> Mike~

> Matt

[1]

German: Text oben, fullquote unten - a posting style I don't like
(and an ETLA that very likely doesn't deserve more translation :) -
*but* there are of course exceptions ;)

Vishal Vatsa

unread,
Jan 30, 2004, 5:23:24 AM1/30/04
to Michael Scott, perl6-i...@perl.org
On Thursday 29 January 2004 18:20, Michael Scott wrote:

> For those who want to browse:
>
> http://homepage.mac.com/michael_scott/Parrot/docs/html/
>
> Mike

Thanks....
you defn. rock...
--
Vishal Vatsa
Dept. of Computer Sc.
NUI Maynooth

Tim Bunce

unread,
Jan 30, 2004, 1:23:03 PM1/30/04
to Michael Scott, perl6-i...@perl.org
Would doxygen be of use here? http://www.doxygen.org/

Here's an example use http://www.speex.org/API/refman/speex__bits_8h.html#a2
Follow the links, including to the annotated source file.

Tim.

Michael Scott

unread,
Jan 30, 2004, 7:05:02 PM1/30/04
to Tim Bunce, perl6-i...@perl.org
I haven't ruled out something like that in the long term, but what I'm
trying achieve at the moment is just to see some pod everywhere. This
has the merit that I visit every file and ensure that some basic
information gets provided for the newbies - my target audience.

In a sense I'm following the time honoured tradition of throwing one
away, namely the Getting Started Guide on the wiki. I'm shifting pod
from there into the files.

At the moment I'm just building a big index.html list and using the
default html formatting from Pod-Simple, but this will change soon.

I think the trick is to model the project with perl modules so that
it's straightforward to extract and compose information. I already have
the basis for this, which I'll check in any day now.

Mike

Tim Bunce

unread,
Feb 1, 2004, 6:02:34 AM2/1/04
to Michael Scott, Tim Bunce, perl6-i...@perl.org
Great, thanks.

Tim.

0 new messages