From c713eae248dfdf76a3958cb106184b5bfc25050f Mon Sep 17 00:00:00 2001 From: Kyle Kemp Date: Sun, 25 Jan 2015 10:20:59 -0600 Subject: [PATCH] allow some tags to be optionally suppressed --- package.json | 2 +- themes/bootstrap-angular/config.json | 1 + themes/bootstrap-angular/views/main-content.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1bba0f..6618300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doks", - "version": "0.3.0", + "version": "0.3.3", "description": "A configurable, bring-your-own-template documentation generator aimed for user and developer documentation based on source code.", "main": "lib/index.js", "bin": { diff --git a/themes/bootstrap-angular/config.json b/themes/bootstrap-angular/config.json index ff8aaca..64373c7 100644 --- a/themes/bootstrap-angular/config.json +++ b/themes/bootstrap-angular/config.json @@ -17,6 +17,7 @@ }, "content": { "showFileLabels": true, + "suppressProps": ["category","name","package"], "sourceLink": "https://github.com/kellyirc/doks/tree/master/%filePath#L%lineNumber-L%endLineNumber" } } diff --git a/themes/bootstrap-angular/views/main-content.html b/themes/bootstrap-angular/views/main-content.html index f2dfdbd..8e82203 100644 --- a/themes/bootstrap-angular/views/main-content.html +++ b/themes/bootstrap-angular/views/main-content.html @@ -163,7 +163,7 @@
    -
  • +
  • {{tag.name}} ({{tag.value.type}})