linker: devicetree_regions: escape special characters

Escape characters <> (generate warnings for the HTML build).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-21 15:42:41 +02:00 committed by Anas Nashif
commit e0b4c9753c

View file

@ -17,7 +17,7 @@
* *
* @param name name of the generated memory region * @param name name of the generated memory region
* @param attr region attributes to use (rx, rw, ...) * @param attr region attributes to use (rx, rw, ...)
* @param node devicetree node with a <reg> property defining region location * @param node devicetree node with a \<reg\> property defining region location
* and size. * and size.
*/ */
#define DT_REGION_FROM_NODE_STATUS_OKAY(name, attr, node) \ #define DT_REGION_FROM_NODE_STATUS_OKAY(name, attr, node) \