From 8d3433f4b52e97c6979de082d997ea65a52e1c24 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 15 Mar 2017 23:54:15 +0200 Subject: [PATCH] Update DOC_GEN.md --- docs/DOC_GEN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOC_GEN.md b/docs/DOC_GEN.md index 897bd2c..6acac22 100644 --- a/docs/DOC_GEN.md +++ b/docs/DOC_GEN.md @@ -1,5 +1,5 @@ # Documentation generation -Eluna uses a custom made documentation generator to create it's [web documentation](http://eluna.emudevs.com/). +Eluna uses a custom made documentation generator to create it's [web documentation](http://elunaluaengine.github.io/). 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. 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/)