Description
- I have checked issues with bug label and found no duplicates
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
- Rename
examples/basic
toexamples/basic.dot
- Execute the
run
script in the folder - Observe that
INameInterface
is no longer an internal reference injson.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
Labels
No labels