xml: Fix documentation errors

This commit is contained in:
Vicki Pfau 2024-06-27 22:46:29 -07:00
parent 4dd23fce8e
commit 71827ac7ee

View file

@ -202,7 +202,7 @@
<!-- <!--
TdpLimit: TdpLimit:
Controls the system TDP limit. Controls the GPU TDP limit.
Valid states: In range of [ TdpLimitMin, TdpLimitMax ] Valid states: In range of [ TdpLimitMin, TdpLimitMax ]
@ -281,9 +281,10 @@
<!-- <!--
GpuPowerProfiles: GpuPowerProfiles:
Enumerate the supported gpu power profiles available on the system. Enumerate the supported GPU power profiles available on the system.
A list of supported profiles (a dictionary of values to names) A list of supported profiles (a dictionary of values to names)
Version available: 9 Version available: 9
--> -->
<property name="GpuPowerProfiles" type="a{us}" access="read"/> <property name="GpuPowerProfiles" type="a{us}" access="read"/>
@ -291,7 +292,7 @@
<!-- <!--
GpuPowerProfile: GpuPowerProfile:
The current gpu power profile. Valid values come from GpuPowerProfiles property. The current GPU power profile. Valid values come from GpuPowerProfiles property.
Version available: 9 Version available: 9
--> -->