~ubuntu-branches/ubuntu/wily/tdiary/wily

« back to all changes in this revision

Viewing changes to vendor/rdtool-0.6.38/lib/rd/dot.rd2rc

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2013-05-19 16:14:01 UTC
  • mfrom: (12.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130519161401-hf5oyr8g8a94fsew
Tags: 3.2.2-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=begin
 
2
= dot.rd2rc
 
3
default dot file for "rd2".
 
4
=end
 
5
 
 
6
# define relation between types of part and Filter to set $RD["filter"]
 
7
# RD::INCLUDE_FILTER is used if type doesn't set.
 
8
#   $RC["filter"]["((|type|))"] = ((|Filter|))
 
9
 
 
10
$RC["filter"]["include"] = RD::INCLUDE_FILTER
 
11
$RC["filter"]["rd"] = RD::RD_FILTER
 
12
$RC["filter"]["eval"] = RD::EVAL_FILTER
 
13
 
 
14
=begin
 
15
== script info.
 
16
 default dot file for "rd2".
 
17
 $Id: dot.rd2rc,v 1.2 2000/06/09 15:48:42 toshirok Exp $
 
18
=end