doc: personality: Add a documentation header

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
pull/249/head
Andrej Shadura 2023-01-22 11:49:54 +01:00 committed by Ariadne Conill
parent cfda825f80
commit 9ab5ea2e83
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@
#include <libpkgconf/stdinc.h>
#include <libpkgconf/libpkgconf.h>
/*
* !doc
*
* libpkgconf `personality` module
* =========================
*/
#ifdef _WIN32
# define strcasecmp _stricmp
#endif