Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Doc source updates #55

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2013

  1. Configuration menu
    Copy the full SHA
    2a7cbd3 View commit details
    Browse the repository at this point in the history
  2. [docs] AppleDocMerger: Check for null (don't die just because a type …

    …isn't found in the apple docs)
    aarononeal committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    3ff1368 View commit details
    Browse the repository at this point in the history
  3. [docs] AppleDocMerger: Null fix to create ProcessingContext

    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.
    aarononeal committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    2aab374 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2013

  1. [docs] AppleDocMerger make the missing type count configurable

    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.
    aarononeal committed Aug 21, 2013
    Configuration menu
    Copy the full SHA
    7998167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e168a4 View commit details
    Browse the repository at this point in the history
  3. [docs] docfixer: Make the compiled doc bundle configurable from the c…

    …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.
    aarononeal committed Aug 21, 2013
    Configuration menu
    Copy the full SHA
    a863fb8 View commit details
    Browse the repository at this point in the history
  4. [docs] document-generated-code: Make namespace prefix and Apple doc l…

    …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.
    aarononeal committed Aug 21, 2013
    Configuration menu
    Copy the full SHA
    e72d4b7 View commit details
    Browse the repository at this point in the history