Fix invalid ///! doxygen comment line starts
In various places `///!` was used to start a comment line. This is not valid Doygen syntax. This patch replaces `///!` comment starts with `//!`.
Showing
Updates will be applied tomorrow - Jan 15th, at 12pm EST (UTC-0500). GitLlab could be a little slow between 12 - 12:30pm EST.
In various places `///!` was used to start a comment line. This is not valid Doygen syntax. This patch replaces `///!` comment starts with `//!`.