0% found this document useful (0 votes)
58 views5 pages

AK Notes Paper

This document contains the generated documentation for a CoffeeScript module. It includes: 1) An index of the module files with links to individual documentation pages for each file. 2) Documentation pages for 5 source files, describing the purpose and contents of each file. 3) The pages contain headings, paragraphs of documentation text, and lists of classes and functions included in each file. 4) The last section closes out the HTML document wrapping the module documentation.

Uploaded by

aamir khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views5 pages

AK Notes Paper

This document contains the generated documentation for a CoffeeScript module. It includes: 1) An index of the module files with links to individual documentation pages for each file. 2) Documentation pages for 5 source files, describing the purpose and contents of each file. 3) The pages contain headings, paragraphs of documentation text, and lists of classes and functions included in each file. 4) The last section closes out the HTML document wrapping the module documentation.

Uploaded by

aamir khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

@@ -17,6 +17,10 @@ task "lint", "lint all coffeescript in the src/

dir", ->

sh "node_modules/coffeelint/b
notice "Coffeelint Passed!"

task "doc", "generate documen


->
sh "node_modules/coffeedoc/bi
notice "Documentation Generat

# Taken from coffee-script/Ca


notice = (msg) ->
stars = ("*" for _ in [1..msg

<!doctype html>

<!-- Documentation generated by [CoffeeDoc](http://github.com/omarkhan/coff

<html>
<head>
<title>CoffeeDoc</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="all" href="resources/base.css" />
</head>
<body>
<header>
<h1>CoffeeDoc &mdash; Module Index</h1>
</header>
<div class="container">
<div class="sidebar column">
<ul id="modulelist">

<li><a href="src/cli.coffee.html">src/cli.coffee</a></li>
<li><a href="src/lipsum.coffee.html">src/lipsum.coffee</a></li>

<li><a href="src/parser.coffee.html">src/parser.coffee</a></li>

<li><a href="src/service.coffee.html">src/service.coffee</a></li>

</ul>
</div>
<div class="content column">

<div class="module">
<div class="header">
<a href="src/cli.coffee.html"><h1>cli.coffee</h1></a>
</div>
<div class="module-content">
<h1>Lipsum Command-line Interface</h1>
<p>This module provides a CLI wrapper for the main module, allowing it to b
easily used via anyone&#39;s login shell.
</p>

<h3>Functions</h3>
<ul class="functionlist">

<li><a href="src/cli.coffee.html#exports.run">exports.run(args)</a></li>

<li><a href="src/cli.coffee.html#exports._run">exports._run(argv)</a></li>

</ul>
</div>
</div>

<div class="module">
<div class="header">
<a href="src/lipsum.coffee.html"><h1>lipsum.coffee</h1></a>
</div>
<div class="module-content">
<h1>Lorem Ipsum Wrapper</h1>
<p>Main entry point for the node-lipsum module. Provides wrappers for
the Parser and Service classes as well as an easy method to get text
from the lipsum.org service.
</p>

<h3>Classes</h3>
<ul class="classlist">

<li><a href="src/lipsum.coffee.html#Lipsum">Lipsum</a></li>

</ul>

</div>
</div>

<div class="module">
<div class="header">
<a href="src/parser.coffee.html"><h1>parser.coffee</h1></a>
</div>
<div class="module-content">
<h1>Lipsum Parser</h1>
<p>Detects whether input is XML or JSON and parses accordingly.
Parsing within the file provides the advantage of decoupling server calls w
calls to the parser, as it is able to be agnostic to the format received. I
cannot, however, parse HTML (nor should it have to).
</p>

<h3>Classes</h3>
<ul class="classlist">

<li><a href="src/parser.coffee.html#LipsumParser">LipsumParser</a></li>

</ul>

</div>
</div>

<div class="module">
<div class="header">
<a href="src/service.coffee.html"><h1>service.coffee</h1></a>
</div>
<div class="module-content">
<h1>Web Service for lipsum.org</h1>
<p>Provides the low-level interface to the lipsum.org
service.
</p>

<h3>Classes</h3>
<ul class="classlist">

<li><a href="src/service.coffee.html#Service">Service</a></li>
</ul>

</div>
</div>

</div>
</div>
</body>
</html>

You might also like