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
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!
The text was updated successfully, but these errors were encountered:
vogloblinsky
changed the title
Source folder option
[FEATURE] Source folder option
Jan 5, 2017
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.
lockbot
locked as resolved and limited conversation to collaborators
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 myexamples
folder scanned even if I don't wish it.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!
The text was updated successfully, but these errors were encountered: