Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created June 24, 2020 22:18
Show Gist options
  • Save smrfeld/c78164928712651efe309d7cad2a2a1f to your computer and use it in GitHub Desktop.
Save smrfeld/c78164928712651efe309d7cad2a2a1f to your computer and use it in GitHub Desktop.
Header with docs
#include <iostream>
#include <string>
/// Foo
class Foo {
/// Say hello
/// @param message The message to print
void say_hello(std::string message) const;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment