Giter Club home page Giter Club logo

incodoc's Introduction

Incodoc

Invert markdown annotated source code to code describing markdown documentation

Huub de Beer

2013-07-20

  • Install
  • Usage
  • Licence

Install

Install incodoc by:

npm install -g incodoc

Usage

Incodoc parses javascript source code into a sequence of subsequent blocks. A block is either markdown documentation or javascript code. A markdown documentation block is recognized by:

  • it starts with a line containing only /**, excluding whitespace,
  • it ends with a line containing only * immediately followed by /, excluding whitespace,
  • every line in between starts with a *, possibly preceded by some whitespace.

Everything outside a markdown documentation block is recognized as a code block.

The most simplest usage is:

incodoc file1 file2 ... fileN

That command inverts all files listed and places the generated documentation in the current working directory.

If you want, you can enable linenumbers in code blocks as well as choose another highlighting style via, for example:

incodoc -l -h monochrome file1

This will show linenumbers as well as choose the monochrome style. Possible styles are:

  • pygments
  • kate
  • monochrome
  • espresso
  • haddock
  • tango
  • zenburn

(as per http://johnmacfarlane.net/pandoc/demos.html)

If another output format is desired, you can select

  • 'plain', '
  • rst',
  • 'odt',
  • 'docbook',
  • 'latex',
  • 'github',
  • 'man'

as well through the -f option.

Finally, you can specify a special CSS stylesheet via the -s option. If no stylesheet is specified, the generated HTML file points to style.css.

incodoc's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.