From bf498dc5dd75b6498d27b8d5f9a31ec110942cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Godard?= Date: Thu, 14 Jan 2016 12:03:53 +0100 Subject: [PATCH] show Members/TypeDefs/Methods/Events in navigation, only for current page Object reduce size of HTML generated --- tmpl/layout.tmpl | 2 +- tmpl/navigation.tmpl | 112 +++++++++++++++++++++++-------------------- 2 files changed, 61 insertions(+), 53 deletions(-) diff --git a/tmpl/layout.tmpl b/tmpl/layout.tmpl index c86b4d5c..6a73802e 100644 --- a/tmpl/layout.tmpl +++ b/tmpl/layout.tmpl @@ -49,7 +49,7 @@
- +

diff --git a/tmpl/navigation.tmpl b/tmpl/navigation.tmpl index 0f70feb0..9f08bdd3 100644 --- a/tmpl/navigation.tmpl +++ b/tmpl/navigation.tmpl @@ -1,4 +1,5 @@
  • @@ -18,64 +20,70 @@ var self = this; static -
      - Members - -
    • - -
    -
      - - Typedefs - -
    • - -
    -
      - - Methods - + + Members + +
    • + +
    +
      + + Typedefs + +
    • + +
    +
      + + Methods + -
    • - -
    -
      - - Events - -
    • + item.methods.forEach(function (v) { + ?> +
    • + +
    +
      + + Events + +
    • + +
    -
-
\ No newline at end of file +