Index: native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html |
diff --git a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html |
index c731f2b23c51e14b655d1df337eb2b3aa0425e89..7ee087ee66f1a051c876608b398b8645fba8579a 100644 |
--- a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html |
+++ b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html |
@@ -164,7 +164,7 @@ in <a class="reference internal" href="#id1">Memory Model and Atomics</a>.</p> |
<p>PNaCl and NaCl support <code>setjmp</code> and <code>longjmp</code> without any |
restrictions beyond C’s.</p> |
</section><section id="c-exception-handling"> |
-<h2 id="c-exception-handling">C++ Exception Handling</h2> |
+<span id="exception-handling"></span><h2 id="c-exception-handling"><span id="exception-handling"></span>C++ Exception Handling</h2> |
<p>PNaCl currently supports C++ exception handling through <code>setjmp()</code> and |
<code>longjmp()</code>, which can be enabled with the <code>--pnacl-exceptions=sjlj</code> |
linker flag. Exceptions are disabled by default so that faster and |