cbou / markdox

Markdox is a documentation generator based on Dox and Markdown. It parse Javascript and even Coffeescript.
http://cbou.github.com/markdox
230 stars 27 forks source link

pass options to dox #23

Closed mischkew closed 9 years ago

mischkew commented 9 years ago

Hi @cbou,

what about passing through options available in the dox api from markdox.process invocations? I needed to configure the default dox options so I modified markdox.

That is what it looks like. Feel free to merge.

regards, sven

cbou commented 9 years ago

Hi @01Track1mp3

Thanks for your contribution.

It's a good idea to give options to dox. Nevertheless I would prefer to have a dedicated option item like options.dox. It's not necessary to pass markdox options to dox and could lead to incompatibility problems.

Regards

Charles

mischkew commented 9 years ago

I changed the PR as you requested.

I tested on my local project. markdox produces .md correctly. why is travis not building?