[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: DOxygen for PCB?
> 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 :
@MAINTAINER_MODE_TRUE@${PERL} $(srcdir)/extract-docs $(srcdir)
@@MAINTAINER_MODE_FALSE@echo "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
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev