Something went wrong on our end
Select Git revision
check_seapp.c
-
Chad Brubaker authored
untrusted_v2_app is basically a refinement of untrusted_app with legacy capabilities removed and potentially backwards incompatible changes. This is not currently hooked up to anything. Bug: 33350220 Test: builds Change-Id: Ic9fad57476bc2b6022b1eaca8667bf6d844753c2
Chad Brubaker authoreduntrusted_v2_app is basically a refinement of untrusted_app with legacy capabilities removed and potentially backwards incompatible changes. This is not currently hooked up to anything. Bug: 33350220 Test: builds Change-Id: Ic9fad57476bc2b6022b1eaca8667bf6d844753c2
Doxyfile 597 B
PROJECT_NAME = "ARMOS"
INPUT = ./
RECURSIVE = yes
FILE_PATTERNS = *.h *.md
OUTPUT_DIRECTORY = doc/build/
OPTIMIZE_OUTPUT_FOR_C = yes
LOOKUP_CACHE_SIZE = 9
QUIET = yes
CITE_BIB_FILES = doc/refernces.bib
GENERATE_LATEX = no
GENERATE_HTML = yes
HTML_OUTPUT = ./
SORT_MEMBER_DOCS = no
INLINE_SIMPLE_STRUCTS = yes
TYPEDEF_HIDES_STRUCT = yes
HIDE_UNDOC_MEMBERS = yes
HIDE_UNDOC_CLASSES = yes
ENUM_VALUES_PER_LINE = 1
EXTRACT_STATIC = yes