Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tools / mdoc / Test / html.expected / System / Environment.html
index c2c96b6074e143039a1e2ee10ef16edc1b72c235..55e31fff76ec2650804c2c8240117a5b570b0717 100644 (file)
@@ -1,7 +1,7 @@
 <html>
   <head>
     <title>System.Environment</title>
-    <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <style>
       a { text-decoration: none }
 
     <p class="Summary" id="T:System.Environment:Summary">
       <span class="NotEntered">Documentation for this section has not yet been entered.</span>
     </p>
-    <div id="T:System.Environment:Signature">
-      <div class="Signature">public static class  <b>Environment</b></div>
+    <div>
+      <h2>Syntax</h2>
+      <div class="Signature" id="T:System.Environment:Signature">public static class  <b>Environment</b></div>
     </div>
     <div class="Remarks" id="T:System.Environment:Docs">
-      <h4 class="Subsection">
-        <a href="javascript:toggle_display('T:System.Environment:Docs:Remarks')">
-          <span id="T:System.Environment:Docs:Remarks:toggle">⊟</span> Remarks</a>
-      </h4>
-      <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Remarks">
+      <h2 class="Section">Remarks</h2>
+      <div class="SectionBox" id="T:System.Environment:Docs:Remarks">
         <tt>T:System.Environment</tt>
-      </blockquote>
-      <h4 class="Subsection">
-        <a href="javascript:toggle_display('T:System.Environment:Docs:Version Information')">
-          <span id="T:System.Environment:Docs:Version Information:toggle">⊟</span> Requirements</a>
-      </h4>
-      <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Version Information">
-        <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
-      <h2 class="Section" id="Members">
-        <a href="javascript:toggle_display('_Members')">
-          <span id="_Members:toggle">⊟</span> Members</a>
-      </h2>
-      <blockquote class="SectionBox" id="_Members">
+      </div>
+      <h2 class="Section">Requirements</h2>
+      <div class="SectionBox" id="T:System.Environment:Docs:Version Information">
+        <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+      <h2 class="Section" id="Members">Members</h2>
+      <div class="SectionBox" id="_Members">
         <p>
                                                                See Also: Inherited members from
                                                                <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
                                                        </p>
-        <h3>
-          <a href="javascript:toggle_display('Public Methods')">
-            <span id="Public Methods:toggle">⊟</span> Public Methods</a>
-        </h3>
-        <blockquote id="Public Methods">
+        <h2 class="Section">Public Methods</h2>
+        <div class="SectionBox" id="Public Methods">
           <div class="SubsectionBox">
             <table class="TypeMembers">
               <tr valign="top">
               </tr>
             </table>
           </div>
-        </blockquote>
-      </blockquote>
+        </div>
+      </div>
     </div>
     <div class="Members" id="T:System.Environment:Members">
-      <h2 class="Section" id="MemberDetails">
-        <a href="javascript:toggle_display('_MemberDetails')">
-          <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
-      </h2>
-      <blockquote class="SectionBox" id="_MemberDetails">
-        <h3 id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">
-          <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member')">
-            <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member:toggle">⊟</span> GetFolderPath Method</a>
-        </h3>
+      <h2 class="Section" id="MemberDetails">Member Details</h2>
+      <div class="SectionBox" id="_MemberDetails">
+        <h3 id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">GetFolderPath Method</h3>
         <blockquote id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member">
-          <p class="Summary">
+          <div class="msummary">
             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
-          </p>
+          </div>
+          <h2>Syntax</h2>
           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>GetFolderPath</b> (<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> folder)</div>
-          <h4 class="Subsection">
-            <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters')">
-              <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters:toggle">⊟</span> Parameters</a>
-          </h4>
+          <h4 class="Subsection">Parameters</h4>
           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters">
             <dl>
               <dt>
                 <i>folder</i>
               </dt>
               <dd>
-            A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
+              A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
             </dd>
             </dl>
           </blockquote>
-          <h4 class="Subsection">
-            <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns')">
-              <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns:toggle">⊟</span> Returns</a>
-          </h4>
+          <h4 class="Subsection">Returns</h4>
           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns">
             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
           </blockquote>
-          <h4 class="Subsection">
-            <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks')">
-              <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks:toggle">⊟</span> Remarks</a>
-          </h4>
-          <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks">
-            <tt>M:System.Environment.GetFolderPath(System.Environment+SpecialFolder)</tt>
+          <h4 class="Subsection">Exceptions</h4>
+          <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Exceptions">
+            <table class="TypeDocumentation">
+              <tr>
+                <th>Type</th>
+                <th>Reason</th>
+              </tr>
+              <tr valign="top">
+                <td>
+                  <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.NotSupportedException">NotSupportedException</a>
+                </td>
+                <td>
+                  <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+                </td>
+              </tr>
+            </table>
           </blockquote>
-          <h4 class="Subsection">
-            <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information')">
-              <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information:toggle">⊟</span> Requirements</a>
-          </h4>
-          <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information">
-            <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+          <h2 class="Section">Remarks</h2>
+          <div class="SectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks">
+            <tt>M:System.Environment.GetFolderPath(System.Environment+SpecialFolder)</tt>
+          </div>
+          <h2 class="Section">Requirements</h2>
+          <div class="SectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information">
+            <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
           <hr size="1" />
         </blockquote>
-      </blockquote>
+      </div>
     </div>
     <hr size="1" />
     <div class="Copyright">