14 lines
315 B
Ruby
14 lines
315 B
Ruby
|
require 'puppetx'
|
||
|
|
||
|
# Nothing to see here except forward declarations.
|
||
|
module Puppetx::Yardoc
|
||
|
# This submodule contains bits that interface with the YARD plugin system.
|
||
|
module YARD
|
||
|
end
|
||
|
|
||
|
# This submodule contains bits that operate on the Pops module produced by
|
||
|
# the Future parser.
|
||
|
module Pops
|
||
|
end
|
||
|
end
|