summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2015-05-27 10:13:35 -0700
committerJohan Euphrosine <proppy@google.com>2015-05-27 10:13:35 -0700
commitefd6ab3cb0fcfae7d990582e1176904fb0a6f1b1 (patch)
tree7331e9e49adcf2eb71a2c99e61f11e7861992eb1 /docs
parent116e7aebb68bb0394eb12092db8282981012784e (diff)
downloadframeworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.zip
frameworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.tar.gz
frameworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.tar.bz2
framework/native/docs: remove doc footer for jd output
Change-Id: Ib65a436f4846eb5c02e42c6f1cbda5eab58c68ab
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/Makefile5
-rw-r--r--docs/footer.jd0
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index ce12d81..46d6d84 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -948,7 +948,7 @@ HTML_HEADER = $(HTML_HEADER)
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = $(HTML_FOOTER)
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
diff --git a/docs/Makefile b/docs/Makefile
index 356b2ce..5104d81 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -8,7 +8,6 @@ html: $(HEADERS) Doxyfile
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
+ HTML_HEADER=header.jd HTML_FOOTER=footer.jd HTML_OUTPUT=jd doxygen
+ for file in jd/*.html; do mv "$${file}" "$${file/.html/.jd}"; done
rm -f jd/index.jd
-
diff --git a/docs/footer.jd b/docs/footer.jd
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/footer.jd