nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
499 stars 139 forks source link

fix doc comments, remove warnings when running cargo doc #417

Closed ivajon closed 6 months ago

ivajon commented 1 year ago

Escape brackets

The docs for nrf-hal-common::timer reported a lot of warnings when running :

cargo doc

This PR aims to resolve these warnings by escaping all of the brackets in that file.

ivajon commented 1 year ago

@bors

qwandor commented 6 months ago

@bors r+