diff options
| author | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
| commit | de37e30aa04422fe5f64de3a9d31c4c39e1e24ae (patch) | |
| tree | f038d8dea60355c4670639db504ef858a7aff139 /serial | |
| parent | 2123936e0d64f81ff75c52dd7ee1b2d470c651a7 (diff) | |
Update sample metadata
Diffstat (limited to 'serial')
| -rw-r--r-- | serial/VirtualSerial/README.md | 2 | ||||
| -rw-r--r-- | serial/VirtualSerial2/README.md | 2 | ||||
| -rw-r--r-- | serial/serenum/README.md | 2 | ||||
| -rw-r--r-- | serial/serial/README.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/serial/VirtualSerial/README.md b/serial/VirtualSerial/README.md index 342d1c5c..d6781b44 100644 --- a/serial/VirtualSerial/README.md +++ b/serial/VirtualSerial/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). +description: "Demonstrates a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem)." languages: - cpp products: diff --git a/serial/VirtualSerial2/README.md b/serial/VirtualSerial2/README.md index e42b8bdc..998e02ff 100644 --- a/serial/VirtualSerial2/README.md +++ b/serial/VirtualSerial2/README.md @@ -1,7 +1,7 @@ --- topic: sample urlFragment: virtual-serial-driver-sample-v2 -description: Demonstrates UMDF version 2 serial drivers and includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). +description: "Demonstrates UMDF version 2 serial drivers and includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem)." languages: - cpp products: diff --git a/serial/serenum/README.md b/serial/serenum/README.md index b2767887..083efbce 100644 --- a/serial/serenum/README.md +++ b/serial/serenum/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device. +description: "Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device." languages: - cpp products: diff --git a/serial/serial/README.md b/serial/serial/README.md index d5a92722..2c9ef446 100644 --- a/serial/serial/README.md +++ b/serial/serial/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver. +description: "The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver." languages: - cpp products: |
