Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Moxygen is a Doxygen XML to Markdown converter for C++ developers who want a minimal beautiful and documentation solution for their projects.
The code is based on doxygen2md
with extra options for generating output files, custom templates, and generating multi page documentation.
Moxygen is currently used in conjunction with GitBook to generate the API documentation for LibSourcey, which can be viewed here.
GENERATE_XML=YES
to your Doxyfile
first.doxygen
to generate the XML documentation.moxygen
like so: npm install moxygen -g
.moxygen
providing the folder location of the XML documentation as the first argument ie. {OUTPUT_DIRECTORY}/xml
.Usage: moxygen [options] <doxygen directory>
Options:
-h, --help output usage information
-V, --version output the version number
-a, --anchors add anchors to internal links
-g, --groups output doxygen groups into separate files
-o, --output <file> output file (must contain %s when using groups)
-l, --language <lang> programming language
-t, --templates <dir> custom templates directory
-q, --quiet quiet mode
Moxygen supports the doxygen groups syntax for generating multi page documentation. Every \defgroup in your source code will be parsed and output into a separate markdown file, with internal reference updated accordingly.
Example:
moxygen --anchors --groups --output api-%s.md /path/to/doxygen/xml
To get a feel for how Moxygen works you can play with the example which is located in the example folder. The example contains:
Doxyfile
file (for doxygen 1.8.13)The rebuild the example XML you can run doxygen
from within the example folder.
Now you can build the example documentation with the following command from within the example folder:
moxygen --anchors --groups --output=doc/api-%s.md xml
FAQs
Doxygen XML to Markdown documentation converter
The npm package moxygen receives a total of 216 weekly downloads. As such, moxygen popularity was classified as not popular.
We found that moxygen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.