C++ style guide: Difference between revisions

Jump to navigation Jump to search
m (→‎Doxygen Style Guide: Apply the rest of the guide ;-))
m (→‎Doxygen Style Guide: Apply the rest of the guide ;-))
Line 244: Line 244:
//! @endcode
//! @endcode


void some_function (double some_param, int another_param)
void
some_function (double some_param, int another_param)
{
{
   // ...
   // ...