libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5368cd9c35d9d0fd90b898eb40f329a75fb341fa
parent 88b7523e13100629f86de7afc099b53dd672d1e4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  6 Jan 2022 18:41:12 +0300

Doxygen: changed description of make targets

Diffstat:
Mdoc/doxygen/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am @@ -1,7 +1,7 @@ # This Makefile.am is in the public domain all: @echo -e \ -"Generate documentation:\n" \ +"Generate doxygen additional documentation:\n" \ "\tmake full - full documentation with dependency graphs (slow)\n" \ "\tmake fast - fast mode without dependency graphs"