diff --git a/README.md b/README.md index fff6549..5e3dfc7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![action](https://github.com/speediegq/docpp/actions/workflows/cmake-multi-platform.yml/badge.svg) -Small C++ library for generating XML, HTML and CSS. +C++11 library for generating XML, HTML and CSS. ## Features diff --git a/docs/Doxyfile b/docs/Doxyfile index a0ff08a..0020efb 100755 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -54,7 +54,7 @@ PROJECT_NUMBER = 0.1 # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Small C++ library for generating XML, HTML and CSS." +PROJECT_BRIEF = "C++ library for generating XML, HTML and CSS." # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/include/docpp.hpp b/include/docpp.hpp index b98c812..e4f075a 100644 --- a/include/docpp.hpp +++ b/include/docpp.hpp @@ -1,5 +1,5 @@ /** - * docpp - Small C++ library for generating XML, HTML and CSS. + * docpp - C++ library for generating XML, HTML and CSS. * Licensed under the LGPL-3.0-or-later license. * * Author: speedie diff --git a/src/docpp.cpp b/src/docpp.cpp index 0b351e5..ba5dade 100644 --- a/src/docpp.cpp +++ b/src/docpp.cpp @@ -1,5 +1,5 @@ /** - * docpp - Small C++ library for generating XML, HTML and CSS. + * docpp - C++ library for generating XML, HTML and CSS. * Licensed under the LGPL-3.0-or-later license. * * Author: speedie