0

Tagged SQL Comments - not appearing in DocumentX

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
========================================================================= */

I was expecting the the details to appear in the relevant sections next time my DocumentX project was opended. While the SP appears with as expected, the description, remarks and returns text boxes are blank. The server is SQL 2005.

Is there anything I have missed to get the tagged comments to appear in the DocumentX documentation.

2 comments

Please sign in to leave a comment.