Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

WIP: generate API docs - #62

Open
sqs wants to merge 2 commits into
masterfrom
typedoc
Open

WIP: generate API docs#62
sqs wants to merge 2 commits into
masterfrom
typedoc

Conversation

@sqs

@sqs sqs commented Sep 14, 2018

Copy link
Copy Markdown
Contributor

fix #46

I want this only to emit sourcegraph.d.ts API docs, not internal API docs, but I haven't figured out how to do that yet.

sqs added 2 commits September 13, 2018 18:19
It was not used and is not necessary.
I want this only to emit sourcegraph.d.ts API docs, not internal API docs, but I haven't figured out how to do that yet.
@cspotcode

Copy link
Copy Markdown

Can you use @internal annotations plus tsc's stripInternal option?

@sqs

sqs commented Oct 12, 2018

Copy link
Copy Markdown
Contributor Author

I will try that. Thanks!

@chrismwendt

Copy link
Copy Markdown

Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/sourcegraph-extension-api

cd browser-extensions
git format-patch master --stdout > /tmp/patch

cd ../sourcegraph
cat /tmp/patch | git am -3 --directory=packages/sourcegraph-extension-api/
# and fixup merge conflicts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants