You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by rb...@covalent.net on 2000/07/22 22:06:07 UTC

Using Scandoc

I have started to convert to scandoc, and I ran into a
problem.  Basically, when ScanDoc hits the 

extern "C" {

in our header files, it skips all of the comments until the matching

}

I have a simple fix right now, that lets me test our docs.  After I finish
converting our current docs, I will be re-visiting the ScanDoc script to
try to make it ignore the extern keyword.

I would also like to commit ScanDoc to our helpers directory, but it is
under the Artistic License, so I am not sure we can actually do
that.  Regardless, I think we should commit the Apache template once it is
created.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: Using Scandoc

Posted by Greg Stein <gs...@lyra.org>.
On Sat, Jul 22, 2000 at 01:06:07PM -0700, rbb@covalent.net wrote:
>...
> I would also like to commit ScanDoc to our helpers directory, but it is
> under the Artistic License, so I am not sure we can actually do
> that.  Regardless, I think we should commit the Apache template once it is
> created.

It is only a problem if they assert the output is covered under the Artistic
License. Note that we have some GPL'd stuff in our config/build system. But
the output itself is not (i.e. what the end user sees)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/