Dummy C++ Package ================= .. cpp:namespace:: math_utils .. cpp:class:: Calculator A simple calculator class for basic arithmetic operations. .. cpp:function:: double add(double a, double b) Add two numbers. :param a: First number. :param b: Second number. :returns: The sum of a and b. .. cpp:function:: double subtract(double a, double b) Subtract one number from another. :param a: First number. :param b: Second number. Math Utilities -------------- .. doxygenclass:: math_utils::Calculator :project: cpp_pkg :members: String Utilities ---------------- .. doxygenclass:: string_utils::Formatter :project: cpp_pkg :members: