File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ class Program
16
16
/// Reads unit definitions from JSON files and outputs C# files in GeneratedCode folders:
17
17
/// <list type="number">
18
18
/// <item><description>Quantity types (Length, Mass, ...)</description></item>
19
- /// <item><description><see cref=" UnitsNet.QuantityType"/> enum type (QuantityType.Length, QuantityType.Mass, ...)</description></item>
20
- /// <item><description><see cref=" UnitsNet.Quantity"/> type</description></item>
21
- /// <item><description><see cref=" UnitsNet.UnitAbbreviationsCache"/> </description></item>
19
+ /// <item><description>UnitsNet.QuantityType enum type (QuantityType.Length, QuantityType.Mass, ...)</description></item>
20
+ /// <item><description>UnitsNet.Quantity type</description></item>
21
+ /// <item><description>UnitsNet.UnitAbbreviationsCache</description></item>
22
22
/// <item><description>Test stubs for testing conversion functions of all units, to be fleshed out by a human later</description></item>
23
23
/// <item><description>Unit enum types (LengthUnit, MassUnit, ...)</description></item>
24
24
/// </list>
You can’t perform that action at this time.
0 commit comments