You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for an angular documentation generator for a while now and hadn't decided on one. Then I saw the demos, something not given by many documentation generators so props for that, and decided to give it a try.
followed all given steps, which are not clear at all, and executed the task: got errors saying
-Invalid property in "readFilesProcessor" (in "base" package)
-sourceFiles=[Source files can't be blank]
-error processing docs: processor=readFilesProcessor, package=base, sourceFiles=[Source files can't be blank]
I assume this is a simple error. Given that after reading thru several files I found no readFilesProcessor module being exported and that the module is never really imported into the docgen.js file. I assume it should be solved by including this module, which might have been left out by mistake, and requiring it inside the docgen.js file.
This looks to be one of the best tools for angular documentation generation, if it was documented..
The text was updated successfully, but these errors were encountered:
I've been looking for an angular documentation generator for a while now and hadn't decided on one. Then I saw the demos, something not given by many documentation generators so props for that, and decided to give it a try.
followed all given steps, which are not clear at all, and executed the task: got errors saying
-Invalid property in "readFilesProcessor" (in "base" package)
-sourceFiles=[Source files can't be blank]
-error processing docs: processor=readFilesProcessor, package=base, sourceFiles=[Source files can't be blank]
I assume this is a simple error. Given that after reading thru several files I found no readFilesProcessor module being exported and that the module is never really imported into the docgen.js file. I assume it should be solved by including this module, which might have been left out by mistake, and requiring it inside the docgen.js file.
This looks to be one of the best tools for angular documentation generation, if it was documented..
The text was updated successfully, but these errors were encountered: