set eol-style:native
[reactos.git] / reactos / lib / libxml2 / result / DocBook / programlistingco.example.1.xml
index fa18bcf..70865f3 100644 (file)
@@ -1,26 +1,26 @@
-<?xml version="1.0"?>\r
-<!DOCTYPE programlistingco PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">\r
-<programlistingco><areaspec><areaset id="ex.plco.const" coords=""><area id="ex.plco.c1" coords="4"/><area id="ex.plco.c2" coords="8"/></areaset><area id="ex.plco.ret" coords="12"/><area id="ex.plco.dest" coords="12"/></areaspec><programlisting>\r
-sub do_nothing_useful {\r
-    my($a, $b, $c);\r
-\r
-    $a = new A;\r
-    \r
-    $a-&gt;does_nothing_either();\r
-\r
-    $b = new B; \r
-\r
-    $c = &quot;frog&quot;;\r
-\r
-    return ($a, $c);\r
-}\r
-</programlisting><calloutlist><callout arearefs="ex.plco.const"><para>\r
-These are calls to the constructor <function>new</function> in the object\r
-classes.\r
-</para></callout><callout arearefs="ex.plco.ret"><para>\r
-This function returns a two-element list.\r
-</para></callout><callout arearefs="ex.plco.dest"><para>\r
-The <emphasis>destructor</emphasis> (<function>DESTROY</function>) for\r
-the object <literal>$b</literal> will be called automatically for this\r
-object since there can be no other references to it outside this function.\r
-</para></callout></calloutlist></programlistingco>\r
+<?xml version="1.0"?>
+<!DOCTYPE programlistingco PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<programlistingco><areaspec><areaset id="ex.plco.const" coords=""><area id="ex.plco.c1" coords="4"/><area id="ex.plco.c2" coords="8"/></areaset><area id="ex.plco.ret" coords="12"/><area id="ex.plco.dest" coords="12"/></areaspec><programlisting>
+sub do_nothing_useful {
+    my($a, $b, $c);
+
+    $a = new A;
+    
+    $a-&gt;does_nothing_either();
+
+    $b = new B; 
+
+    $c = &quot;frog&quot;;
+
+    return ($a, $c);
+}
+</programlisting><calloutlist><callout arearefs="ex.plco.const"><para>
+These are calls to the constructor <function>new</function> in the object
+classes.
+</para></callout><callout arearefs="ex.plco.ret"><para>
+This function returns a two-element list.
+</para></callout><callout arearefs="ex.plco.dest"><para>
+The <emphasis>destructor</emphasis> (<function>DESTROY</function>) for
+the object <literal>$b</literal> will be called automatically for this
+object since there can be no other references to it outside this function.
+</para></callout></calloutlist></programlistingco>