Class: Elisp::DocStringParser::Copyright

Inherits:
Object
  • Object
show all
Defined in:
lib/elisp/doc_string_parser.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



206
207
208
# File 'lib/elisp/doc_string_parser.rb', line 206

def html
  "©"
end

#pandoc_json_objectObject



210
211
212
213
214
215
# File 'lib/elisp/doc_string_parser.rb', line 210

def pandoc_json_object
  {
    "t": "Str",
    "c": "©",
  }
end