doc: Add contributing and mainpage to doxygen

Change-Id: Ie912ab61d7d7ac19c982d23bc43468f14cb3436c
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker
2018-06-20 18:43:30 -07:00
parent e8d15527fb
commit b0ffac5140

View File

@@ -7,13 +7,15 @@ TAB_SIZE = 8
ALIASES = "requires=\xrefitem requires \"Requires\" \"Instruction Set Requirements for arch-specific functions (non-multibinary)\""
OPTIMIZE_OUTPUT_FOR_C = YES
HIDE_UNDOC_MEMBERS = YES
USE_MDFILE_AS_MAINPAGE = README.md
INPUT = isa-l.h \
include \
README.md \
CONTRIBUTING.md \
Release_notes.txt
EXCLUDE = include/test.h
EXCLUDE = include/test.h include/types.h
EXAMPLE_PATH = . crc raid erasure_code igzip
PAPER_TYPE = letter
LATEX_SOURCE_CODE = YES