diff options
Diffstat (limited to 'src/common/torint.h')
-rw-r--r-- | src/common/torint.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index ce2d067ab4..07e291e51e 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -2,16 +2,16 @@ /* See LICENSE for licensing information */ /* $Id$ */ -/***** - * torint.h: Header file to define uint32_t and friends. - *****/ +/** + * \file torint.h + * \brief Header file to define uint32_t and friends + **/ #ifndef __TORINT_H #define __TORINT_H #include "orconfig.h" - #ifdef HAVE_STDINT_H #include <stdint.h> #endif |