Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot navigate to global.html #5

Open
moos opened this issue Mar 26, 2014 · 4 comments
Open

cannot navigate to global.html #5

moos opened this issue Mar 26, 2014 · 4 comments

Comments

@moos
Copy link

moos commented Mar 26, 2014

@typedefs or @global are placed in global.html. But there is no link to it from the nav pane.

@think2011
Copy link

please help..

@moos
Copy link
Author

moos commented Apr 4, 2014

My quick fix was to replace line 5 in tmpl/navigation.tmpl with

<h3 class="applicationName"><a href="global.html"><?js= env.conf.templates.applicationName ?></a></h3>

I'm sure there is a better way to solve it though.

@think2011
Copy link

:)

@twick
Copy link

twick commented Jul 16, 2014

Adding:

if (members.globals.length) {
  nav.push({
    type: 'namespace',
    longname: "global",
    name: "global",
    members: find({
      kind: 'member',
      scope: "global"
    }),
    methods: find({
      kind: 'function',
      scope: "global"
    }),
    typedefs: find({
      kind: 'typedef',
      scope: "global"
    }),
    events: find({
      kind: 'event',
      scope: "global"
    })
  });
}

to buildNav() (line 199) in publish.js before return nav; seems to work for me.

tgirardi pushed a commit to tgirardi/jaguarjs-jsdoc that referenced this issue Sep 10, 2014
- deprecated scrollTop `0` on iOS device.
sitegui added a commit to sitegui/jaguarjs-jsdoc that referenced this issue Oct 21, 2015
sitegui added a commit to sitegui/jaguarjs-jsdoc that referenced this issue Oct 21, 2015
cainmaila added a commit to cainmaila/leedian-jsdoc that referenced this issue Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants