-
Notifications
You must be signed in to change notification settings - Fork 653
Add a command line for api-documenter #399
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
Conversation
libraries/api-documenter/ad.cmd
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name "ad" is kind of too brief. #WontFix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The real executable is "api-documenter". This ad.cmd file is just used by me to invoke the tool locally when debugging it.
In reply to: 145812638 [](ancestors = 145812638)
|
Add the real binary and make sure it's not gitignored. #Resolved Refers to: libraries/api-documenter/ad.cmd:4 in 7a13657. [](commit_id = 7a1365775bca424fbec28c395c6157e9f6eb944d, deletion_comment = False) |
iclanton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
…ts --> YamlDocumenter.ts
…ts --> YamlDocumenter.ts
c6e4a6b to
989ed38
Compare
We need an easier way for people to invoke the api-documenter tool, that does not require enlisting and building the product code.
This PR also moves/renames some source files to make the project easier to understand.