blob: 43fa4d6d1a87e018d1c9573a1e03d54dd2fd8f1a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<script type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Help</title>
</head>
<body>
<h2>Help</h2>
<P >
The Eclipse platform's help facilities provide you with the raw building blocks to structure and contribute
documentation to the platform. It does not dictate structure or granularity of documentation.
You can choose the tools and structure for your documentation that suits your
needs.&nbsp; The help plug-in allows you to describe your documentation
structure to the platform using a table of contents (toc) file.</P>
<P >Your plug-in's online help is contributed using the <a href="../reference/extension-points/org_eclipse_help_toc.html"> <b> org.eclipse.help.toc</b></a> extension point. You can either contribute the online help as part of your code plug-in or provide it separately in its own documentation plug-in.</P>
<P >
Separating the documentation into a separate plug-in is beneficial in those situations where the code and documentation teams are different groups or where you want to reduce the coupling between the documentation and code. </P>
<P >
Advanced features of the help system include context-sensitive help with
reference links and the ability to invoke platform
code from the documentation.&nbsp;A help browser lets you view, print, and
search your documentation. Since 3.1, the new Help view adds dynamic help and
federated information search capability.</P>
<P >
The best way to demonstrate the contribution of help is to create a
documentation plug-in.</P>
</body>
</html>