diff options
author | Dan Gudmundsson <[email protected]> | 2016-02-22 09:46:32 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-02-22 09:46:32 +0100 |
commit | 942aa912cd1f17a7a98fd98f9d39a1374bbac44d (patch) | |
tree | 2e1720b24addd1e435c4c931ca52c4651d08cd5d /lib/debugger/doc/src/part.xml | |
parent | 83185e95fe92efb2431c1173ac16f26bd40217f7 (diff) | |
parent | fb39a2dd41a5bb14e1f84935798e09ab3b747c85 (diff) | |
download | otp-942aa912cd1f17a7a98fd98f9d39a1374bbac44d.tar.gz otp-942aa912cd1f17a7a98fd98f9d39a1374bbac44d.tar.bz2 otp-942aa912cd1f17a7a98fd98f9d39a1374bbac44d.zip |
Merge remote-tracking branch 'upstream/maint'
* upstream/maint:
debugger: Editorial changes in documentation
Observer: Editorial changes in documentation
Diffstat (limited to 'lib/debugger/doc/src/part.xml')
-rw-r--r-- | lib/debugger/doc/src/part.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/debugger/doc/src/part.xml b/lib/debugger/doc/src/part.xml index 7515c0ad5b..ce1edbd978 100644 --- a/lib/debugger/doc/src/part.xml +++ b/lib/debugger/doc/src/part.xml @@ -4,7 +4,7 @@ <part xmlns:xi="http://www.w3.org/2001/XInclude"> <header> <copyright> - <year>1997</year><year>2013</year> + <year>1997</year><year>2016</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -27,14 +27,10 @@ <docno></docno> <date>1998-05-12</date> <rev>B</rev> - <file>part.sgml</file> + <file>part.xml</file> </header> - <description> - <p><em>Debugger</em> is a graphical tool which can be used for - debugging and testing of Erlang programs. For example, breakpoints - can be set, code can be single stepped and variable values can be - displayed and changed.</p> - </description> + <description></description> + <xi:include href="introduction.xml"/> <xi:include href="debugger_chapter.xml"/> </part> |