Skip to content

Commit

Permalink
Autodoc commit for master/787753f8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfaulhaber committed Apr 2, 2012
1 parent c764163 commit b831185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions api-index.html
@@ -1,15 +1,13 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Index - Priority maps 0.0.2 API documentation</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/internal.css" rel="stylesheet" />
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
<![endif]-->
</head>
<!--
This document was auto-generated from the source by the clojure autodoc system.
Expand Down
5 changes: 2 additions & 3 deletions index.html
@@ -1,15 +1,13 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>clojure.data.priority-map - Priority maps 0.0.2 API documentation</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="static/internal.css" rel="stylesheet" />
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
<![endif]-->
</head>
<!--
This document was auto-generated from the source by the clojure autodoc system.
Expand Down Expand Up @@ -75,6 +73,7 @@ <h1 class="nopad">Table of Contents</h1>
<br />Full namespace name: <span id="long-name">clojure.data.priority-map</span>
<p></p>
<h2>Overview</h2>
<div id="home-page">Project home page is <a href="http://github.com/clojure/data.priority-map/">http://github.com/clojure/data.priority-map/</a></div>
<pre id="namespace-docstr">A priority map is very similar to a sorted map, but whereas a sorted map produces a
sequence of the entries sorted by key, a priority map produces the entries sorted by value.
In addition to supporting all the functions a sorted map supports, a priority map
Expand Down

0 comments on commit b831185

Please sign in to comment.