File: docdiff.conf.example

package info (click to toggle)
docdiff 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: ruby: 13,872; makefile: 92; lisp: 33; sh: 26
file content (22 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## DocDiff configuration file
## Comment out and modify the following lines as you like.
#
# resolution = word
# encoding = UTF-8
# eol = LF
# format = html
# digest = off
# cache = off   # not implemented yet
# verbose = no  # not implemented yet
#
## user-defined tags (not well-supported yet)
# tag_common_start        = '<=>'
# tag_common_end          = '</=>'
# tag_del_start           = '<->'
# tag_del_end             = '</->'
# tag_add_start           = '<+>'
# tag_add_end             = '</+>'
# tag_change_before_start = '<!->'
# tag_change_before_end   = '</!->'
# tag_change_after_start  = '<!+>'
# tag_change_after_end    = '</!+>'