Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
minor api gen change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Jan 9, 2016
1 parent dbd5234 commit 44944f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
9 changes: 6 additions & 3 deletions deps/api_gen.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
using Docile
using Lexicon
using ParallelAccelerator

index = Index()
update!(index, save("../doc/api/ParallelAccelerator.md",ParallelAccelerator))
update!(index, save("../doc/api/DomainIR.md",ParallelAccelerator.DomainIR))
update!(index, save("../doc/api/ParallelIR.md",ParallelAccelerator.ParallelIR))
pa_mods = Docile.Collector.submodules(ParallelAccelerator)

for mod in pa_mods
update!(index, save("../doc/api/$mod.md",mod))
end
save("../doc/api/api-index.md", index)
13 changes: 0 additions & 13 deletions deps/api_gen2.jl

This file was deleted.

0 comments on commit 44944f1

Please sign in to comment.