Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
9answers
974 views

What Are Best Practices For Documenting C# code with XML comments?

I'm going through some new code I just wrote and adding NDoc sytle comments to my classes and methods. I'm hoping to generate a pretty good MSDN style document for reference. In general, what are ...
6
votes
4answers
525 views

Are there any conventions for writing POD comments for Perl?

I was able to find a page from Safari Books Online that provides a template, but having never written POD comments, I'm not sure how good it is or if it is missing anything that might be considered ...
5
votes
2answers
970 views

Documenting Node.js projects

I'm currently using JSDoc Toolkit to document my code, but it doesn't quite fit - namely, it seem to struggle with describing namespaces properly. Say you have two simple classes in each their files: ...
5
votes
4answers
159 views

Code Documentation - What and how? [closed]

This is a hypothetical question, not based on anything I'm working on at the moment but I was wondering about it earlier and I figured I'd ask people who might know more about it than I do. The ...
5
votes
3answers
719 views

Create “Quick Help” Entry in XCode

i wanted to ask how i can create quick help entries in xcode for my own code? i just want it as a coding support, meaning like the eclipse functionality when coding java. in eclipse you get a comment ...
5
votes
4answers
295 views

Selectively suppress XML Code Comments in C#?

We deliver a number of assemblies to external customers, but not all of the public APIs are officially supported. For example, due to less than optimal design choices sometimes a type must be ...
4
votes
2answers
125 views

Extending class documentation and live templates

I am playing with code documentation and live templates and I quite don't get it. I've read Dr.Bob's article about generating documentation and wiki articles about live templates but I have one ...
4
votes
0answers
1k views

Widely accepted methods for documenting PHP source code in an auto-doc way? [closed]

Possible Duplicate: Automatic PHP Documentation Generation? I'm new to PHP, and my current job requires me to pick up the language at an extremely quick pace. I'm a documentation stickler. ...
3
votes
6answers
836 views

Most common docblock for Delphi and/or FreePascal code

I'm quite familiar with PHP dockblocks since it's been my job for the last 15+ years. /** * Description * * @tag bla bla * @tag more bla bla */ What I'm trying to understand is if there ...
3
votes
14answers
1k views

Code documentation: How much is too much?

How much code documentation in your .NET source is too much? Some background: I inherited a large codebase that I've talked about in some of the other questions I've posted here on SO. One of the ...
2
votes
1answer
22 views

Is there any offline javascript API document tool available like YARD for ruby does?

Mozilla online documentation are great, but sometimes I don't have the internet connection and reference in the o'reilly javascript definitive guide is also great but lack of the handy searchable ...
2
votes
3answers
97 views

How to write documentation comments in ANSI C?

I can't find how to write comments in C. I mean I know about // and /* */, what I mean is where can I find good practices? Like if I have a function, how do I write the @param variable is the value ...
2
votes
2answers
89 views

C# Documentation generator that runs on mono?

I mainly use mono and now I would like to produce some HTML output of the inline xml documentation. I've found 3 documentation projects so far: NDoc, which seems outdated and development has stopped ...
2
votes
2answers
89 views

Code documentation editor

I've been looking for a code documentation editor app. I don't mean just a generation tool like doxygen, but an application that allows me to edit the documentations and change it directly at the ...
2
votes
3answers
258 views

Source code documentation coverage tools for java

I do work on a project and write a java application. For source code quality I measure the test coverage with cobertura, and for convention checking I use checkstyle. Everything works fine in my ...
2
votes
0answers
110 views

Make SandCastle merge the all members page to the main type page

For each class in the project SandCastle creates (among others) two pages: the main page, named T_class_full_name, with the description, Syntax, Inheritance Hierarchy and See Also and the members ...
2
votes
1answer
175 views

is it possible to build a debugger around the java scripting engine?

we are using the java 6 scripting engine in our product, and now we are thinking on adding some debugging abilities. my question is: is it possible? does the java 6 scripting engine has the same ...
1
vote
1answer
46 views

XCode Documentation Generator

I've looked at Headerdoc and Doxygen for documenting source code, but they both seem to need the developer to do most of the leg-work first. In Visual Studio, typing \\\ generates the skeleton for ...
1
vote
2answers
95 views

Tips for documentation for beginners

I am new and has started working on a project which has no paperwork with them. I and my team was told to do some documentation as we are working on the project. It is made in c# .net and we are ...
1
vote
3answers
52 views

Are my doc-comments too verbose?

