To provide entry points for infopop calls from an application to an Eclipse Help system, insert EclipseContext PI markers in target topics in your DITA XML file. The content of an EclipseContext PI marker is the context ID for the infopop, which becomes a <context> element in toc.xml.
By default, DITA2Go inserts each context anchor at the beginning of a topic, regardless of where in the topic you place the EclipseContext PI marker. To produce mid-topic entry points instead:
[EclipseHelpOptions]
; ContextAnchors = No (default, filename only) or Yes (refer to para)
ContextAnchors = Yes
When ContextAnchors=Yes, DITA2Go inserts a context anchor at the beginning of the paragraph that contains an EclipseContext PI marker.
When ContextAnchors=No, the context anchor appears at the beginning of the topic.