Skip to content

Commit b58c1db

Browse files
authored
update documentation (#14)
1 parent ce686c5 commit b58c1db

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

include/templatelib/fortytwo.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55

66
namespace templatelib {
77
/**
8-
* Answer the ultimate question
8+
* @brief Answer the ultimate question
99
*
10-
* @param question the ultimate question
11-
* @return the answer to the ultimate question
10+
* The fundamental question that, when answered, would reveal the
11+
* 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
1217
*/
1318
int meaningOfLifeTheUniverseAndEverything(const std::string& question);
1419
} // close namespace templatelib

0 commit comments

Comments
 (0)