Changelog
1.5.0 (2017-03-10)
config.jsdoc.ignored:Boolean
option which specifies whether to include documentation symbols marked with @ignore
tag.@example
content.$val
filter.outline
, which determines the outline style of the sidebar symbols list. ("flat"
or "tree"
). See documentation and this example for outline
set to "tree"
.symbolMeta
which specifies whether to add meta information at the end of each symbol documentation such as code file name and line number. Default is false
.static
badge for static members, deprecated
badge for deprecated symbols.Type.<T>
is now represented as Type<T>
.Changelog
1.4.5 (2017-03-05)
config.jsdoc.allowUnknownTags
, config.jsdoc.dictionaries
, config.jsdoc.includePattern
, config.jsdoc.excludePattern
(jsdoc-x
feature).config.jsdoc.plugins
option (jsdoc-x
feature).Changelog
1.4.0 (2017-02-13)
"path"
.config.app.entrance
is not set in build configuration, it now defaults to "api"
.config.app.server
is not set in build configuration, it now defaults to "static"
. ("static"
is similar to "github"
which generates static HTML files.)--debug
, --quiet
, --nomin
, --jd-out
, --verbose
, --web-logs
); the bitwise debug value from the config file is used, if set..split()
error for null
(404) routes.config.template.title
is omitted, config.app.title
is used. (Defaults to "Documentation"
if not set).Changelog
1.3.0 (2016-11-23)
config.app.routing
accepts either a String
("query"
or "path"
as before) or now, an Object
. e.g. { type: "query", caseSensitive: true }
. This also fixes issue #3.docma.utils.normalizeTabs()
method. Deep indents in JSDoc comments/descriptions are also normalized.<pre></pre>
tags within JSDoc descriptions.Changelog
1.1.0 (2016-08-12)
@private
is set. Fixed by jsdoc-x
.private
or protected
access.