1#include <iostream>
2
[docs]3// @ title here, IMPL_1, impl
4void singleLineExample()
5{
6    std::cout << "Single-line comment example" << std::endl;
7}