0
votes
0answers
24 views
.NET - WCF - Building Documentation
Hi
I've built a WCF Service using the Web Service Software Factory (www.codeplex.com/servicefactory). I'm trying to make a CHM help file for users of the web service. When I build …
0
votes
1answer
28 views
CHM Style web-based HELP Utility
I need to create a chm style web-based help. Do you know any such utility? The product is developed on C# and it would be great the help is also developed on C#.
Thanks.
0
votes
2answers
40 views
How to define the help of the CLI program in the __doc__ ?
Hello guys,
I would like to do something like this :
def main():
"""
Display Information about a Google Calendar
-u --user login Google Login
-p --pass pas …
2
votes
1answer
52 views
Sphinx for php code documentation
Sphinx is a Python library to generate nice documentation from a set of ReST formatted text files. Not the tool used for full-text searching
I'm also fully aware of doxygen / php …
1
vote
1answer
35 views
UmlGraph vs APIViz for Maven javadoc generation
I'm wondering if there are any clear reasons to choose UmlGraph over APIViz for javadoc UML diagram generation in a Maven2 build. Are there any integration or features that one has …
0
votes
3answers
68 views
Does a free MySQL Relationship Diagram Generator Exist
Are there any free tools available for generating ERDs from an existing MySQL database? I've been given the requirement to generate such documentation for a legacy database and wou …
1
vote
1answer
33 views
maven site plugin not deploying subprojects in a multimodule project or generating index.html
I have a multimodule project that I want to deploy a site for, but it seems like my site deployment configuration is not being inherited by subproject child modules.
parent
mo …
1
vote
1answer
26 views
Automation for Generating Reports
We are using Stata to combine and analyze data for all of our agencies in a district each month. I'd like to somehow create reports of the data analysis automatically for these mo …
0
votes
1answer
29 views
.NET XSD Documentation Generator
Hi,
I'm looking for an XSD Documentation Generator for .NET. Please, provide any references.
Note: If it is available with source
code that would be much better choice.
T …
3
votes
1answer
73 views
How to generate facelets documentation
For JSP and some JSF tags there is a tool called TLDdoc that generates JavaDoc-style documentation for the JSP and JSF tags.
Does anybody know an equivalent for Facelets? There is …
7
votes
4answers
148 views
What should be the sequence of diagrams creation in UML?
As we know UML contains 13 types of diagrams (structural and behavioral)
before starting a software developement, we are in requirement and design phase so which diagram should be …
4
votes
3answers
284 views
How do you write a technical book? [closed]
I want to write a technical book. What is a good way/software to write it?
What is important to me,
I want to be editing text, not fighting formating. So no word like systems.
A …
3
votes
1answer
64 views
Apache Forrest as a Code Documentation Solution
Lately, I have been looking into Apache Forrest as a code documentation solution. From Apache's website,
"Apache Forrestâ„¢ software is a
publishing framework that transform …
0
votes
1answer
59 views
VS2008: Autogenerated files and XML documentation
This is an annoyance more than a problem. My project contains a number of autogenerated files (using mgmtclassgen.exe). When I generate the XML documentation, my beautifully commen …
2
votes
1answer
30 views
In xml doc, can I insert a reference to a method group? How?
In C#, I can attach documentation for properties, methods, events, and so on,
directly in the code using XML Documentation Comments.
I know how to insert a reference to a partic …
