From aa4a059dc858230019afaeb581cae19118332b6f Mon Sep 17 00:00:00 2001 From: Hunter LaTourette Date: Sat, 2 Aug 2025 21:08:22 -0400 Subject: [PATCH] docs (api): update doxygen template --- src/util/util.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/util/util.h b/src/util/util.h index 62410be..78bfa0e 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -5,10 +5,15 @@ namespace templateapp { /** - * Answer the ultimate question + * @brief Answer the ultimate question * - * @param question the ultimate question - * @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 + * supercomputer, provides the answer "42", but it never reveals the + * question. + * + * @param question The ultimate question + * @return The answer to the ultimate question */ int meaningOfLifeTheUniverseAndEverything(const std::string& question); } // close namespace templateapp