xamarin-macios/docs/website
Rolf Bjarne Kvinge 76b69ffa13
[bgen] Add support for NSNumber as the underlying type for Objective-C fields. (#21018)
2024-08-14 13:43:31 +02:00
..
Makefile [docs] Bring back documentation updates from the documentation repository. (#20453) 2024-04-22 18:32:21 +02: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 [docs] Bring back documentation updates from the documentation repository. (#20453) 2024-04-22 18:32:21 +02:00
binding_types_reference_guide.md [bgen] Add support for NSNumber as the underlying type for Objective-C fields. (#21018) 2024-08-14 13:43:31 +02:00
generator-errors.md [docs] Review and update the 'Binding errors' document. (#20481) 2024-04-24 09:41:10 +02:00
mmp-errors.md [docs] Bring back documentation updates from the documentation repository. (#20453) 2024-04-22 18:32:21 +02:00
mtouch-errors.md [docs] Bring back documentation updates from the documentation repository. (#20453) 2024-04-22 18:32:21 +02:00
optimizations.md [docs] Bring back documentation updates from the documentation repository. (#20453) 2024-04-22 18:32:21 +02: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.