We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce686c5 commit b58c1dbCopy full SHA for b58c1db
1 file changed
include/templatelib/fortytwo.h
@@ -5,10 +5,15 @@
5
6
namespace templatelib {
7
/**
8
- * Answer the ultimate question
+ * @brief Answer the ultimate question
9
*
10
- * @param question the ultimate question
11
- * @return the answer to the ultimate question
+ * The fundamental question that, when answered, would reveal the
+ * meaning of life, the universe, and everything. Deep Thought, the
12
+ * supercomputer, provides the answer "42", but it never reveals the
13
+ * question.
14
+ *
15
+ * @param question The ultimate question
16
+ * @return The answer to the ultimate question
17
*/
18
int meaningOfLifeTheUniverseAndEverything(const std::string& question);
19
} // close namespace templatelib
0 commit comments