Skip to content

Commit

Permalink
Make comment format match others in file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bensymonds committed Oct 9, 2014
1 parent ef5f9a8 commit 9cdf7ec
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -13,8 +13,9 @@ trait OutputHelpers{
*/
def indent(code: String): String

/** Writes given content to a file
@group Output */
/** Writes given content to a file.
* @group Output
*/
def writeStringToFile(content: String, folder:String, pkg: String, fileName: String) {
val folder2 : String = folder + "/" + (pkg.replace(".", "/")) + "/"
new File(folder2).mkdirs()
Expand Down

0 comments on commit 9cdf7ec

Please sign in to comment.