Markdown / JSdoc documentation generator
dox parser for doxdox
HTML output for Dox documentation generator
Dox grunt plugin
create markdown docs for dox output
Generate API documentation with Assemble and Dox
HTML generator for dox
Generic, template based, HTML output for Dox documentation generator
grunt-spiritual-dox ===================
dox for swagger
dox-test
DoX SDK
Markdox is a documentation generator based on Dox and Markdown with support for JavaScript, CoffeeScript and IcedCoffeeScript.
html dox is a reactive sequential dom lib aimed to make html more manageable and faster!
A JavaScript API doc generator using dox to output markdown files for the LaxarJS project.
A VitePress plugin for dox-transformer
A docco-like formatter for the dox comment parser
Dox - Gatsby Theme for Documentation
CLI for transforming dox output into github READMEs
dox swagger cli
Transform dox output into file(s) via a transformer
Websocket client library for dox framework
Module d'upload pour le poller de dox
Markdown / JSdoc documentation generator using dox
A sleek process killer utility with visual feedback
Doxing emulator
Convenient literate programming for Rust programmers.
A crate for making Rust doc strings available at runtime.
A derive crate for doxed. You don't want this.
Web framework with a focus on removing boilerplate
Automated testing of FFI bindings in Rust.
Automated tests of FFI bindings.
A solver for an exact cover with colors problem
Library for generating Rust code
Library for generating Rust code
Library for generating Rust code
Generates API documentation for rspec in OpenAPI format.
Mina plugin for dox
Attachments handler for Rails that uses Cloudinary for storage. Forked from attachinary.
OpenTracing Tracer implementation for Jaeger in Ruby with ruby 3.2 support
jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
OpenTracing instrumentation for Sidekiq.
ActiveRecord OpenTracing intrumenter
OpenTracing Instrumentation for Net::HTTP requests.
OpenTracing instrumentation for the Redis Ruby client.
Yet another documentation generator
Generate beautiful API docs based on JSON output from the Node project dox. Supports jsDocToolkit comment style
==== QDox - http://qdox.codehaus.org QDox is a high speed, small footprint parser for extracting class/interface/method definitions from Java source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. QDox is a Java library. Therefore this RubyGem needs JRuby. ==== Quickstart Step 1: Load your Java sources. In JRuby (or +jirb+) write: require 'qdox' builder = QDox::JavaDocBuilder.new builder.add_source_tree(java.io.File.new(".") (Source: http://qdox.codehaus.org/usage.html) Step 2: Inspect the source model. src = builder.sources.first pkg = src.package puts pkg.name # e.g. "com.bla.foo" imports = src.imports # => e.g. ["java.util.List", "java.util.Set"] some_class = src.classes.first # => a QDox::Model::JavaClass # output the javadoc comment for the first method in some_class puts some_class.methods.first.comment (Source: http://qdox.codehaus.org/model.html) As you may have noticed, the Java packages used have been aliased to shorter Ruby Module names: The Java package com.thoughtworks.qdox is the Ruby module QDox etc. ==== In a Nutshell A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime. The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices). The end result of the parser is a very simple document model containing enough information to be useful. ==== License Apache License, Version 2.0 QDox was created by Joe Walnes, Aslak Hellesoy, Paul Hammant, Mike Williams, Mauro Talevi, Robert Scholte, and others. The RubyGem was created by Benjamin Bock.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.