Skip to content

Commit d8c2dff

Browse files
committed
Fixed missing newline in doxygen comment.
1 parent 3059ee7 commit d8c2dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigc++/signal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ struct signal_emit<T_return, void, T_arg...>
302302
* The arguments are passed directly on to the slots.
303303
* The return value of the last slot invoked is returned.
304304
* @param first An iterator pointing to the first slot in the list.
305-
* @param last An iterator pointing to the last slot in the list. * @param a Arguments to be
306-
* passed on to the slots.
305+
* @param last An iterator pointing to the last slot in the list.
306+
* @param a Arguments to be passed on to the slots.
307307
* @return The return value of the last slot invoked.
308308
*/
309309
static decltype(auto) emit(signal_impl* impl, type_trait_take_t<T_arg>... a)

0 commit comments

Comments
 (0)