From a0d923094ba0837350003dffc17d50198fe0e634 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 23 Jan 2006 23:12:08 +0000 Subject: [PATCH] Let Doxygen see through C++ protected section. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@481 38d2e660-2303-0410-9eaa-f027e97ec537 --- emul/emul.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.25.1