Let Doxygen see through C++ protected section.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Jan 2006 23:12:08 +0000 (23:12 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Jan 2006 23:12:08 +0000 (23:12 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@481 38d2e660-2303-0410-9eaa-f027e97ec537

emul/emul.h

index 10fd3eb839e5604af9055c61e09c8a37ab9dd8e7..05b486cccf08fd60aafb4d4288d85a991071b36f 100755 (executable)
@@ -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 <cfg/compiler.h>
 
-#ifdef __cplusplus
+#if defined(__cplusplus) || defined(__doxygen__)
 
 // fwd decls
 class QApplication;