A CLI and toolbox to extract information from React component files
react-docgen is a CLI and toolbox to help extracting information from React components, and generate documentation from it. It uses @babel/parser to parse the source into an AST and provides methods to process this AST to extract the desired information. The output / return value is a JSON blob / JavaScript object. It provides a default implementation for React components defined via React.createClass, ES2015 class definitions or functions (stateless components). These component definitions must follow certain guidelines in order to be analyzable. ...
HyperSQL is like a doxygen plus javadoc for SQL, hypermapping SQL views, packages, procedures, and functions to HTML source code listings and showing all code locations where these are used.
PlantUml Dependency allows to parse / reverse engineering source files (only Java is supported by now) to generate a PlantUml description, allowing to draw the UML class diagram associated to the source code.
A parser that can parse LATEX source code and generate a report. It points out syntactic errors, suggest improvements to code(in a syntactic sense). Works with all common LATEX classes as well as common packages and new macros.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
JVADOC style documentation for RPG\RPGLE\RPG /FREE
Create JAVADOC style html by parsing RPG source members. Works with both fixed & free format and handles extended names. Best results are achieved when special comment style is used, but can work with 'normal' comment blocks as well.
Please send enhancement ideas or changes via email. If I can, I will incorporate them. Thank-You.
xDocumentor will currently parse javadoc comments in php(lang x) code. xdocumentor is very fast and documentation can be updated on the fly as code is committed into cvs or subversion. xDocumentor uses PHP's built in code parser and mysql backend.
TeXConverter is a converter to parse LaTeX input and create representations of the document in other formats (currently HTML, XDocs(Maven), a specific Wiki-format). Internally a Java object model is used to represent the document, to ease extensibility.