[Gtk-sharp-list] Prerelease of libsndfile-cil

Jorge García jgarcia@ac.upc.es
Wed, 29 Sep 2004 13:14:39 +0200


Hi,

thanks a lot. Now I have the xml files created, but I'd like to edit
with monodoc and merge changes, but it doesn't work: 

jorge@rumba:$ ls
CVS  Makefile     Makefile.in              sndfile-cil-docs.tree
en   Makefile.am  sndfile-cil-docs.source  sndfile-cil-docs.zip
jorge@rumba:$ monodoc --merge-changes  ~/.config/monodoc/changeset.xml .
Could not merge docset sndfile-cil-docs

File changeset.xml exists. Any idea?

Jorge


On dt, 2004-09-28 at 22:07, Duncan Mak wrote:
> Hola Jorge,
> 
> On Tue, 2004-09-28 at 18:08 +0200, Jorge García wrote:
> > * Monodoc doc system works, but there is not correct
> > doc/en/Sndfile/*.xml files due that I don't have any Microsoft compiler
> > avaliable. Could anybody send me those files tgzipped?
> 
> The monodoc file format is not in the same format as the inline
> documentation generated by csc. For generating documentation files for
> use with monodoc, use the monodoc/updater tool.
> 
> Checkout the 'monodoc' module and compile monodoc/generator/updater.cs.
> You can run it by calling:
> 
> "Usage: updater <assembly> [-o <output dir>] [-f]"
> 
> (Where -f is force removal of old docs)
> 
> Since you'll be using this for the first time to generate stubs, you
> don't have to think about the -f flag. I think it'll dump the generated
> docs in the current dir if you don't specify an output dir with the -o
> flag.
> 
> Hope this helps,
>