Skip to content

Commit

Permalink
Adjust heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Aug 15, 2013
1 parent 57ba6f6 commit 634a87b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -54,7 +54,8 @@ module.exports = function (grunt)
apidox: {
input: 'lib/qlobber.js',
output: 'README.md',
fullSourceDescription: true
fullSourceDescription: true,
extraHeadingLevels: 1
},

exec: {
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -103,7 +103,7 @@ _Source: [lib/qlobber.js](lib/qlobber.js)_
- <a name="toc_qlobberprototypematchtopic"></a>[Qlobber.prototype.match](#qlobberprototypematchtopic)
- <a name="toc_qlobberprototypeclear"></a>[Qlobber.prototype.clear](#qlobberprototypeclear)

# Qlobber([options])
## Qlobber([options])

> Creates a new qlobber.
Expand All @@ -122,7 +122,7 @@ _Source: [lib/qlobber.js](lib/qlobber.js)_

<a name="qlobberprototype"></a>

# Qlobber.prototype.add(topic, val)
## Qlobber.prototype.add(topic, val)

> Add a topic matcher to the qlobber.
Expand All @@ -139,7 +139,7 @@ Note you can match more than one value against a topic by calling `add` multiple

<sub>Go: [TOC](#tableofcontents) | [Qlobber.prototype](#toc_qlobberprototype)</sub>

# Qlobber.prototype.remove(topic, [val])
## Qlobber.prototype.remove(topic, [val])

> Remove a topic matcher from the qlobber.
Expand All @@ -154,7 +154,7 @@ Note you can match more than one value against a topic by calling `add` multiple

<sub>Go: [TOC](#tableofcontents) | [Qlobber.prototype](#toc_qlobberprototype)</sub>

# Qlobber.prototype.match(topic)
## Qlobber.prototype.match(topic)

> Match a topic.
Expand All @@ -168,7 +168,7 @@ Note you can match more than one value against a topic by calling `add` multiple

<sub>Go: [TOC](#tableofcontents) | [Qlobber.prototype](#toc_qlobberprototype)</sub>

# Qlobber.prototype.clear()
## Qlobber.prototype.clear()

> Reset the qlobber.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "qlobber",
"description": "Node.js globbing for amqp-like topics",
"version": "0.3.4",
"version": "0.3.5",
"homepage": "https://github.com/davedoesdev/qlobber",
"author": {
"name": "David Halls",
Expand Down Expand Up @@ -42,7 +42,7 @@
"grunt-cli": "~0.1.9",
"grunt-jslint": "~0.2.6",
"grunt-cafe-mocha": "~0.1.5",
"grunt-apidox": "~0.0.1",
"grunt-apidox": "~0.1.0",
"chai": "~1.6.1",
"istanbul": "~0.1.37",
"grunt-exec": "~0.4.2",
Expand Down

0 comments on commit 634a87b

Please sign in to comment.