|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<topic id="342d7748-ce61-4376-8c3e-baf56ee0e1f1" revisionNumber="1"> |
| 3 | + <developerConceptualDocument |
| 4 | + xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" |
| 5 | + xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 6 | + |
| 7 | + <!-- |
| 8 | + <summary> |
| 9 | + <para>Optional summary abstract</para> |
| 10 | + </summary> |
| 11 | + --> |
| 12 | + |
| 13 | + <introduction> |
| 14 | + <!-- Uncomment this to generate an outline of the section and sub-section |
| 15 | + titles. Specify a numeric value as the inner text to limit it to |
| 16 | + a specific number of sub-topics when creating the outline. Specify |
| 17 | + zero (0) to limit it to top-level sections only. --> |
| 18 | + <!-- <autoOutline /> --> |
| 19 | + |
| 20 | + <para> |
| 21 | + I've created a Unity example project to demonstrate integrating elements of the ANT+ class library and extensions. |
| 22 | + The repository is located at |
| 23 | + <externalLink> |
| 24 | + <linkText>Godot ANT gRPC.</linkText> |
| 25 | + <linkUri>https://github.com/StephenHidem/GODOT-ANT-GRPC</linkUri> |
| 26 | + </externalLink> |
| 27 | + See the README for details. |
| 28 | + </para> |
| 29 | + </introduction> |
| 30 | + |
| 31 | + <!-- Add one or more top-level section elements. These are collapsible. |
| 32 | + If using <autoOutline />, add an address attribute to identify it |
| 33 | + and specify a title so that it can be jumped to with a hyperlink. --> |
| 34 | + |
| 35 | + <relatedTopics> |
| 36 | + <!-- One or more of the following: |
| 37 | + - A local link |
| 38 | + - An external link |
| 39 | + - A code entity reference |
| 40 | +
|
| 41 | + <link xlink:href="Other Topic's ID"/> |
| 42 | + <link xlink:href="Other Topic's ID">Link inner text</link> |
| 43 | +
|
| 44 | + <externalLink> |
| 45 | + <linkText>Link text</linkText> |
| 46 | + <linkAlternateText>Optional alternate link text</linkAlternateText> |
| 47 | + <linkUri>URI</linkUri> |
| 48 | + </externalLink> |
| 49 | +
|
| 50 | + <codeEntityReference>API member ID</codeEntityReference> |
| 51 | +
|
| 52 | + Examples: |
| 53 | +
|
| 54 | + <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" /> |
| 55 | + <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link> |
| 56 | +
|
| 57 | + <externalLink> |
| 58 | + <linkText>SHFB on GitHub</linkText> |
| 59 | + <linkAlternateText>Go to GitHub</linkAlternateText> |
| 60 | + <linkUri>https://GitHub.com/EWSoftware/SHFB</linkUri> |
| 61 | + </externalLink> |
| 62 | +
|
| 63 | + <codeEntityReference>T:TestDoc.TestClass</codeEntityReference> |
| 64 | + <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference> |
| 65 | + <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference> |
| 66 | + <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference> |
| 67 | + <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference> |
| 68 | + <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference> |
| 69 | + <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference> |
| 70 | + --> |
| 71 | + </relatedTopics> |
| 72 | + </developerConceptualDocument> |
| 73 | +</topic> |
0 commit comments