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

Menu doesn't link to the file. #57

Open
trusktr opened this issue Jan 18, 2015 · 0 comments
Open

Menu doesn't link to the file. #57

trusktr opened this issue Jan 18, 2015 · 0 comments

Comments

@trusktr
Copy link

trusktr commented Jan 18, 2015

FOr example, I have a file like

/*
 * LICENSE
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 */

import Modifier from 'famous/core/Modifier';
import RenderNode from 'famous/core/RenderNode';
import TransitionableTransform from 'famous/transitions/TransitionableTransform';
import EventHandler from 'famous/core/EventHandler';

import "army-knife/polyfill.Function.name";

/*
 * The Molecule is the basic building block of all components.
 * @class
 */
class Molecule extends RenderNode {
    constructor(initialOptions) {
      /* ... */
    }
}
export Molecule
export default Molecule;

The menu shows no links for this file because it doesn't have any function docs to link to, but there should at least be a way to link to the file's page somehow. Perhaps a link symbol next to the name or something.

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

1 participant