diff options
author | Lars Thorsen <[email protected]> | 2011-11-17 12:27:59 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-18 14:28:44 +0100 |
commit | 4424b10d7054025eef3e721f64fb53ad7b357282 (patch) | |
tree | 3021ca22d285757cd63054e6925b7c56ec8724a7 /lib/erl_docgen/doc/src/convert.howto | |
parent | ebaf44e2d10bdf6bca2fc83d10e75e144dcbde2d (diff) | |
download | otp-4424b10d7054025eef3e721f64fb53ad7b357282.tar.gz otp-4424b10d7054025eef3e721f64fb53ad7b357282.tar.bz2 otp-4424b10d7054025eef3e721f64fb53ad7b357282.zip |
[erl_docgen] Tidy up the documentation moved from docbuilder to erl_docgen
Diffstat (limited to 'lib/erl_docgen/doc/src/convert.howto')
-rw-r--r-- | lib/erl_docgen/doc/src/convert.howto | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/erl_docgen/doc/src/convert.howto b/lib/erl_docgen/doc/src/convert.howto deleted file mode 100644 index 2c72de8c4c..0000000000 --- a/lib/erl_docgen/doc/src/convert.howto +++ /dev/null @@ -1,13 +0,0 @@ - -- add xmlns:xi="http://www.w3.org/2001/XInclude" on top tag - in files whith include directives - -- change <include file="notes"></include> <xi:include href="notes.xml"/> - -- change <image file="a"/> to <image file="a.gif"/> - -- 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 |