[Mono-docs-list] Fwd: [Mono-winforms-list] Exception when using monodocer on System.Windows.Forms.dll

latency latency at gmx.de
Sun Dec 17 03:50:56 EST 2006


Hi,

as I said, I've managed to include the SWF documentation into monodoc. But 
that would be a solution which is only available to me. But my intention was 
it to find a way where SWF documentation would be shipped with monodoc 
automatically. (Maybe I did not express myself clear enough in the last 
mail.)

The only way I can think of right now is adding the swf docs to the build 
process of monodoc. But I don't know if this is possible and how this will 
work with user contributions and so on since I'm not to familiar with the 
whole thing.

Btw. I'm aware of the Assembler page in the wiki, I "wrote" it yesterday. But 
could you please tell me where is the difference between mdassembler and 
assembler?

Kind Regards,
Valentin S.

On Sunday 17 December 2006 03:43, you wrote:
> On Sat, 2006-12-16 at 15:30 +0100, latency wrote:
> > thanks for the advice it worked well. But there's still one problem.
> > I've managed to integrate the System.Windows.Forms documentation into
> > Mondoc but this included changing the makefile in the monodoc/class
> > folder and adding the System.Windows.Forms Doc into the class folder of
> > mondoc.
> >
> > The change of the makefile is not very much and I attached it to the
> > email but for uploading the docs of SWF by monodocer, well that I can't
> > do since I've got no access to the server and I'm not familiar wether
> > this is the right thing to do.
> >
> > However I would still like to see SWF in my monodoc browser so can
> > somebody tell me how this can be accomplished without having to hack
> > monodoc after each update.
>
> Use the `msassembler' command and install the documentation separately.
>
> http://www.mono-project.com/Assembler has more information.
>
> You can do this by creating a `swf-docs.source' file with the contents:
>
> 	<?xml version="1.0"?>
> 	<monodoc>
> 	  <source provider="ecma" basefile="netdocs" path="classlib"/>
> 	</monodoc>
>
> Then create swf-docs.tree and swf-docs.zip files with:
>
> 	mdassembler --ecma System.Windows.Forms/en -o swf-docs
>
> where System.Windows.Forms/en is the directory containing the
> monodocer-generated documentation.
>
> Then install this documentation with:
>
> 	cp swf-docs.source swf-docs.tree swf-docs.zip \
> 		`monodoc --get-sourcesdir`
>
> Close and restart monodoc to view this documentation.
>
>  - Jon


More information about the Mono-docs-list mailing list