Skip to content
  • Sankhesh Jhaveri's avatar
    Use three slashes for API sharing documentation comment · 6a46a5c3
    Sankhesh Jhaveri authored
    Referred to as doxygen member group, comment block inside
    `///@{...///@}` is shared by all class members in the block. Prior to
    this change, doxygen was not sharing the documentation across members.
    The original code was using two slashes: `//@{...//@}`.
    6a46a5c3