minor cdoc cleanup
diff --git a/src/packages/xdc/rov/support/ScalarStructs_xdc.xdt b/src/packages/xdc/rov/support/ScalarStructs_xdc.xdt
index e87372e..282a9fa 100644
--- a/src/packages/xdc/rov/support/ScalarStructs_xdc.xdt
+++ b/src/packages/xdc/rov/support/ScalarStructs_xdc.xdt
@@ -9,6 +9,7 @@
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
+%var q = "`";
/*! @_nodoc
* ======== ScalarStructs ========
* Structures used to read scalar types from an arbitrary address
@@ -27,8 +28,8 @@
* @p
*
* As a result, it's possible to use the structures below together with
- * Program.fetchStruct() to fetch scalar values; e.g., the following can
- * be used to read a 32-bit value from address addr:
+ * `q`Program.fetchStruct()`q` to fetch scalar values; e.g., the following can
+ * be used to read a 32-bit value from address `q`addr`q`:
*
* @p(code)
* var v; // value located at address specified by addr