A block that appears on book node views if there are incoming help links. It tells you which types of links are incoming and what the path or form_id is.
With this release you can, for the first time, follow the full workflow of writing, injecting, and exporting help.
1. Create your documentation in a book structure.
2. Enable the helpinject module
3. Using the (+) icons that now appear everywhere, "inject" your help into the pages and forms by linking (+) icons to book pages.
4. Export the help to a new module at admin/build/helpinject
5. Move the generated module (found in your files directory) to your sites/all/modules directory.
6. Disable helpinject and enable the module you generated.