vote up 4 vote down star
1

I write application in Java(SWT) and I want to add documentation like in Eclipse application. How to do it? Is it exist tools for this?

Documentation window in Eclipse: alt text

flag

67% accept rate
I think you cannot use this help-system in a non-rcp application. Maybe it can be used in a osgi-container (other than equinox) since no extension points are involved. – lostiniceland Oct 5 at 14:17
I'm writing a rcp-application. – mykhaylo Oct 5 at 21:27

1 Answer

vote up 5 vote down check

Have a look at this article: Documenting your project using the Eclipse help system

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.