2 个仓库
Tools that specifically extract API metadata and generate technical references for Objective-C source code.
Distinct from Objective-C: Objective-C is a language tag; this is a specific tool capability for generating documentation from that language.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Documentation Generators. Refine with filters or upvote what's useful.
Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project roots and compiled modules to produce searchable HTML websites or offline docsets. The system functions as a multi-module API documenter, aggregating documentation from separate source modules into a single site with cross-module linking. It serves as a markdown-based documentation engine that integrates technical guides and LaTeX mathematical equations to complement generated API references. The tool covers a broad capability surface including multi-language API generation for
Processes Objective-C header files using compiler flags and SDK specifications to extract API documentation.
Appledoc 是一个 Objective-C 文档生成器和静态网站生成器,可解析源代码注释以创建结构化的 HTML 文档集。其主要目的是生成符合官方 Apple 风格文档的专业开发者参考指南。 该工具通过自动化的构建阶段脚本直接集成到项目编译过程中,确保技术指南随代码变更而更新。它通过外部 HTML 和 CSS 模板以及用于管理全局设置和动态运行时路径解析的属性列表配置系统,提供了广泛的定制能力。 该项目涵盖了广泛的功能,包括用于提取 API 成员签名并将方法组织成结构化部分的源代码分析。它具有类和协议之间的自动交叉引用、将外部静态内容或 Markdown 导入主索引的能力,以及专门为集成开发环境生成索引文档集的功能。 该系统还包括用于通过归档文件发布文档版本和更新 Atom 订阅源的实用程序,以及用于验证配置设置最终解析状态的调试工具。
Parses source code comments to create structured HTML documentation sets in the official Apple developer style.