Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Source folder option #48

Closed
jiayihu opened this issue Jan 4, 2017 · 3 comments
Closed

[FEATURE] Source folder option #48

jiayihu opened this issue Jan 4, 2017 · 3 comments

Comments

@jiayihu
Copy link

jiayihu commented Jan 4, 2017

Overview of the issue

Seems strange to me that there is no option to specify where my source files are. Currently it scans all .ts file in my root folder, so with the following structure I get my examples folder scanned even if I don't wish it.

/
--examples
--src
Suggest a Fix

My current script is compodoc ./src -p tsconfig.json -d doc -s and I think it sounds reasonable to pass the source folder this way.

P.S. Great work anyway, very promising!

@vogloblinsky vogloblinsky changed the title Source folder option [FEATURE] Source folder option Jan 5, 2017
@jiayihu
Copy link
Author

jiayihu commented Jan 5, 2017

FYI this is a temporary fix: cloning tsconfig.json in /src directory.
Script: compodoc ./src -p src/tsconfig.json -d doc -s

/
--examples
--src
----tsconfig.json

@vogloblinsky
Copy link
Contributor

Added in v0.0.29, have fun !

@lock
Copy link

lock bot commented Oct 1, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants