frameworks/native/docs: add doxygen configuration
Change-Id: I7803d9beceac46488869e4874f6f5f7a7925a796
This commit is contained in:
parent
e814b43c58
commit
5388c52e77
1902
docs/Doxyfile
Normal file
1902
docs/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
14
docs/Makefile
Normal file
14
docs/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
HEADERS := $(wildcard ../include/android/*.h)
|
||||
|
||||
all: html jd
|
||||
|
||||
html: $(HEADERS) Doxyfile
|
||||
mkdir -p html
|
||||
doxygen
|
||||
|
||||
jd: $(HEADERS) Doxyfile header.jd
|
||||
mkdir -p jd
|
||||
HTML_HEADER=header.jd HTML_OUTPUT=jd doxygen
|
||||
for file in jd/*.html; do mv "$${file}" "$${file/\.html/\.jd}"; done
|
||||
rm -f jd/index.jd
|
||||
|
3
docs/header.jd
Normal file
3
docs/header.jd
Normal file
@ -0,0 +1,3 @@
|
||||
page.title=$title
|
||||
page.customHeadTag=<link rel="stylesheet" type="text/css" href="doxygen-dac.css">
|
||||
@jd:body
|
Loading…
Reference in New Issue
Block a user