Top Level Namespace

Defined Under Namespace

Classes: MultiMarkdown

Constant Summary collapse

LIBDIR =
RbConfig::CONFIG['libdir']
INCLUDEDIR =
RbConfig::CONFIG['includedir']
HEADER_DIRS =
[
  File.expand_path('../mmd', __FILE__),
  File.expand_path('../mmd/include', __FILE__),
  INCLUDEDIR,
  '/usr/include'
]