xamarin-macios/docs/website
Sebastien Pouliot a9f8d7b379
[mtouch][mmp] Add control over the the linker new `BeforeFieldInit` optimization (#5820)
Add an mtouch/mmp optimization flag to control this new optimization since
3rd party code (in particular binaries) might depend on this side effect.
2019-04-01 21:21:56 -05:00
..
xamarin-analysis-doc-tool [xamarin-analysis] Add rule #6 and updated md file (#3088) 2017-12-12 12:43:36 -05:00
Makefile Synchronize back docs moved to https://docs.microsoft.com (#3771) 2018-04-17 09:02:42 -04:00
README.md [docs] Ease tracking updates to code that requires change to the web site documentation (#573) 2016-08-08 17:07:59 -04:00
binding_objc_libs.md Synchronize back docs moved to https://docs.microsoft.com (#3771) 2018-04-17 09:02:42 -04:00
binding_types_reference_guide.md Update binding_types_reference_guide.md (#5287) 2018-12-18 14:38:30 +01:00
generator-errors.md [generator] Warn if [NullAllowed] is used on methods. Fixes #4416 (#5464) 2019-01-24 08:57:46 -05:00
mmp-errors.md [mtouch] Update validations around --interpreter (#5772) 2019-03-19 08:22:39 -05:00
mtouch-errors.md [mtouch] Update validations around --interpreter (#5772) 2019-03-19 08:22:39 -05:00
optimizations.md [mtouch][mmp] Add control over the the linker new `BeforeFieldInit` optimization (#5820) 2019-04-01 21:21:56 -05:00
xamarin-ios-analysis.md Synchronize back docs moved to https://docs.microsoft.com (#3771) 2018-04-17 09:02:42 -04:00

README.md

This directory contains documentation files in markdown format.

They are included here to ensure any changes to

  • Tools error codes;
  • Binding attributes;
  • Binding usage

are documented immediately, i.e. in the same commit that the change was introduced.

This also allows any contributor from the community to enhance the documentation with a pull-request.

The Makefile can be used to copy the files into the documentation repo. Once reviewed locally it can be merged just before the release.