I've included comment headers similar to the following into the top of new stored procedures:
/*======================================================================
-- ##SUMMARY Put_a_brief_summary_of_the_object_here_single_line_only
-- ##REMARKS Enter_any_notes_about_the_object_can_be_multi_line
-- ##RETURNS Document_the_return_type_of_the_procedure
========================================================================= */
Is there anything I have missed to get the tagged comments to appear in the DocumentX documentation.