You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LuaEngine/docs/DOC_GEN.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Documentation generation
2
-
Eluna uses a custom made documentation generator to create it's [web documentation](http://elunaluaengine.github.io/).
2
+
Eluna uses a custom made documentation generator to create it's [web documentation](http://elunaluaengine.github.io/).
3
3
The generator is written in python by Patman. It works by parsing Eluna's source files for comments and then generates the HTML and javascript for the documentation based on them.
4
4
5
5
This page guides you through generating the web documentation locally and explains the standards of the documentation comments for you to help us improve our documentation. To contribute with your documentation changes, create a [pull request](https://help.github.com/articles/using-pull-requests/)
@@ -14,7 +14,7 @@ This page guides you through generating the web documentation locally and explai
0 commit comments