mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Initial work on grouping by tfm and generate applies to ref doc
This commit is contained in:
parent
9a6940b84d
commit
c67e759cdd
7 changed files with 451 additions and 37 deletions
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
**Select your platform:**
|
||||
|
||||
- [.NET Standard API Reference](netstd/index.md)
|
||||
- [.NET Standard API Reference](netstd/index.html)
|
||||
|
||||
- [.NET Framework API Reference](netfx/index.md)
|
||||
- [.NET Framework API Reference](netfx/index.html)
|
||||
|
||||
- [.NET Core API Reference](netcore/index.md)
|
||||
- [.NET Core API Reference](netcore/index.html)
|
||||
|
||||
- [UWP API Reference](uwp/index.md)
|
||||
- [UWP API Reference](uwp/index.html)
|
||||
|
||||
- [Android API Reference](android/index.md)
|
||||
- [Android API Reference](android/index.html)
|
||||
|
||||
- [iOS API Reference](ios/index.md)
|
||||
- [iOS API Reference](ios/index.html)
|
||||
|
||||
### Object model diagrams
|
||||
Click below to see the full object model diagram:
|
||||
|
|
|
|||
18
docs/api/toc.yml
Normal file
18
docs/api/toc.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
- name: API Reference
|
||||
- name: NmeaParser
|
||||
items:
|
||||
- name: .NET Standard
|
||||
href: netstd/index.html
|
||||
- name: .NET Core
|
||||
href: netcore/index.html
|
||||
- name: .NET Framework
|
||||
href: netfx/index.html
|
||||
- name: Windows Universal
|
||||
href: uwp/index.html
|
||||
- name: Xamarin.Android
|
||||
href: android/index.html
|
||||
- name: Xamarin.iOS
|
||||
href: ios/index.html
|
||||
- name: Object Model Diagram
|
||||
href: omd.html
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue