Преглед изворни кода

[DOCUMENTATION] English: fixed compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22795 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael пре 15 година
родитељ
комит
2a79228165

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_WindowsAzure.xml

@@ -43,7 +43,7 @@
 
         <para>
             The first case requires you to install the <ulink
-                url="http://www.microsoft.com/downloads/details.aspx?FamilyID=6967ff37-813e-47c7-b987-889124b43abd&displaylang=en">Windows
+                url="http://www.microsoft.com/downloads/details.aspx?FamilyID=6967ff37-813e-47c7-b987-889124b43abd&amp;displaylang=en">Windows
                 Azure SDK</ulink> on your development machine.  It is currently only available for
             Windows environments; progress is being made on a Java-based version of the
             <acronym>SDK</acronym> which can run on any platform.

+ 5 - 5
documentation/manual/en/module_specs/Zend_Service_WindowsAzure_Manager.xml

@@ -63,7 +63,7 @@
                 current role instance exists.
             </para>
 
-            <example id="zend.service.windowsazure.diagnostics.manager.api.config-exists">
+            <example id="zend.service.windowsazure.diagnostics.manager.api.config-exists.example">
                 <title>Checking if a diagnostics configuration for the current role instance exists</title>
 
                 <programlisting language="php"><![CDATA[
@@ -91,7 +91,7 @@ echo 'The configuration ' . ($configurationExists ? 'exists' : 'does not exist';
                 configuration.
             </para>
 
-            <example id="zend.service.windowsazure.diagnostics.manager.api.config-load">
+            <example id="zend.service.windowsazure.diagnostics.manager.api.config-load.example">
                 <title>Loading the current role instance diagnostics configuration</title>
 
                 <programlisting language="php"><![CDATA[
@@ -117,7 +117,7 @@ $configuration = $manager->getConfigurationForCurrentRoleInstance();
                 configuration.
             </para>
 
-            <example id="zend.service.windowsazure.diagnostics.manager.api.config-store">
+            <example id="zend.service.windowsazure.diagnostics.manager.api.config-store.example">
                 <title>Storing the current role instance diagnostics configuration</title>
 
                 <programlisting language="php"><![CDATA[
@@ -143,7 +143,7 @@ $manager->setConfigurationForCurrentRoleInstance($configuration);
                 Using the following code, you can subscribe to a performance counter.
             </para>
 
-            <example id="zend.service.windowsazure.diagnostics.manager.api.config-perf">
+            <example id="zend.service.windowsazure.diagnostics.manager.api.config-perf.example">
                 <title>Subscribing to a performance counter</title>
 
                 <programlisting language="php"><![CDATA[
@@ -175,7 +175,7 @@ $manager->setConfigurationForCurrentRoleInstance($configuration);
                 Development Fabric or Windows Azure Fabric.
             </para>
 
-            <example id="zend.service.windowsazure.diagnostics.manager.api.config-roleid">
+            <example id="zend.service.windowsazure.diagnostics.manager.api.config-roleid.example">
                 <title>Getting the current role instance id</title>
 
                 <programlisting language="php"><![CDATA[