diff --git a/DoxyGen/Doxyfile b/DoxyGen/Doxyfile index f3558d6..8f5e552 100644 --- a/DoxyGen/Doxyfile +++ b/DoxyGen/Doxyfile @@ -872,7 +872,8 @@ WARN_LOGFILE = DoxyWarnLogfile.txt # Note: If this tag is empty the current directory is searched. INPUT = ../include \ - ../src + ../src \ + ../README.md # 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/README.md b/README.md index 17024b1..42397d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ \mainpage Vector Algebra -3D Vector algebra library (Vector3, Quaternion) +Vector algebra library Main components ---------------