diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
commit | ddc75a03c7c7b00f839a862de9c265543d414829 (patch) | |
tree | c6777d015f321a4584a90e3fabd1d64a70f8a0f0 /doc/packet_struct_notation.txt | |
parent | 6ecdfa051ab4adbf84938b18f44c5f12f05dbe3a (diff) | |
download | hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.gz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.bz2 hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.xz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.zip |
- Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/packet_struct_notation.txt')
-rw-r--r-- | doc/packet_struct_notation.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/packet_struct_notation.txt b/doc/packet_struct_notation.txt index 0ce87289c..25951acb5 100644 --- a/doc/packet_struct_notation.txt +++ b/doc/packet_struct_notation.txt @@ -1,15 +1,12 @@ -//===== Athena Doc ======================================== +//===== rAthena Documentation ================================ //= Packet Structure Notation -//===== By ================================================ +//===== By: ================================================== //= Ai4rei -//===== Version =========================================== -//= 1.1 -//========================================================= -//= 1.0 - Initial version. -//= 1.1 - Added examples. -//===== Description ======================================= +//===== Current Version: ===================================== +//= 20120810 +//===== Description: ========================================= //= Explanation how packets are and should be documented. -//========================================================= +//============================================================ This document specifies how packets are and should be documented, to keep packet structure comments consistent in the entire codebase. It |