Skip to content

Commit

Permalink
Document oslib
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Sep 1, 2024
1 parent fcbb053 commit c17fc77
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 476 deletions.
13 changes: 7 additions & 6 deletions src/ccc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
* @brief Header file for character code conversion functions in OSLib.
*
* This file provides macros that map to functions in BenHur's intraFont library for character code conversion.
* The functions allow for converting characters from various encodings to UCS2, setting error characters,
* and shutting down the Character Code Conversion Library.
*
* @defgroup CharacterCodeConversion Character Code Conversion (ccc)
* These functions enable converting characters from various encodings to UCS2, setting error characters,
* and managing the shutdown of the Character Code Conversion Library.
*/

/** @defgroup CharacterCodeConversion Character Code Conversion (ccc)
*
* Functions to convert characters from BenHur's intraFont.
* Functions for character code conversion using BenHur's intraFont library.
* @{
*/

Expand Down Expand Up @@ -104,7 +105,7 @@ extern "C" {
*/
#define oslCccShutDown cccShutDown

/** @} */ // end of Character Code Conversion
/** @} */ // end of Character Code Conversion (ccc)

#ifdef __cplusplus
}
Expand Down
Loading

0 comments on commit c17fc77

Please sign in to comment.