Class: Docgenerator::Creole::Todo::Creole_todo_inline

Inherits:
Creole_todo show all
Defined in:
lib/docgenerator/creole/plugins/todonotes.rb

Overview

A variant of Creole_todo with inline-layout.

Instance Attribute Summary

Attributes inherited from Creole_inclusion_and_plugin

#wiki

Instance Method Summary collapse

Methods inherited from Creole_todo

#initialize, #to_doc

Methods inherited from Creole_inclusion_and_plugin

#initialize, set_inclusions_key, set_plugin_key

Constructor Details

This class inherits a constructor from Docgenerator::Creole::Todo::Creole_todo

Instance Method Details

#default_optionsObject

define default options for todonotes. may be redefined for children of this class.



72
# File 'lib/docgenerator/creole/plugins/todonotes.rb', line 72

def default_options; {:inline => true}; end