summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-26 15:38:19 +0200
committerGitHub <noreply@github.com>2021-04-26 15:38:19 +0200
commit2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe (patch)
tree9319fcda7c6e0a9f0a176bc40c1681c9399ce3c1
parentf4d3962b177f0696ffc6119ca45b951100faa6ac (diff)
downloadwiki-2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe.tar.gz
wiki-2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe.tar.bz2
wiki-2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe.zip
Update how-to-document-code.md
-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.