Skip to content

Commit

Permalink
docgen: move classes to end
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Dec 15, 2015
1 parent 48865cb commit f8f03b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docgen/src/docgen/docs.cljs
Expand Up @@ -96,9 +96,9 @@

(def type-subheadings [[ast/Module "Modules"]
[ast/Function "Functions"]
[ast/Class "Classes"]
[ast/Interface "Interfaces"]
[ast/Property "Properties"]])
[ast/Property "Properties"]
[ast/Class "Classes"]])

(defn toc-grouped [members path]
(let [groups (group-by type members)]
Expand Down

0 comments on commit f8f03b5

Please sign in to comment.