diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-26 15:46:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 15:46:31 +0200 |
| commit | 21105db5cf465aa781db799ce559cd27ac58ce2c (patch) | |
| tree | 65623fd04ef97c6c23077a4819f7356756a61b37 /docs/how-to-document-code.md | |
| parent | 2e04649ba2c20ca8cd6a43dd3b3fb65ee35953fe (diff) | |
| download | wiki-21105db5cf465aa781db799ce559cd27ac58ce2c.tar.gz wiki-21105db5cf465aa781db799ce559cd27ac58ce2c.tar.bz2 wiki-21105db5cf465aa781db799ce559cd27ac58ce2c.zip | |
Update how-to-document-code.md
Diffstat (limited to 'docs/how-to-document-code.md')
| -rw-r--r-- | docs/how-to-document-code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to-document-code.md b/docs/how-to-document-code.md index 663bf7a..055fa3b 100644 --- a/docs/how-to-document-code.md +++ b/docs/how-to-document-code.md @@ -31,11 +31,11 @@ By taking a few minutes as you are writing your code to write comment blocks you `@brief` -This tag supplies a brief description of a function for doxygen pages. This message should tell what happens in the function. By convention in Rosetta3 all functions must have brief tags. These included in the header file along with the declaration of the functions. +This tag supplies a brief description of a function for doxygen pages. This message should tell what happens in the function. By convention in AzerothCore all functions must have brief tags. These included in the header file along with the declaration of the functions. `@details` -This tag supplies a more detailed description. This message should give a user an idea of when it is valid to call this function( i.e. what must be true for the function to work), how the function carries out it function, and what will be true when the function returns. By convention in Rosetta3 all functions must have details tags. These are placed with the definition of the function. +This tag supplies a more detailed description. This message should give a user an idea of when it is valid to call this function( i.e. what must be true for the function to work), how the function carries out it function, and what will be true when the function returns. By convention in AzerothCore all functions must have details tags. These are placed with the definition of the function. `@param` |
