I don't know if it's so small anymore.

This commit is contained in:
Jacob 2024-05-14 15:46:43 +02:00
parent 8a3d21ea31
commit f139028deb
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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 <speedie@speedie.site>

View file

@ -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 <speedie@speedie.site>