Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created June 24, 2020 22:10
Show Gist options
  • Save smrfeld/74dcb76674b6c1473ae61f80ebbf317f to your computer and use it in GitHub Desktop.
Save smrfeld/74dcb76674b6c1473ae61f80ebbf317f to your computer and use it in GitHub Desktop.
Implementation
#include "../include/cpp_doxygen_sphinx.hpp"
void Foo::say_hello(std::string message) const {
std::cout << "Hello: " << message << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment