kernel: doc: Add deprecation notice to legacy.h
Change-Id: I1d99437154860ed5860750bbce6279dbf2c939ab Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
47be9a58b1
commit
97109a6042
14
.known-issues/doc/kernel.conf
Normal file
14
.known-issues/doc/kernel.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# Kernel unnamed struct definition
|
||||
#
|
||||
# FIXME: all these should match the relative filename
|
||||
#
|
||||
^(?P<filename>[-._/\w]+/doc/api/kernel_api.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]$
|
||||
^[ \t]*$
|
||||
^[ \t]*\^$
|
||||
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]$
|
||||
^[ \t]*$
|
||||
^[ \t]*\^$
|
||||
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]$
|
||||
^.*k_msg.extra.*$
|
||||
^[- \t]*\^$
|
|
@ -75,7 +75,7 @@ STRICT_PROTO_MATCHING = YES
|
|||
GENERATE_TODOLIST = NO
|
||||
GENERATE_TESTLIST = NO
|
||||
GENERATE_BUGLIST = NO
|
||||
GENERATE_DEPRECATEDLIST= NO
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
ENABLED_SECTIONS = YES
|
||||
MAX_INITIALIZER_LINES = 300
|
||||
SHOW_USED_FILES = YES
|
||||
|
|
535
include/legacy.h
535
include/legacy.h
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue