Merged
Conversation
The Project Reunion folks merged and updated their templates. This is an effort to more closely align ours with [their spec template](https://github.com/microsoft/WindowsAppSDK/blob/main/specs/spec_template.md). But still not entirely matching for good reason: * I've updated example links to point to good webview2 specs. * I've removed the API Pages section because our API documentation process is different than theirs. For ours, documentation comes from /// comments on the COM IDL. I don't want folks to have multiple copies of that in the doc and instead have reviewers give feedback on and focus on getting correct the one copy. * We have COM IDL in addition to WinRT MIDL3. * I added a note about where to find the generated MIDL3.
champnic
approved these changes
Jul 28, 2021
Contributor
jasonstephen15
left a comment
There was a problem hiding this comment.
Looks good! This should be really helpful in the future in exporting this info to public docs.
Co-authored-by: Jason Stephen <22718545+jasonstephen15@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The Project Reunion folks merged and updated their templates. This is an effort to more closely align ours with their spec template. But still not entirely matching for good reason: