summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/how-to-document-code.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/how-to-document-code.md b/docs/how-to-document-code.md
index 654ffef..663bf7a 100644
--- a/docs/how-to-document-code.md
+++ b/docs/how-to-document-code.md
@@ -1,3 +1,9 @@
+---
+tableofcontents: 1
+---
+
+# How to document your code
+
The extensive Doxygen manual ( <http://www.stack.nl/~dimitri/doxygen/manual.html,> <http://www.stack.nl/~dimitri/doxygen/commands.html> ) is well worth browsing. Doxygen provides a wide variety of options for documenting code and can be adapted for general documentation as well. This page well take you through some of the commonly used features in AzerothCore documentation.