Consistently put whitespace outside of <tt>...</tt> and not inside
This commit is contained in:
parent
859d65b300
commit
f541e604e8
8 changed files with 25 additions and 25 deletions
|
|
@ -1046,7 +1046,7 @@ def filecopy(source,target):
|
|||
</pre></div>
|
||||
|
||||
<p>
|
||||
In this case <tt>f1</tt>,<tt> f2</tt>, and <tt>buffer</tt> are all
|
||||
In this case <tt>f1</tt>, <tt>f2</tt>, and <tt>buffer</tt> are all
|
||||
opaque objects containing C pointers. It doesn't matter what value
|
||||
they contain--our program works just fine without this knowledge.</p>
|
||||
|
||||
|
|
@ -1711,7 +1711,7 @@ wrapping a header file like this:
|
|||
</pre></div>
|
||||
|
||||
<p>
|
||||
<tt>%rename </tt>applies a renaming operation to all future
|
||||
<tt>%rename</tt> applies a renaming operation to all future
|
||||
occurrences of a name. The renaming applies to functions, variables,
|
||||
class and structure names, member functions, and member data. For
|
||||
example, if you had two-dozen C++ classes, all with a member function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue