6 रिपॉजिटरी
Utilities that scan source code to extract and synchronize documentation from comments.
Distinct from Source Code Documentation: Distinct from general source code documentation: focuses on the automated extraction and synchronization mechanism rather than the documentation format itself.
Explore 6 awesome GitHub repositories matching programming languages & runtimes · Documentation Parsers. Refine with filters or upvote what's useful.
Showdoc is a technical documentation platform and knowledge management system designed to centralize project specifications, internal manuals, and technical guides. Built as a PHP web application, it provides a collaborative environment for teams to organize and share information across software development organizations. The platform distinguishes itself through its ability to automate documentation workflows by parsing source code comments and synchronizing technical records with the current state of a codebase. It also features specialized tools for managing RESTful API documentation and g
The system scans source code files for specific comment patterns to extract and synchronize technical documentation with the codebase.
A fast, helpful, and open-source document parser
An open-source document parser that extracts text, tables, and layout from PDFs and office files into Markdown or JSON.
Documentation.js is a multi-purpose documentation tool that parses JSDoc annotations from JavaScript and TypeScript source files to generate formatted API documentation. It functions as both a documentation generator and a JSDoc linter, scanning source code for non-standard or incorrect annotations and returning human-readable warnings to enforce documentation quality. The tool operates through a pipeline-based architecture that parses JSDoc comments into an abstract syntax tree, validates annotations against style and correctness rules, and outputs documentation through interchangeable plugi
Generates documentation from TypeScript source files by parsing JSDoc annotations.
TSDoc TypeScript कोड में संरचित टिप्पणियाँ लिखने के लिए एक दस्तावेज़ीकरण मानक और विनिर्देश है। यह विभिन्न टूलिंग में सुसंगत पार्सिंग और रेंडरिंग सुनिश्चित करने के लिए सोर्स कोड के भीतर मेटाडेटा, टैग्स और क्रॉस-रेफरेंस को परिभाषित करने के लिए एक पोर्टेबल सिस्टम प्रदान करता है। इस प्रोजेक्ट में एक डॉक कमेंट पार्सर शामिल है जो टिप्पणियों को एक संरचित सिंटैक्स ट्री में परिवर्तित करता है और एक वैलिडेटर जो सिंटैक्स स्थिरता को लागू करता है। यह बाहरी कॉन्फ़िगरेशन फ़ाइलों के माध्यम से कस्टम दस्तावेज़ीकरण टैग्स की परिभाषा की अनुमति देता है और विनिर्देश अनुपालन में सहायता के लिए कई सिंटैक्स वैलिडेशन मोड्स का समर्थन करता है। यह विनिर्देश API दस्तावेज़ीकरण की आवश्यकताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें रिलीज़ चरणों, स्थिरता और अवमूल्यन को चिह्नित करना शामिल है। यह फ़ंक्शन पैरामीटर्स, रिटर्न मानों और अपवाद प्रकारों का विवरण देने के साथ-साथ आंतरिक दृश्यता, इनहेरिटेंस और घोषणाओं के बीच क्रॉस-रेफरेंसिंग को मैनेज करने का समर्थन करता है।
Establishes a standardized way to write documentation comments for TypeScript code across different tools.
Textract एक मल्टी-फॉर्मेट टेक्स्ट एक्सट्रैक्शन टूल और पार्सर है। यह दस्तावेज़ों, इमेजेस और ऑडियो फ़ाइलों सहित विभिन्न स्रोतों से प्लेन टेक्स्ट निकालने के लिए एक एकीकृत इंटरफेस प्रदान करता है। यह सिस्टम PDF और स्प्रेडशीट्स के लिए एक दस्तावेज़ कंटेंट पार्सर, ऑप्टिकल कैरेक्टर रिकग्निशन का उपयोग करने वाला एक इमेज टेक्स्ट एक्सट्रैक्टर, और ऑडियो रिकॉर्डिंग के लिए स्पीच-टू-टेक्स्ट ट्रांसक्राइबर के रूप में कार्य करता है।
Maps PDFs and spreadsheets to a common internal representation for consistent text retrieval.
This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi
Translates sourcemaps to step through and inspect original TypeScript sources without manual configuration.