diff --git a/Doxyfile b/Doxyfile index 727202c..735ebfb 100644 --- a/Doxyfile +++ b/Doxyfile @@ -991,7 +991,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src/cpp_pkg/include src/cpp_pkg/src +INPUT = lib/cpp_pkg/include lib/cpp_pkg/src # This tag can be used to specify the character encoding of the source files # that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/docs/doxygen/html/annotated.html b/docs/doxygen/html/annotated.html index f55613a..f4e9774 100644 --- a/docs/doxygen/html/annotated.html +++ b/docs/doxygen/html/annotated.html @@ -5,7 +5,7 @@ -
|
- My C++ Package
-
- |
-
This is the complete list of members for cpppkg::Calculator, including all inherited members.
-| add(int a, int b) | cpppkg::Calculator | |
| multiply(int a, int b) | cpppkg::Calculator |
|
- My C++ Package
-
- |
-
A simple calculator class. - More...
- -#include <sample.h>
-Public Member Functions | |
| int | add (int a, int b) |
| Adds two integers. | |
| int | multiply (int a, int b) |
| Multiplies two integers. | |
A simple calculator class.
-| int cpppkg::Calculator::add | -( | -int | a, | -
| - | - | int | b ) | -
Adds two integers.
-| a | First integer. |
| b | Second integer. |
| int cpppkg::Calculator::multiply | -( | -int | a, | -
| - | - | int | b ) | -
Multiplies two integers.
-| a | First integer. |
| b | Second integer. |
|
- My C++ Package
-
- |
-
|
- My C++ Package
-
- |
-
|
- My C++ Package
-
- |
-
| src | |
| cpp_pkg | |
| include | |
| lib | |
| cpp_pkg | |
| include | |
| math_utils.hpp | A dummy math utility module for demonstration |
| string_utils.hpp | A dummy string utility module for demonstration |
|
- My C++ Package
-
- |
-