Skip to content

Source: 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 //!.

Edited by Sebastian Holtermann

Merge request reports