source: xplcommon/doc/overview.dox@ 43:1059e04162c9

Last change on this file since 43:1059e04162c9 was 43:1059e04162c9, checked in by István Váradi <ivaradi@…>, 11 years ago

Added documentation

File size: 455 bytes
Line 
1/*! \mainpage Common X-Plane Utilities Library Documentation
2 *
3 * \section intro Introduction
4 *
5 * This library contains some common utilities to help with the development of
6 * X-Plane plugins. Currently it consists of a single class,
7 * \ref hu::varadiistvan::xplcommon::Util, with one member function
8 * \ref hu::varadiistvan::xplcommon::Util::debug "debug", which is a wrapper
9 * around \c XPLMDebugString, that provides printf-like formatting.
10 */
Note: See TracBrowser for help on using the repository browser.