From 2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 26 Apr 2021 15:38:19 +0200 Subject: Update how-to-document-code.md --- docs/how-to-document-code.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 (   ) 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. -- cgit