From f48453e7af9fdc5dc71824b69cfe979b173b9354 Mon Sep 17 00:00:00 2001 From: Lars G Thorsen Date: Tue, 15 Dec 2009 10:12:17 +0000 Subject: OTP-8308 Added an xsl transform from OTP xml documentation to a file (.eix) of erlang terms that can be read by the erldoc application. Erldoc handles the documentation search mechanism at erlang.org. Added generation of eix files to otp_release_targets.mk. Fixed a copyright date error in db_html.xsl . --- lib/erl_docgen/priv/xsl/db_eix.xsl | 206 +++++++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 lib/erl_docgen/priv/xsl/db_eix.xsl (limited to 'lib/erl_docgen/priv/xsl/db_eix.xsl') diff --git a/lib/erl_docgen/priv/xsl/db_eix.xsl b/lib/erl_docgen/priv/xsl/db_eix.xsl new file mode 100644 index 0000000000..929272256a --- /dev/null +++ b/lib/erl_docgen/priv/xsl/db_eix.xsl @@ -0,0 +1,206 @@ + + + + + + + + + + %% %% Search data file for + %% generated %% + + {notused, application, [""]}. + + + + + + + + + + + + + + + + + {".html", {function, {" + ", ""}}, [ + + + + ]}. + {".html", {module, " + "}, [""]}. + + + + + {".html", {function, {" + ", ""}}, [ + + + + ]}. + {".html", {clib, " + "}, [""]}. + + + + + {".html", {command, " + "}, [""]}. + + + + + {".html", {file, " + "}, [""]}. + + + + + {"_app.html", {app, " + "}, [""]}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {" + ", " + ( + ", " + -"} + + + + + + + , + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3