Browse Source

Fix weird header comment;

bjorn 10 years ago
parent
commit
2f93a5f3e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docroc.lua

+ 2 - 2
docroc.lua

@@ -1,6 +1,6 @@
 -- docroc - Lua documentation generator
--- -- https://github.com/bjornbytes/docroc
--- -- License - MIT, see LICENSE for details.
+-- https://github.com/bjornbytes/docroc
+-- License - MIT, see LICENSE for details.
 
 local rocdoc = {}