C++ style guide: Difference between revisions

No change in size ,  22 September 2017
m
→‎Doxygen Style Guide: Apply the rest of the guide ;-)
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)
{
{
   // ...
   // ...