Re: [AD] Generate documentation about examples from their sources |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2003-04-05, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> > It can be done adding a tag like @eref. This has to be handled
> > by the makedoc parser/generator, and will take some more work
> > to patch.
>
> How much additional work? I certainly don't want you to heavily
> hack the code in order just to meet my (colored) freaks :-)
To spit out the colored block a temporary list is held in memory. The
only change would be to add another variable to hold a secondary
one with the examples, nothing really difficult but I will postpone
it until the python script is finished and tested.