DragonNest/Common/SVNLib/doc/structsvn__diff__file__options__t.html
2024-12-19 09:48:26 +08:00

128 lines
7.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Subversion: svn_diff_file_options_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>svn_diff_file_options_t Struct Reference</h1><!-- doxytag: class="svn_diff_file_options_t" -->Options to control the behaviour of the file diff routines.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__diff_8h-source.html">svn_diff.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__diff_8h.html#89e4b15ecac2afd0b42cb3f1988b1f65">svn_diff_file_ignore_space_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__diff__file__options__t.html#a9af536942cd066b86c468239abe4c4f">ignore_space</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">To what extent whitespace should be ignored when comparing lines. <a href="#a9af536942cd066b86c468239abe4c4f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__diff__file__options__t.html#a64547c47939b23c2718632d725bd129">ignore_eol_style</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Whether to treat all end-of-line markers the same when comparing lines. <a href="#a64547c47939b23c2718632d725bd129"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__diff__file__options__t.html#42238327bc9f1d3c1d8db495d60dedc1">show_c_function</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Whether the '@' lines of the unified diff output should include a prefix of the nearest preceding line that starts with a character that might be the initial character of a C language identifier. <a href="#42238327bc9f1d3c1d8db495d60dedc1"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Options to control the behaviour of the file diff routines.
<p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>New in 1.4.</dd></dl>
<dl class="note" compact><dt><b>Note:</b></dt><dd>This structure may be extended in the future, so to preserve binary compatibility, users must not allocate structs of this type themselves. </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="svn__diff_8h.html#796298bb5b2498c8812061b3d014266c" title="Allocate a svn_diff_file_options_t structure in pool, initializing it with default...">svn_diff_file_options_create()</a>.</dd></dl>
<dl class="note" compact><dt><b>Note:</b></dt><dd>Although its name suggests otherwise, this structure is used to pass options to file as well as in-memory diff functions. </dd></dl>
<p>Definition at line <a class="el" href="svn__diff_8h-source.html#l00333">333</a> of file <a class="el" href="svn__diff_8h-source.html">svn_diff.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="a9af536942cd066b86c468239abe4c4f"></a><!-- doxytag: member="svn_diff_file_options_t::ignore_space" ref="a9af536942cd066b86c468239abe4c4f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__diff_8h.html#89e4b15ecac2afd0b42cb3f1988b1f65">svn_diff_file_ignore_space_t</a> <a class="el" href="structsvn__diff__file__options__t.html#a9af536942cd066b86c468239abe4c4f">svn_diff_file_options_t::ignore_space</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
To what extent whitespace should be ignored when comparing lines.
<p>
The default is <code>svn_diff_file_ignore_space_none</code>.
<p>Definition at line <a class="el" href="svn__diff_8h-source.html#l00337">337</a> of file <a class="el" href="svn__diff_8h-source.html">svn_diff.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="a64547c47939b23c2718632d725bd129"></a><!-- doxytag: member="svn_diff_file_options_t::ignore_eol_style" ref="a64547c47939b23c2718632d725bd129" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a> <a class="el" href="structsvn__diff__file__options__t.html#a64547c47939b23c2718632d725bd129">svn_diff_file_options_t::ignore_eol_style</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Whether to treat all end-of-line markers the same when comparing lines.
<p>
The default is <code>FALSE</code>.
<p>Definition at line <a class="el" href="svn__diff_8h-source.html#l00340">340</a> of file <a class="el" href="svn__diff_8h-source.html">svn_diff.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="42238327bc9f1d3c1d8db495d60dedc1"></a><!-- doxytag: member="svn_diff_file_options_t::show_c_function" ref="42238327bc9f1d3c1d8db495d60dedc1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a> <a class="el" href="structsvn__diff__file__options__t.html#42238327bc9f1d3c1d8db495d60dedc1">svn_diff_file_options_t::show_c_function</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Whether the '@' lines of the unified diff output should include a prefix of the nearest preceding line that starts with a character that might be the initial character of a C language identifier.
<p>
The default is <code>FALSE</code>.
<p>Definition at line <a class="el" href="svn__diff_8h-source.html#l00346">346</a> of file <a class="el" href="svn__diff_8h-source.html">svn_diff.h</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="svn__diff_8h-source.html">svn_diff.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:30 2008 for Subversion by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>