1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Most browsers eliminate whitespace between anchor tags. Force whitespace with

  so that the code reads properly.

llvm-svn: 124514
This commit is contained in:
Nick Lewycky 2011-01-29 01:09:53 +00:00
parent 82612f08c2
commit 9fe6ef1bed

View File

@ -493,7 +493,7 @@
<pre class="doc_code"> <pre class="doc_code">
<i>; Declare the string constant as a global constant.</i>&nbsp; <i>; Declare the string constant as a global constant.</i>&nbsp;
<a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a> <a href="#globalvars">constant</a> <a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp; <a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a>&nbsp;<a href="#globalvars">constant</a>&nbsp;<a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp;
<i>; External declaration of the puts function</i>&nbsp; <i>; External declaration of the puts function</i>&nbsp;
<a href="#functionstructure">declare</a> i32 @puts(i8*) <i>; i32 (i8*)* </i>&nbsp; <a href="#functionstructure">declare</a> i32 @puts(i8*) <i>; i32 (i8*)* </i>&nbsp;