bitovi / documentjs

The sophisticated documentation engine
https://documentjs.com/
MIT License
598 stars 381 forks source link

Can't build on Windows if a module is declared with forward slashes #208

Closed dylanrtt closed 9 years ago

dylanrtt commented 9 years ago

I get the following error when building on Windows (using master):

Warning: ENOENT, open 'C:\path\to\repo\docs\components|thingy|.html' Use --force to continue.

The module thingy is declared as:

@module {function} components/thingy Thingy

If I change it to a backward slash, it builds fine.

justinbmeyer commented 9 years ago

A duplicate of #104, which is the right solution for this.