X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femul.h;h=05b486cccf08fd60aafb4d4288d85a991071b36f;hb=2dde5222175bc7b2da7256fc198c51e3a7eb3320;hp=b6631e1ae0d83a1ac3e4e6b8fe2f8f3ea62e5243;hpb=70ef586aed3922433460eaf19125378f8c996743;p=bertos.git diff --git a/emul/emul.h b/emul/emul.h index b6631e1a..05b486cc 100755 --- a/emul/emul.h +++ b/emul/emul.h @@ -3,7 +3,7 @@ * * * \version $Id$ @@ -15,6 +15,12 @@ /*#* *#* $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. + *#* *#* Revision 1.1 2006/01/16 03:37:12 bernie *#* Add emulator skeleton. *#* @@ -25,7 +31,7 @@ #include -#ifdef __cplusplus +#if defined(__cplusplus) || defined(__doxygen__) // fwd decls class QApplication;