This repository has been archived on 2021-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
uIRC/src/doc/main.doc

31 lines
748 B
Plaintext

/// ***************************************************************************
/// @mainpage MicroIRC library
///
/// @section Core
/// @subsection Assemblers
/// Assemblers are a quick way to convert structs to a string representation
///
/// - \ref Assm_mesg
/// - \ref Assm_user
///
/// @subsection Tokenizers
/// Tokenizers tokenize and point struct elements to the matching substrings in the string given
///
/// - \ref Tok_mesg
/// - \ref Tok_user
///
/// @section Additions
///
/// @subsection Validators
/// - \ref Val_mesg
///
/// @subsection IRCv3
/// @subsubsection Tags
/// - \ref Assm_tags
/// - \ref Tok_tags
///
/// @subsubsection Capabilities
///
///
/// ***************************************************************************