apidoc additions/upgrades and such



i just made two apidoc commits. while doing documentation for stuff at work i
found to short commings in the grand scheme of things. the following two
commits address them. the first was the lack of a way to use the overridable
copyright/authors sections. see the doc in Glib::GenPod for info on how to use
it.

2004/01/27 10:44 (-0500) rwmcfa1

        * MakeHelper.pm: provide a mechinism for over-ridding the global
        variables in GenPod.

        * GenPod.pm: doc how to go about over-ridding the global vars.

the second was a way to add things to the see also section of an object, it
works just like the enums/flags stuff except that it is greedy up to the end
of the line. (you can have as many of them as you like distributed through a
MODULES' area)

=for see_also L<anything>, L<you put>, L<here>
=cut

2004/01/27 11:44 (-0500) rwmcfa1

        * ParseXSDoc.pm, GenPod.pm: added a new =for type, see_also which
        allows for appending things to see onto the end of the apidoc
        autogenerated SEE ALSO sections, much desired/asked for feature. code
        added to ParseXSDoc to find them and GenPod to use them.

-rm



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