This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Open
Conversation
…es" arg is meaningless
…isn't found in the apple docs)
When running from ProcessNSO in document-generated-code instead of the one in AppleDocMerger, the context hasn't been created yet. This creates it to avoid a null reference exception.
Contributor
|
@garuma Would you mind reviewing this patch? |
If a specific number of types are missing AppleDocMerger throws. This was hard-coded before and now this is configurable via the command-line which is useful when building against different documentation sets.
…ommand-line Additionally, this patch sets the default archive for MonoMac and MonoTouch eliminating the need to compile in docfixer.mm.cs or docvixer.mt.cs. The invoker is also notified if the doc bundle does not exist.
…ocation command-line configurable This removes references to MonoTouch and makes the namespace configurable from the command-line. Additionally, the Apple docs location can also be specified when a merge should be performed. This eliminates the "appledocs" parameter in favor of "apple-doc-dir" for consistency with docfixer.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes and improvements for building the docs.