By default, DITA2Go includes a <description> element for each <context> element in toc.xml.
To provide content for the <description> element:
[EclipseHelpContexts] ; ContextID = short plain-text description for its infopop
[EclipseHelpContexts] ChooseProject = Choose a project from the list, or name a new project. Export = Choose final options and make last-minute changes.
To have DITA2Go copy the <description> value from the <topic label> value instead:
[EclipseHelpOptions] ; DescriptionIsFirstLabel = No (default) or Yes (use the label from ; the first context item as the description for the context) DescriptionIsFirstLabel = Yes
To omit the <description> element:
[EclipseHelpOptions] ; ContextDescription = Yes (default, include) or No (omit) ContextDescription = No