Created by: joshua-warburton
Some of the syntax in dr_tools.h was in the format @param[name] desc which can cause issues with certain versions of doxygen. This patch changes it to the format @param[in|out] name desc which is widely supported
Fixes: #5529 (closed)