Recently, as I was working on my Angular 6 project, I came across some hashed comments that looked like this:
/** @brief the displayed list of vehicles */
and this:
/** @brief dummy database of vehicles */
I couldn't help but notice that '@brief' is highlighted in blue. Can anyone shed some light on what exactly does '@brief' signify?