Expanded doc comments.

- Added doc comments to the DataManager class.
 - Added description of LOG_VERBOSITY levels and reset the value.
 - Added doc comment to DataMap.
 - Added doc comments to MessageHandlers class.
This commit is contained in:
Jason Watkins
2015-04-14 12:59:20 -07:00
parent 96d1d68123
commit 5944fb5818
4 changed files with 279 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
namespace XPC
{
/// Maps X-Plane dataref lines to XPC DREF values.
extern DREF XPData[134][8];
}