mirror of
https://github.com/intel/isa-l.git
synced 2025-11-01 11:52:52 +01:00
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:
4
Doxyfile
4
Doxyfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user