Skip to content

Commit 532d29c

Browse files
committed
7.2.0
1 parent 264b16f commit 532d29c

File tree

409 files changed

+7016
-3564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+7016
-3564
lines changed

doxygen/Doxyfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#---------------------------------------------------------------------------
88
DOXYFILE_ENCODING = UTF-8
99
PROJECT_NAME = QP/C++
10-
PROJECT_NUMBER = 7.1.3
10+
PROJECT_NUMBER = 7.2.0
1111
PROJECT_BRIEF = "Real-Time Embedded Framework"
1212
PROJECT_LOGO = ../../ql-doxygen/images/logo_ql.png
1313
OUTPUT_DIRECTORY =
@@ -131,6 +131,7 @@ INPUT = main.dox \
131131
../../cert-pack/sds_sm-cpp.dox \
132132
../../cert-pack/autosar.dox \
133133
../../cert-pack/metrics.dox \
134+
history.dox \
134135
exa.dox \
135136
exa_native.dox \
136137
exa_rtos.dox \
@@ -143,12 +144,12 @@ INPUT = main.dox \
143144
ports_rtos.dox \
144145
ports_os.dox \
145146
api.dox \
146-
history.dox \
147147
../../ql-doxygen/help.dox \
148148
dir.dox \
149149
config.hpp \
150150
../include \
151151
../src \
152+
../ports/sample \
152153
../ports/lint-plus/std.lnt \
153154
../ports/lint-plus/qpcpp.lnt \
154155
../ports/lint-plus/options.lnt
@@ -163,8 +164,7 @@ FILE_PATTERNS = *.dox \
163164
*.asm \
164165
*.lnt
165166
RECURSIVE = YES
166-
EXCLUDE = ../include/qs_dummy.hpp \
167-
../include/quit.hpp
167+
EXCLUDE = ../include/qs_dummy.hpp
168168
EXCLUDE_SYMLINKS = NO
169169
EXCLUDE_PATTERNS =
170170
EXCLUDE_SYMBOLS = QP_IMPL
@@ -288,8 +288,9 @@ SEARCH_INCLUDES = YES
288288
INCLUDE_PATH =
289289
INCLUDE_FILE_PATTERNS =
290290
PREDEFINED = Q_SPY \
291-
QP_IMPL \
292291
Q_UTEST \
292+
QP_IMPL \
293+
Q_EVT_CTOR \
293294
QF_MAX_ACTIVE=32 \
294295
QF_MAX_TICK_RATE=2 \
295296
QF_MAX_EPOOL=3 \
@@ -299,11 +300,10 @@ PREDEFINED = Q_SPY \
299300
QF_MPOOL_CTR_SIZE=2 \
300301
QF_TIMEEVT_CTR_SIZE=4 \
301302
QF_ACTIVE_STOP=0 \
303+
QF_ON_CONTEXT_SW \
302304
QS_TIME_SIZE=4 \
303305
QF_EQUEUE_TYPE=QEQueue \
304306
QF_OS_OBJECT_TYPE=void* \
305-
QF_THREAD_TYPE=void* \
306-
QK_ON_CONTEXT_SW \
307-
QXK_ON_CONTEXT_SW
307+
QF_THREAD_TYPE=void*
308308
EXPAND_AS_DEFINED =
309-
SKIP_FUNCTION_MACROS = YES
309+
SKIP_FUNCTION_MACROS = NO

0 commit comments

Comments
 (0)