Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
242 views

What is a good XDOC (or C# equivalent) style of program/plug-in for SQL Server?

I'm looking for a way to properly comment my stored procedure code so that I can extract the information into useful documentation ala something like XDOC (or C# equivalent). Something that's ...
1
vote
1answer
205 views

Comparative advantages of xdoc and apt formats

What are the relative merits of the xdoc and apt formats for writing websites of Maven projects? Is one more expressive than the other? Has one got better tool support than the other?