/// @brief brings the unicorns back////// It does that with an extraordinary special top secret device of extraterrestrial origin.voidbring_the_unicorns_back();
/** * @brief brings the unicorns back * * It does that with an extraordinary special top secret device of extraterrestrial origin. */voidbring_the_unicorns_back();
or
/** @brief brings the unicorns back It does that with an extraordinary special top secret device of extraterrestrial origin. */voidbring_the_unicorns_back();
/*! * @brief brings the unicorns back * * It does that with an extraordinary special top secret device of extraterrestrial origin. */voidbring_the_unicorns_back();
or
/*! @brief brings the unicorns back It does that with an extraordinary special top secret device of extraterrestrial origin. */voidbring_the_unicorns_back();
//! @brief brings the unicorns back//!//! It does that with an extraordinary special top secret device of extraterrestrial origin.voidbring_the_unicorns_back();
Comment Syntax#
Supported Doxygen Comment Styles#
We’re supporting the following Doxygen comment styles (see also Doxygen: Comment Blocks for C-Style Languages).
Triple-Slashes#
Javadoc#
or
Qt#
or
Double-Slashes-With-Exclamation-Marks#