Update file header comments

This commit is contained in:
2022-10-13 16:37:54 +02:00
parent 54313551fc
commit 63b1ca5d6a
29 changed files with 114 additions and 87 deletions

View File

@ -1,8 +1,9 @@
/**
* sesimos - secure, simple, modern web server
* Client connection and request handlers (header file)
* src/client.h
* Lorenz Stechauner, 2022-08-16
* @brief Client connection and request handlers (header file)
* @file src/client.h
* @author Lorenz Stechauner
* @date 2022-08-16
*/
#ifndef SESIMOS_CLIENT_H