ibm-js / jsdoc-amddcl

An effort to create a JSDoc template that works well with AMD and C3MRO-based multiple class inheritance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong directory name (out/<projectName>) when importing doclets from other projects

AdrianVasiliu opened this issue · comments

When project B depends on project A, the procedure for creating the doc of B including working links to the doc of A leads to the doc being created in out/A instead of out/B.

Can be reproduced using the sample projects included in this repository:

  1. Create the doc for sampleprojects/sampleproject
    => this correctly creates out/sampleproject
  2. Export the doclet of sampleframework (on which sampleproject depends)
  3. Recreate the doc for sampleprojects/sampleproject
    => this creates out/sampleframework (should be out/sampleoproject).
    (all steps done using the commands documented in the project's README.md)