Code Monkey home page Code Monkey logo

node-jsdoc2's People

Contributors

ehoogerbeets avatar wronex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ehoogerbeets

node-jsdoc2's Issues

configuration file

Hi wronex,
Thank you for a great work.

I have some strange issue with configuration file.
I use: jsdoc2 -c d.conf
on Windows

where configuration file is:

{
// source files to use
_: ["../source-code/jplist.js"
,"../source-code/blocks/helper.js"
,"../source-code/blocks/path.js"
,"../source-code/blocks/pathitem.js"
,"../source-code/blocks/dataitem.js"
,"../source-code/blocks/collection.js"
,"../source-code/blocks/status.js"
,"../source-code/blocks/filters.js"
,"../source-code/blocks/sort.js"
,"../source-code/blocks/paging.js"
,"../source-code/blocks/cookies.js"
,"../source-code/blocks/panel-control.js"
,"../source-code/blocks/textbox.js"
,"../source-code/blocks/dropdown.js"
,"../source-code/blocks/select.js"
,"../source-code/blocks/placeholder.js"
,"../source-code/blocks/label.js"
,"../source-code/blocks/panel.js"
,"../source-code/blocks/controller.js"
],

// document all functions, even uncommented ones
a: true,

// including those marked @private
p: true,

// use this directory as the output directory
d: "../documentation/api",

// use this template
t: "templates/jsdoc"

}

And I get the following error:

fs.js:338
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory 'C:\jplist\build\true'
at Object.fs.openSync (fs.js:338:18)
at Object.fs.readFileSync (fs.js:182:15)

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.