Here's a class template I wrote. It has two public functions (three if you count Instance(); it's a singleton) and four private functions. The code is less important; what I'd like is to ask you if ...
1
vote
0answers
425 views

howto create Quick Help enntry for custom functions in XCode

I still searched for this but without success. I would like to create 'Quick Help' entries in XCode for custom classes. Don't know Quick Help? Select a function-name, right-click and choose 'Quick ...
1
vote
1answer
487 views

How can I force Doxygen to show full include path?

How can I force Doxygen to show full include path? What do I mean: I have a class foo::bar::bee defined in bee.hpp in following directory structure: foo foo/bar foo/bar/bee.hpp Doxygen, when it ...
0
votes
1answer
20 views

How can i make this comments with jsdoc

how can i made this comment's properly using jsdoc. Any ideas??? /********************** * @variables : global variables ***************************/ var map; // this var handle the object related ...
0
votes
1answer
25 views

What do I need to cover in my documentation?

I'm writing my own documentation for a small ActionScript 3 library that I've written. I'm trying to keep as close to the layout and content of the Adobe Livedocs as I can, while cleaning it up a ...
0
votes
0answers
16 views

Is there a docco variant that works with XML?

I tried patching pycco, the python version of docco to process XML but it turned out too difficult. Is there any fork of docco that would work with XML and multi-line comments like <!-- this? ...
0
votes
1answer
102 views

ReSharper - how to disable generation of rubbish documentation headers in Code Cleanup

We're using ReSharper 6.0 with StyleCop for ReSharper. Although we use the StyleCop rule that members must have documentation headers, we don't want ReSharper's code cleanup facility to generate ...
0
votes
1answer
11 views

IDE Documentation - Documenting modelFactory()

I'm curious if it's possible for me to document my modelFactory() so it's accessible via the doc helper tooltip as you're developing in Netbeans. My models pass through modelFactory() so I can just ...
0
votes
2answers
28 views

Automatically preventing wiki-rot in Trac?

Hi guys : Is there a way to improve trac wiki quality using a plugin that deals with artifacts like for obsolete pages, or pages that refer to code which doesn't exist anymore, pages that are ...
0
votes
3answers
197 views

Is there a fork of docco that accommodates JSDoc style comments?

I'm looking at using docco for JavaScript documentation, but a lot of my existing codebase uses JSDoc style comments. Is there a fork of docco that parses both the typical style and JSDoc style ...
0
votes
2answers
109 views

What's the best way to handle/format Javadoc and annotations in code?

I've looked across this forum, and I've googled this one, and I'm not sure what is the best way to handle Javadoc and annotations that appear together in the same class. From what I can see from ...
0
votes
3answers
32 views

What do you use to document site procedures, infrastructure and code? [closed]

I'm looking at http://www.phpdoc.org/, but wondering what you guys have found useful. I'm wanting something that will help document our code, but also procedures and tasks that are performed ...
0
votes
1answer
32 views

Is this documentation missing anything?

I've written this documentation of a rather simple class, but I feel it's not clear enough. Should I change anything? /** Pointer class that wraps resources loaded through the ResourceManager. ...
0
votes
2answers
116 views

Automatic INLINE Document Generation

First off, I'm not asking about how to generate documentation FROM PHP source. That's easy enough with libraries like Doxygen or PHPDocumentor. What I'm looking for is a way to automatically generate ...
0
votes
1answer
77 views

C# to Require XML Documentation for internal members

Visual Studio has a nice feature to spit out a bunch of compiler warnings if some of the public members are missing XML documentation. I would love to have the same for internal, or better, any ...
0
votes
1answer
87 views

Visual studio code documentation does not show up

For example: When I type Console.WriteLine and the intellisense pops up, the tooltip for that function reads only "void Console.WriteLine()". It no longer shows the summary of the function, "Writes ...
0
votes
2answers
83 views

how should I document my application

We have developed an application in c# .net and aim to make it deployable within our intranet. We would like to have a solid documentation to go along with it but are unsure of the best platform to ...
0
votes
2answers
670 views

Documentation generator tool for BOTH Javascript and PHP

Do you know about a tool to easily create documentation for both Javascript and PHP code? Something that takes comments in code similar to the one shown below: ...
0
votes
2answers
23 views

Need to write a script working under Win32 to put the tags in place for documentation automatically C++/C#

We are managing a C++/C# library and we noticed that many classes and functions were left undocumented. We thought about writing a script which would parse the code to look for undocumented classes ...
-2
votes
3answers
196 views

How can the color of a UI Label be changed

What is the syntax to change the color of a UILabel? Also, where can this information be found?