$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-04-11 01:52:22
David Abrahams wrote:
> > David Abrahams wrote:
> > > > > Module
> > > > >docs might require some special syntax ("#module" as the first
>
> line
>
> > > > > in comment?).
> > > >
> > > > How about taking the first doc-comment in the module?
> > >
> > > I like that idea: a simple, terse protocol.
> >
> > Must be missing something: how will you recognize "doc-comments"? Or
>
> will you
>
> > just pick the first comment block?
>
> I was imagining the latter.
Should pick the second comment block, then. The first one is the copyright
message in all the files.
- Volodya