X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femul.h;h=05b486cccf08fd60aafb4d4288d85a991071b36f;hb=dd10467603da0be5d35d91bae7c62b0079128d09;hp=10fd3eb839e5604af9055c61e09c8a37ab9dd8e7;hpb=669ef4744ad8c96dbd79e2bd8613bddf1121511f;p=bertos.git diff --git a/emul/emul.h b/emul/emul.h index 10fd3eb8..05b486cc 100755 --- a/emul/emul.h +++ b/emul/emul.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/01/23 23:12:08 bernie + *#* Let Doxygen see through C++ protected section. + *#* *#* Revision 1.2 2006/01/16 03:51:51 bernie *#* Fix boilerplate. *#* @@ -28,7 +31,7 @@ #include -#ifdef __cplusplus +#if defined(__cplusplus) || defined(__doxygen__) // fwd decls class QApplication;