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 सदस्य हस्ताक्षरों को निकालने और विधियों को संरचित अनुभागों में व्यवस्थित करने के लिए सोर्स कोड विश्लेषण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें क्लासेस और प्रोटोकॉल के बीच स्वचालित क्रॉस-रेफरेंसिंग, मुख्य इंडेक्स में बाहरी स्टेटिक कंटेंट या मार्कडाउन को आयात करने की क्षमता, और विशेष रूप से एकीकृत विकास वातावरण के लिए अनुक्रमित दस्तावेज़ीकरण सेट का निर्माण शामिल है। इस सिस्टम में आर्काइव फाइलों के माध्यम से दस्तावेज़ीकरण संस्करणों को प्रकाशित करने और एटम फीड्स को अपडेट करने के लिए उपयोगिताएं भी शामिल हैं, साथ ही कॉन्फ़िगरेशन सेटिंग्स की अंतिम रिज़ॉल्व स्थिति को सत्यापित करने के लिए डिबगिंग टूल्स भी शामिल हैं।
Parses source code comments to create structured HTML documentation sets in the official Apple developer style.