> Hmmmm, I just looked in the doc directory, but found no Perl script.

doc/extract-docs

The Makefile calls it:

# no need to build these when not in maintainer mode.  They're not used then
# anyway.
.PHONY : extracted-docs
extracted-docs :
        @[EMAIL PROTECTED] $(srcdir)/extract-docs $(srcdir)
        @@[EMAIL PROTECTED] "Skipping documentation extraction since you are 
not in maintainer-mode"

> My vision for doxygen is this: Only the maintainer/developer needs
> to run it.  The HTML it generates can be distributed pre-built.

We do the same thing for the current doc extraction, with the same
maintainer mode comments and caveats.  Except that we *know* we have
the perl script.  What we may not have is the libraries for making the
inlined images from the .pcb files.  Would doxygen even support such
inlined images?


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to