-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tools: Include links to source code in documentation #22405
Closed
Closed
Commits on Aug 26, 2018
-
tools: Include links to source code in documentation
Parse soruce code using acorn; extracting exports. When producing documentation, match exports to headers. When a match is found, add a [src] link. This first commit handles simple exported classes and functions, and does so without requiring any changes to the source code or markdown. Subsequent commits will attempt to match more headers, and some of these changes are likely to require changes to the source code and/or markdown.
Configuration menu - View commit details
-
Copy full SHA for eb2731c - Browse repository at this point
Copy the full SHA eb2731cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b3158 - Browse repository at this point
Copy the full SHA 55b3158View commit details
Commits on Aug 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 987a3c2 - Browse repository at this point
Copy the full SHA 987a3c2View commit details -
[squashable] prepare for multiple apilinks tests
1) Run tests against every file in test/fixtures/apilinks/ 2) Embed expected results in the fixture itself
Configuration menu - View commit details
-
Copy full SHA for df079ee - Browse repository at this point
Copy the full SHA df079eeView commit details -
[squashable] attempt to address refack's comments
I think I've addressed everything with the possible exception of the K.I.S.S. vs generic tester comment. See if this is acceptable. My thoughts are that we are going to end up with dozens of tests, and having a master list of expected results across all tests will be error prone. It is my expectation that it will be much easier to maintain individual tests and individual expected results. In the future, we can also parse process.argv to allow the running of an individual test.
Configuration menu - View commit details
-
Copy full SHA for f59f014 - Browse repository at this point
Copy the full SHA f59f014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c697eb - Browse repository at this point
Copy the full SHA 9c697ebView commit details
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 99b11c4 - Browse repository at this point
Copy the full SHA 99b11c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c21979 - Browse repository at this point
Copy the full SHA 8c21979View commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 242fb3b - Browse repository at this point
Copy the full SHA 242fb3bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.