From 82cb3bb33693c7429736a726db86172ed74b8e54 Mon Sep 17 00:00:00 2001 From: Hunter LaTourette Date: Sat, 2 Aug 2025 21:05:42 -0400 Subject: [PATCH] docs (api): update doxygen template --- include/templatelib/fortytwo.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/include/templatelib/fortytwo.h b/include/templatelib/fortytwo.h index 992330d..7945be8 100644 --- a/include/templatelib/fortytwo.h +++ b/include/templatelib/fortytwo.h @@ -5,10 +5,15 @@ namespace templatelib { /** - * 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 templatelib