svn_diff_file_options_t Struct Reference

Options to control the behaviour of the file diff routines. More...

#include <svn_diff.h>


Data Fields

svn_diff_file_ignore_space_t ignore_space
 To what extent whitespace should be ignored when comparing lines.
svn_boolean_t ignore_eol_style
 Whether to treat all end-of-line markers the same when comparing lines.


Detailed Description

Options to control the behaviour of the file diff routines.

Since:
New in 1.4.
Note:
This structure may be extended in the future, so to preserve binary compatibility, users must not allocate structs of this type themselves.
See also:
svn_diff_file_options_create().

Definition at line 330 of file svn_diff.h.


Field Documentation

svn_diff_file_ignore_space_t svn_diff_file_options_t::ignore_space

To what extent whitespace should be ignored when comparing lines.

The default is svn_diff_file_ignore_space_none.

Definition at line 334 of file svn_diff.h.

svn_boolean_t svn_diff_file_options_t::ignore_eol_style

Whether to treat all end-of-line markers the same when comparing lines.

The default is FALSE.

Definition at line 337 of file svn_diff.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 1 22:54:15 2007 for Subversion by  doxygen 1.5.1