diff options
author | David Friedman <dmail@google.com> | 2015-06-17 14:36:05 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-06-17 14:36:05 -0700 |
commit | c997cf910b2634096377042e202aa6b140845a53 (patch) | |
tree | 3c4fbaa11e40d0e2ea1b657355d24cc7bcdc84d9 /tools/droiddoc/templates-sdk/customizations.cs | |
parent | 52d8d3d3eda6dd9cc261528e804c105bd3fbc654 (diff) | |
download | build-c997cf910b2634096377042e202aa6b140845a53.zip build-c997cf910b2634096377042e202aa6b140845a53.tar.gz build-c997cf910b2634096377042e202aa6b140845a53.tar.bz2 |
Docs: Fixing disappearance of the left-navs in NDK minisite.
When the filepath changed from html-ndk/ndk/ to html/ndk, the build
system could no longer find the _toc files. This change fixes that issue.
Change-Id: I51f19159e6636fb90ed04013b11d7f95fb4e04c3
Diffstat (limited to 'tools/droiddoc/templates-sdk/customizations.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk/customizations.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/droiddoc/templates-sdk/customizations.cs b/tools/droiddoc/templates-sdk/customizations.cs index 92e506a..aaef8ed 100644 --- a/tools/droiddoc/templates-sdk/customizations.cs +++ b/tools/droiddoc/templates-sdk/customizations.cs @@ -463,10 +463,10 @@ def:ndk_nav() ?> <div class="dac-toggle-content" id="devdoc-nav"> <div class="scroll-pane"> <?cs -if:guide ?><?cs include:"../../../../frameworks/base/docs/html-ndk/ndk/guides/guides_toc.cs" ?><?cs -elif:reference ?><?cs include:"../../../../frameworks/base/docs/html-ndk/ndk/reference/reference_toc.cs" ?><?cs -elif:downloads ?><?cs include:"../../../../frameworks/base/docs/html-ndk/ndk/downloads/downloads_toc.cs" ?><?cs -elif:samples ?><?cs include:"../../../../frameworks/base/docs/html-ndk/ndk/samples/samples_toc.cs" ?><?cs +if:guide ?><?cs include:"../../../../frameworks/base/docs/html/ndk/guides/guides_toc.cs" ?><?cs +elif:reference ?><?cs include:"../../../../frameworks/base/docs/html/ndk/reference/reference_toc.cs" ?><?cs +elif:downloads ?><?cs include:"../../../../frameworks/base/docs/html/ndk/downloads/downloads_toc.cs" ?><?cs +elif:samples ?><?cs include:"../../../../frameworks/base/docs/html/ndk/samples/samples_toc.cs" ?><?cs /if ?> </div> </div> |