Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

shell/sublime-tomdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeText package for generating TomDoc

TomDoc

Installation

Without package manager

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone git@github.com:shell/sublime-tomdoc.git

Don't forget to keep updating it, though!

Usage

Pressing ctrl+enter on the previous line of method definition

def hello a, b
end

results

# Public: Duplicate some text an arbitrary number of times.
#
# a -
# b -
#
# Returns the duplicated String.    
def hello a, b

end

Works respectfully for all other supported constructions

Type 'tom' and hit TAB to generate default TomDoc skeleton text.

Support following constructions for TomDoc:

  • Method Documentation
  • Initialize method Documentation
  • Class/Module Documentation
  • Constants Documentation
  • Attributes

Author

Vladimir Penkin

Credits to:

Please see licence

About

TomDoc package for Sublime Text 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages