X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Ffile.h;h=8229c0f7c5cbeb9d1e1ee69041d96cd443f560e7;hb=6cc971430fda3760940c8f92bb484a6145bbad8d;hp=be0d928cf92d469162cf1644f77fe76d15b2de4f;hpb=af9c555446161016fdd76c1cdff96ce76bb6cba2;p=bertos.git diff --git a/kern/file.h b/kern/file.h index be0d928c..8229c0f7 100755 --- a/kern/file.h +++ b/kern/file.h @@ -1,9 +1,9 @@ -/*! +/** * \file * * * \brief Interface to KFile virtual class @@ -15,6 +15,12 @@ /*#* *#* $Log$ + *#* Revision 1.7 2006/07/19 12:56:27 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.6 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* *#* Revision 1.5 2005/04/11 19:10:28 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -46,7 +52,7 @@ typedef bool (*CloseFunc_t) (struct _KFile *fd); typedef bool (*OpenFunc_t) (struct _KFile *fd, const char *name, int mode); -/*! +/** * Context data for callback functions which operate on * pseudo files. */