2009/8/2 Stefan Kost <[email protected]> > hi, > > cee1 schrieb: > > Hi all, > > I'm using gtk-doc(1.11) to manager documents of my small project. I > > encounter some problems like: "../xml/foo.xml:161: parser error : Entity > > 'ast' not defined", when secondly running gtk-doc. > > > > The steps are: > > 1) gtkdoc-scan --module=foo --source-dir=../../foo --ignore-headers="a.h > > b.h" > > 2) gtkdoc-mkdb --module=foo --source-dir=../../foo --output-format=xml > > --expand-content-files="" --main-sgml-file=foo-docs.sgml --sgml-mode > > --output-format=xml --ignore-files="a.c b.h" > > ... > > Are you using the normal gtkdoc.make included in your makefile? >
Yes. > > > > > I find in the second time, gtkdoc-mkdb generates XML files missing the > > following: > > <?xml version="1.0"?> > > <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" > > "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> > > > > The doctype is copied if the foo-docs.sgml or foo-docs.xml main document > has it. > Is the project publicly available somewhere? > If the foo-docs.sgml already exists, rerunning gtkdoc-mkdb will generate doctype-missing XML files, hence cause the "../xml/foo.xml:161: parser error : Entity 'ast' not defined". The project is not public yet, since the documents not ready. > > Stefan > > > Any suggestions? > > Thanks. > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > gtk-doc-list mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/gtk-doc-list > >
_______________________________________________ gtk-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-doc-list
