'doctron' (jsDoc template) - Responsive jsDoc template. (based in default template)
Author: Juan José Guerra Haba - dinertron@gmail.com - 2016 April
License: Open GPL v.3. Keep credit, please.
Versión: 1.0.0
Folder: doctron

DOCTRON TEMPLATE a jsDoc template

doctron logo Responsive (javascript) jsDoc template. (based in default template)

DESCRIPTION

The doctron is a 'jsDoc' template. It is based in Default template.

This template has been given a more updated and modern touch, respecting standards and minified some files to load (were deleted the added fonts). It will has incorporated some new features to enhance functionality. It is more versatile than its predecessor by incorporating more configuration options, thus increasing the customization possibility. Now different style themes can be selected, it allows enable 'debug zones' (very useful for developers), responsive design for different screen types and devices, ... and more.

FEATURES

The doctron template is based in 'Default template', but I adding it a few features for enhanced it.

OPTIONS

This options for configuration they may be included in jsDoc.conf.json configuration file within the 'templates' section, thus the path will be more or less:

jsDoc.conf.json {..., templates: { ... }, ...}

These options could be as follows in a configuration file sample JSDoc :

  {
    ...,
    "templates" : {
      ...,
      "debug"       : true,
      "logoFile"    : "img/wrapperTracer-logo.png",
      "logoLink"    : "http://guerratron.github.io/WrapperTracer",
      "responsive"  : true,
      "author"      : "<a href='mailto:dinertron@gmail.com' title='author'>GuerraTron</a>",
      "footer"      : true,
      "copyright"   :  "2016 (c) Juan Jose Guerra Haba",
      "theme"       : "light",
      "changeTheme" : true,
      "totop"       : false,
      "meta"        : {
        "title"       : "WrapperTracer :: Rastreo de Objetos JS - by GUERRATRON",
        "description" : "WrapperTracer :: Rastreo de Objetos JS and its methods traits - by GUERRATRON",
        "keywords"    : "wrappertracer,js,code,debug,trait,traits,trace,tracer,wrapper,guerratron",
        "charset"     : "utf-8",
        "language"    : "es"
      },
      ...
    },
    ...
  }

INSTALATION

Copy the 'doctron folder' to 'jsDoc/templates path'. By example, in Windows:

C:\Program Files\nodejs\node_modules\jsdoc\templates

INHERITED

The default template for JSDoc 3 uses: the Taffy Database library and the Underscore Template library.

Authorship

Developed by Juan José Guerra Haba. <dinertron@gmail.com>
Copyright 2015 © Guerratron
License GPL v3