~ubuntu-branches/ubuntu/trusty/ruby-facets/trusty

« back to all changes in this revision

Viewing changes to rdoc.assembly

  • Committer: Package Import Robot
  • Author(s): Marc Dequènes (Duck)
  • Date: 2012-01-03 03:35:44 UTC
  • Revision ID: package-import@ubuntu.com-20120103033544-pq0yyio1675gfgw6
Tags: upstream-2.9.2
Import upstream version 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
ri:
 
3
  service : RI
 
4
  output  : .rdoc
 
5
  include :
 
6
    - lib/core
 
7
    - lib/core-uncommon
 
8
    - lib/standard
 
9
    - lib/supplemental
 
10
 
 
11
rdoc-core:
 
12
  service : RDoc
 
13
  format  : rubyfaux
 
14
  output  : site/doc/api/core
 
15
  title   : Facets Core Extensions
 
16
  main    : README.rdoc
 
17
  extra   : ""
 
18
  include : [README.rdoc, lib/core, lib/core-optional]
 
19
  active  : true
 
20
 
 
21
rdoc-more:
 
22
  service : RDoc
 
23
  format  : rubyfaux
 
24
  output  : site/doc/api/uncommon
 
25
  title   : Facets Uncommon Core Extensions
 
26
  main    : README.rdoc
 
27
  extra   : ""
 
28
  include : [README.rdoc, lib/core-uncommon]
 
29
  active  : true
 
30
 
 
31
rdoc-standard:
 
32
  service : RDoc
 
33
  format  : rubyfaux
 
34
  output  : site/doc/api/standard
 
35
  title   : Facets Standard Extensions
 
36
  main    : README.rdoc
 
37
  extra   : ""
 
38
  include : [README.rdoc, lib/standard]
 
39
  active  : true
 
40
 
 
41
rdoc-supplemental:
 
42
  service : RDoc
 
43
  format  : rubyfaux
 
44
  output  : site/doc/api/supplemental
 
45
  title   : Facets Supplemental Libraries
 
46
  main    : README.rdoc
 
47
  extra   : ""
 
48
  include : [README.rdoc, lib/supplemental]
 
49
  active  : true
 
50