Skip to content

References are marked as external when the path includes a dot #1049

Closed
@tsvetomir

Description

@tsvetomir

Expected Behavior

A dot (".") in the project path should have no effect on the generated documentation.

Actual Behavior

References such as classes.INameInterface are treated as external when the project path contains a dot.

Steps to reproduce the bug

  1. Rename examples/basic to examples/basic.dot
  2. Execute the run script in the folder
  3. Observe that INameInterface is no longer an internal reference in json.json (sample):
{
  "type": {
    "type": "reference",
    "name": "classes.INameInterface"
   }
}

Normally it would be (sample):

{
  "type": {
    "type": "reference",
    "name": "INameInterface",
    "id": 19
   }
}

Environment

  • Typedoc version: 0.15.0-0
  • Node.js version: v10.15.1
  • OS: OSX 10.14.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions