![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
famous-doc-generator
Advanced tools
#Famous-doc-generator
npm install famous-doc-generator
or if you would like to install from source
git clone git@github.com:Famous/famous-doc-generator.git
cd doc-generator
npm link
famous-doc-generator
--base=[path] The directory to start searching from
--out=[path] The directory where the compiled templates will write to.
--ignore=[paths **OPTIONAL**] Add a directory nested underneath the base directory to ignore.
--outData=[path **OPTIONAL**] Path where the json data will be saved. Useful to debug templates
--pathPrefix=[path **OPTIONAL**] All asset pathing will get this prefix.
--headerTemplate=[path **OPTIONAL**] Header partial to include.
--footerTemplate=[path **OPTIONAL**] Footer partial to include.
--template=[path **OPTIONAL**] Path to a complete custom template. This template will be run against every file found.
--markdown [**OPTIONAL**] Output markdown instead of html.
--createIndex [**OPTIONAL**] Create an index.html file in the root of the output directory.
--createPartials [**OPTIONAL**] Compile html partials to the output directory. Usefull for consumption by another templating system.
Ignoring multiple directories
famous-doc-generator --base=./lib --ignore=./lib/famous --ignore=./lib/famous/core
Q. My file isn't showing up in the documentation! A. YUIDoc is very picky about what it chooses to parse as comments. Make sure that your comments start with
/**
*
*
*/
Note the double ** before every comment.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
FAQs
Documentation generator.
We found that famous-doc-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.