X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftypes.h;h=013743b376a20dd62471ef4b943eba4a5638f437;hb=5e7275dabc36e1acb396c45ba27aecf8d8a0171e;hp=ad8fe03b628caa37d862dda905475de13d70872f;hpb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;p=lyx.git diff --git a/src/support/types.h b/src/support/types.h index ad8fe03b62..013743b376 100644 --- a/src/support/types.h +++ b/src/support/types.h @@ -1,11 +1,18 @@ +/** + * \file types.h + * Copyright 2002 the LyX Team + * Read the file COPYING + * + * Provide a set of typedefs for commonly used things like sizes and + * indices wile trying to stay compatible with types used + * by the standard containers. + * + * \author André Pönitz + */ + #ifndef LYX_TYPES_H #define LYX_TYPES_H -// provide a set of typedefs for commonly used things like sizes and -// indices while trying to stay compatible with types used by the standard -// containers. - - // this probably could be improved by using ... #include @@ -56,10 +63,10 @@ namespace lyx private: base_type data_; }; - + #endif } -#endif +#endif // LYX_TYPES_H