MikkoP
MikkoP

Reputation: 5092

Links in comments

I just started creating an application and selected the navigation drawer option for the primary Activity because I felt lazy and didn't want to bother creating one myself. I noticed that there are links to methods etc.

{@link #restoreActionBar()}

How do I get these work in Eclipse?

Upvotes: 0

Views: 165

Answers (1)

user2213590
user2213590

Reputation:

Ctrl+Click the link and it will send you where it should.

To create your own -

/** {@link #mymethodname()} */

Upvotes: 1

Related Questions