Generate C API HTML docs from Google Drive headers with GPT-4o and Gmail
๐ Overview This n8n workflow automatically generates professional API documentation from C header (.h) files using AI. It scans a Google Drive folder for header files, extracts the source code, sends it to GPT-4o for...
Template notes
๐ Overview
This n8n workflow automatically generates professional API documentation from C header (.h) files using AI.
It scans a Google Drive folder for header files, extracts the source code, sends it to GPT-4o for structured analysis, and generates a beautiful HTML documentation page. The final documentation is uploaded back to Google Drive and a completion email is sent.
This workflow is ideal for embedded systems teams, firmware engineers, and SDK developers who want an automated documentation pipeline.
---
โจ Key Features
โก Fully automated documentation generation ๐ Reads .h files directly from Google Drive ๐ค Uses AI to analyze C APIs and extract documentation ๐ Generates clean HTML documentation ๐ Documents functions, types, enums, and constants ๐ Processes files one-by-one for reliability โ๏ธ Saves generated documentation back to Google Drive ๐ง Sends a completion email notification
---