function square
@brief Global utility function for calculations This function demonstrates global documentation patterns.
@param value The value to square @return The squared value
double square(double value);
File: /data/docs-rag/test-calculator.h:54