Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoeplin committed Jan 23, 2018
1 parent 98126ad commit 82c42eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions src/main/scala/processor/Preprocessor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ object Preprocessor {

Files.copy(Paths.get(origPath), Paths.get(path), StandardCopyOption.REPLACE_EXISTING)
}
Files.move(Paths.get(out + "/conf"), Paths.get(out + "/conf.py"))

var displ: Map[String, String] = Map.empty // Map from alias to display name
var paths: Map[String, String] = Map.empty // Map from type name to absolute path to filename (without .rst)
Expand Down

0 comments on commit 82c42eb

Please sign in to comment.