Logo
Explore Help
Sign In
andrew/libakgl
1
0
Fork 0
You've already forked libakgl
Code Issues 67 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d1f6780f9d8c7c89d0e99b2d4d51f8b11aaf76dd
libakgl/include/akgl/types.h

15 lines
212 B
C
Raw Normal View History

Document the libakgl API with Doxygen Add file, structure, global, and function documentation across all libakgl-owned headers and sources, including parameter contracts and likely AKERR/AKGL_ERR exceptions. Add a strict Doxyfile and build the generated API documentation in Gitea CI with warnings treated as failures. Co-authored-by: Codex (GPT-5) <noreply@openai.com> Co-Authored-By: Andrew Kesterson <andrew@aklabs.net>
2026-07-30 01:10:31 -04:00
/**
* @file types.h
* @brief Declares the public types API.
*/
Add types.h, standardize integer types on stdint
2026-05-08 22:01:56 -04:00
#ifndef _AKGL_TYPES_H_
#define _AKGL_TYPES_H_
#include <stdint.h>
typedef float float32_t;
typedef double float64_t;
#endif // _AKGL_TYPES_H_
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 109ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API