From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/erl_docgen/doc/src/book.xml | 47 +++++++++++++++++++++++++++++++++++ lib/erl_docgen/doc/src/convert.howto | 13 ++++++++++ lib/erl_docgen/doc/src/erl_docgen.txt | 6 +++++ lib/erl_docgen/doc/src/notes.xml | 45 +++++++++++++++++++++++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 lib/erl_docgen/doc/src/book.xml create mode 100644 lib/erl_docgen/doc/src/convert.howto create mode 100644 lib/erl_docgen/doc/src/erl_docgen.txt create mode 100644 lib/erl_docgen/doc/src/notes.xml (limited to 'lib/erl_docgen/doc/src') diff --git a/lib/erl_docgen/doc/src/book.xml b/lib/erl_docgen/doc/src/book.xml new file mode 100644 index 0000000000..9df5c39271 --- /dev/null +++ b/lib/erl_docgen/doc/src/book.xml @@ -0,0 +1,47 @@ + + + + +
+ + 20042009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + erl_docgen + Lars Thorsen + + 2009-11-10 + 0.1 + book.xml +
+ + + erl_docgen + + + + + + + + + + + + +
+ diff --git a/lib/erl_docgen/doc/src/convert.howto b/lib/erl_docgen/doc/src/convert.howto new file mode 100644 index 0000000000..2c72de8c4c --- /dev/null +++ b/lib/erl_docgen/doc/src/convert.howto @@ -0,0 +1,13 @@ + +- add xmlns:xi="http://www.w3.org/2001/XInclude" on top tag + in files whith include directives + +- change + +- change to + +- remove chapers directly in the book and put them in the part instead + +-change title to just the application name + +- fix codeinclude : xml --> xmlsrc \ No newline at end of file diff --git a/lib/erl_docgen/doc/src/erl_docgen.txt b/lib/erl_docgen/doc/src/erl_docgen.txt new file mode 100644 index 0000000000..14a4dc8e10 --- /dev/null +++ b/lib/erl_docgen/doc/src/erl_docgen.txt @@ -0,0 +1,6 @@ + + + +/home/otptest/bin/otp_wrap_ssh boddington /home/otptest/bin/otp_build_doc -rel r13b02 -view otptest_r13_daily_doc2 -csfile /usr/local/otp/config-specs/r13_dev.cs -insdir /ldisk/daily_build +_ + \ No newline at end of file diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml new file mode 100644 index 0000000000..caa113df08 --- /dev/null +++ b/lib/erl_docgen/doc/src/notes.xml @@ -0,0 +1,45 @@ + + + + +
+ + 20042009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + erl_docgen Release Notes + otp_appnotes + nil + nil + nil + notes.xml +
+

This document describes the changes made to the erl_docgen application.

+ + +
erl_docgen 0.1 + +
+ Improvements and new features +

This is the first release of erl_docgen for internal use.

+
+ + +
+ +
+ -- cgit v1.2.3