diff options
Diffstat (limited to 'src/portab/portab.h')
| -rw-r--r-- | src/portab/portab.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h index d2f769f1..cb00dfaf 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -7,14 +7,16 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Portability functions and declarations (header for libngbportab). */ #ifndef __PORTAB__ #define __PORTAB__ +/** + * @file + * Portability functions and declarations (header) + */ #include "config.h" |