Commit 95a5afdc authored by claes's avatar claes

co_cdh added

parent 2c5af96f
......@@ -11,6 +11,11 @@
// Subgroups in PRM
////////////////////
/*! \defgroup Pwr Pwr Proview Data definitions.
\ingroup PRM
This module contains Proview basic data definitions.
*/
/*! \defgroup GDH Gdh Global Data Handler
\ingroup PRM
This module contains the access routines to the Global Data
......@@ -32,6 +37,11 @@
This module contains utilites for time management.
*/
/*! \defgroup Cdh Class definition handler
\ingroup PRM
This module contains functions for class definitions.
*/
......
......@@ -5,17 +5,21 @@ HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
SOURCE_BROWSER = YES
INPUT = $(pwre_sroot)/doc/prm/src/doxygen.dx \
$(pwre_sroot)/exp/inc/src/pwr.h \
$(pwre_sroot)/lib/co/src/co_time.h \
$(pwre_sroot)/lib/co/src/co_cdh.h \
$(pwre_sroot)/lib/rt/src/rt_gdh.h \
$(pwre_sroot)/lib/rt/src/rt_mh_appl.h \
$(pwre_sroot)/lib/rt/src/rt_qcom.h \
$(pwre_sroot)/lib/co/src/co_time.c \
$(pwre_sroot)/lib/co/src/co_cdh.c \
$(pwre_sroot)/lib/rt/src/rt_gdh.c \
$(pwre_sroot)/lib/rt/src/rt_mh_appl.c \
$(pwre_sroot)/lib/rt/src/rt_qcom.c
FILE_PATTERNS = *.cpp *.c *.h
PREDEFINED = OS_LINUX=1 \
OS=LINUX
OS=LINUX \
pwr_dHost_byteOrder=2
RECURSIVE = YES
EXCLUDE_PATTERNS = *_bitmap_*.h
ALPHABETICAL_INDEX = YES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment