Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

APItool4C

APItool is a tool for generating headers and printable documentation from a special .h.apitool format.

Installation

To install APItool, you'll need CMake.

cmake -S src -B build
cmake --build build
cmake --install build

Format

An APItool (.h.apitool) file is a list of double-newline seperated tokens.

I plan to create documentation for the format; however, the only thing you can do currently is look at src/APItool.h.apitool and the source files parse_token.c/parse_specific.c.

Use

If you have nano, use it. This project provides syntax highlighting for .h.apitool files in nano.

To use APItool, run it like: apitool4c {project name} {*.h.apitool} {*.h} {*.html}.

About

APItool is a tool for generating headers and printable documentation from a special .h.apitool format.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages