mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 22:45:42 +00:00
Added DocFX documentation
This commit is contained in:
parent
9a32f41edf
commit
3571fdec12
25 changed files with 563 additions and 0 deletions
24
docs/api/index.md
Normal file
24
docs/api/index.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Library reference
|
||||
|
||||
**Select your platform:**
|
||||
|
||||
- [.NET Standard API Reference](netstd/index.html)
|
||||
|
||||
- [.NET Framework API Reference](netfx/index.html)
|
||||
|
||||
- [.NET Core API Reference](netcore/index.html)
|
||||
|
||||
- [UWP API Reference](uwp/index.html)
|
||||
|
||||
- [Android API Reference](android/index.html)
|
||||
|
||||
- [iOS API Reference](ios/index.html)
|
||||
|
||||
### Object model diagram:
|
||||
|
||||
[Click here](omd.html) to see the full object model diagram
|
||||
|
||||
### Platform specific devices:
|
||||
|
||||
Note: The library reference is identical on each platform, except some platforms have platform-specific additional NMEA devices to simplify usage on those platforms. While they may be named the same, they might be have slightly different or take different platform-specific arguments.
|
||||
See the menu in the "[Getting Started](../concepts/index.html)" section for more info on these.
|
||||
Loading…
Add table
Add a link
Reference in a new issue