| Author |
Message |
viveksinha
Joined: 12 Nov 2009 Posts: 1
|
Posted: Thu Nov 12, 2009 11:44 pm Post subject: Extract inline comments (a la Javadoc?) |
|
|
Hello,
Can SQL Doc extract inline documentation/comments? We have a number of stored procedures from which we'd like to be able to extract such information. We've annotated it like Java doc (/** **/). We are looking for something that can extract this information, in addition to the MS_Description field.
Thanks,
Vivek |
|
| Back to top |
|
 |
Linda Hawksworth
Joined: 25 Jun 2007 Posts: 192
|
Posted: Mon Nov 16, 2009 10:35 am Post subject: |
|
|
| This feature has been requested by a number of other customers. It is logged in our tracking system with reference SDOC-775. I have added your comments and ticket reference to the issue and it will be considered for a future release of SQL Doc. |
|
| Back to top |
|
 |
gregmac
Joined: 08 Jul 2010 Posts: 3
|
Posted: Thu Apr 21, 2011 7:18 pm Post subject: |
|
|
Any update on this? I was just searching for info about how it documents stored procedures. I have several created in SQL management studio, which have a default header with:
| Code: |
-- =============================================
-- Author: Greg
-- Create date: 2011-03-21
-- Description: Does something, which is useful when doing
-- something else.. blah blah blah..
-- =============================================
ALTER PROCEDURE [dbo].[doSomething]
|
It doesn't extract any of that info right now, all the documentation for each stored procedure is basically blank (shows the list of parameters, but no descriptions anywhere). |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group