mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
doc: fix malformed virtio gpu device description
xs:documentation content has an indented line that causes the reST formatting of the generated content to be off (leading spaces on lines are significant to reST formatting). Tracked-On: #5692 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
4b81a2d89a
commit
69f8f6dcdc
@ -472,7 +472,7 @@ mouse, and tablet. It sends Linux input layer events over virtio.</xs:documenta
|
||||
<xs:element name="gpu" type="xs:string" minOccurs="0">
|
||||
<xs:annotation acrn:title="Virtio GPU device" acrn:views="basic">
|
||||
<xs:documentation>The virtio GPU device presents a GPU device to the VM.
|
||||
This feature enables you to view the VM's GPU output in the Service VM.</xs:documentation>
|
||||
This feature enables you to view the VM's GPU output in the Service VM.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
|
Loading…
Reference in New Issue
Block a user