Tagged Questions
0
votes
2answers
50 views
Doxygen documenting commented #define
Hi I'm new to Doxygen and recently run into a problem which I could not solve.
I have this piece of documented code:
/*!
\def nAsserts
Uncomment that line so that all asserts would be removed
...
0
votes
0answers
16 views
How do I capture the context of a code change?
As I work in a team of 10 developers often changes are made without providing context i.e. this was changed because of the business requirements, a verbal conversation, it performs better for reason ...
2
votes
1answer
117 views
Automatically insert comments in C++ code
I'm looking for a tool that can insert comments at specific places in C++ source code. I'm taking a class where the instructor is real picky about having a prologue in each file, a "header" for each ...
1
vote
1answer
77 views
Internal Source Code Documentation - FiM++
The structure of a FiM++ program requires that it end with the closing of a letter and the code author's name in a specific manner.
Dear Princess Celestia and Stack Exchange and String: A Sample:
...
0
votes
2answers
40 views
How to pluralize a function's name in technical writing? [closed]
How to pluralize a function's name such as foobar in technical writing?
By technical writing i mean, for example, comment text in source code, documentation of a software or programming element that ...
4
votes
4answers
85 views
Does a “//~” comment (line comment with tilde) have special meaning?
I was reading java source code today from this Github repository and found this:
...
public interface EdgeFactory<V, E>
{
//~ Methods ...
1
vote
2answers
132 views
How is PHP used to parse comments / headers for themes and plugins?
Wordpress plugins and themes have this sort of style comments at the top:
/**
* @package Akismet
*/
/*
Plugin Name: Akismet
Plugin URI: http://akismet.com/?return=true
Description: Used by ...
1
vote
2answers
115 views
@section generator for CSS - comments and documentation related issue
I'd like to improve my CSS inline comments and documentation.
I'm looking for a generator that will eat CSS input like:
/* @section 1.0 Foobar *
.foobar {
color: #fff; }
/* ...
3
votes
1answer
89 views
Document partial parameters in Rails
Is there any standard or emerging standard to document the parameters that can be passed into a Rails partial ?
When _my_partial.html.erb expects a title and an elements local var passed with render ...
2
votes
1answer
252 views
How to add comments to my java application(standard way)
I like to add comments(class, method level) in my java based application(source files). i like to know if there is any standard way to add comments and also share some of the tools that can make some ...
3
votes
3answers
357 views
Ignoring lines within a doxygen comment block
Is it possible to include content within a doxygen comment block that will be ignored by doxygen? In order words, can we have comments within a doxygen comment block?
Background:
We're converting ...
1
vote
1answer
156 views
Mapping text to HTML entity in Doxygen
In Doxygen, to get the copyright symbol in HTML output, the documentation must use ©, as in:
/// @copyright Copyright © 2012
In this case, I'd prefer to type it like this:
/// ...
2
votes
1answer
325 views
Should I comment @Override method in Java?
When I implement an Interface using Eclipse, Eclipse puts the @Override annotation above the method that has been implemented from the interface.
My question is: When I do javadoc comments should I ...
1
vote
1answer
209 views
Can you automatically put a method's code into its DockBlock in phpDocumentor 2?
I've installed phpDocumentor 2 and want to include the source for each method in the generated documentation. However, I notice that the inline @source tag does not appear to be picked up, and there ...
3
votes
2answers
85 views
commenting callback functions
Just curious what's a good way to comment what parameters will be passed to the callback function.
Suppose we have the following code and incomplete comments
/**
* an utterly useless function
*
* ...
3
votes
2answers
308 views
How do I put blocks of PHP code into a PHPDoc DocBlock
I'm playing around with PHPDoc and have realised that you can use markdown to add some formatting to a DocBlock. In particular, I notice that you can use back ticks to highlight inline code.
However, ...
1
vote
1answer
87 views
Howto add documentation comment in PyCharm IDE
In PhpStorm you can write /** before any function/method/class and after pressing enter key and you will get autocompleted doc comment, that contain params, exception and return statements.
Similar ...
1
vote
1answer
96 views
Documentation for user-defined functions in Scilab
I'm finishing a Scilab project for school, and I've added comments to all my function based on this passage from the documentation:
Inside a function, the first comment lines, up to the first ...
0
votes
1answer
387 views
Comment plugin - mobile attribute?
On the developer page (http://developers.facebook.com/docs/reference/plugins/comments/) I can see that the facebook comment Social plugin has the following attributes.
Attributes
href - the URL for ...
3
votes
1answer
51 views
How to document 3rd party libs modifications?
Sometimes I need to modify a third party library for my specific needs. It can be bug fixes, performance improvements, adding features etc.
For instance I included JSoup and Android Support Library ...
0
votes
1answer
94 views
How to document a closure with phpdocumentor?
So, i'm working with Silex microframework and i'm curious about the correct PHPDoc way to document a closure.
require_once __DIR__.'/silex.phar';
$app = new Silex\Application();
...
5
votes
6answers
3k views
how to comment javascript functions? [closed]
I am currently writing some client side java script code and coming from a .net background I always document/comment my methods, remarks, arguments etc. So now I want to document/commenting my ...
3
votes
2answers
173 views
Is there a tool to extract documentation/comments from CommonJS or node.JS modules?
So for example:
/** This is my foo method, it's great. */
exports.foo = function(a, b) {
return a + b;
};
Would be great to have something that scans a directory of .js source and builds ...
2
votes
1answer
240 views
What's the benefit of using @discussion in comments?
I'm seeing @discussion in some sample codes. My question is, what's the benefit of using this keyword?
I suppose it will generate better documentation. I tried to search on Google and Stackoverflow, ...
2
votes
2answers
261 views
How should I write XML comments to avoid repeating myself between the summary and returns tags?
When the purpose of a method is to calculate a value and return it, I find myself documenting it as follows:
/// <summary>
/// Calculates the widget count.
/// </summary>
/// <param ...
2
votes
2answers
55 views
Documetation Comments (Subclass)
Is there a standard method for updating Documentation Comments to reflect the name of the subclass rather than the base class? Also, if a method does exist, is this something I should practice or ...
4
votes
4answers
125 views
How to Interpret /***/ in java?
What I am Doing?
I am now constructing a comments segregator as a part of my simple IDE stimulator (Which will detect all the comments in the java code).
In that my task is to note down all the ...
1
vote
0answers
45 views
Add user generated comments to existing javadoc
Our team develops software for BlackBerry devices. The BlackBerry API (javadocs) is poorly documented, and sometimes even outdated.
What we would like to do is import this existing documentation into ...
2
votes
1answer
78 views
What is the best and effective way to document asp.net web system
I have developed an ASP.Net web system for about 4.5 years with .Net Framework 2, DataSets and Ajax. I want to document the code in a way that a new developer can start reading the documentation so ...
0
votes
1answer
70 views
How should Doxygen handle comments before AND after a variable?
For example, how should Doxygen document the following:
/** comment 1 */
int my_integer = 7; ///< comment 2
Is this valid Doxygen? If so...should the documentation be:
a) comment 1 comment 2
...
5
votes
2answers
199 views
Is it considered acceptable to have no comments in good Ruby code?
I'm new to Ruby but an experienced developer in various other languages.
I have recently had an opportunity to review some professionally written code written in Ruby and found absolutely no comments ...
6
votes
4answers
408 views
C# XML Documentation Tool, but one that saves documentation in another file [closed]
I know there are plenty of tools for .NET languages that work with XML comments to ease documentation (such as AtomineerUtils and GhostDoc) but they all require that the documentation be kept in /// ...
1
vote
3answers
2k views
JavaDoc-like documentation for Objective-C in Xcode? [duplicate]
Possible Duplicate:
How to do the documentation in objective C?
Is it possible to write class/method documentation in Objective-C in a way that Xcode 4 displays them in the quick help, ...
1
vote
1answer
482 views
Insert a hyperlink to another file (Word) into Visual Studio code file
I am currently developing some functionality that implements some complex calculations. The calculations themselves are explained and defined in Word documents.
What I would like to do is create a ...
0
votes
1answer
110 views
Putting Project Documentation on Sharepoint via <summary> tags
I was wondering if there was a way to stick documentation generated by XML Comments onto a Sharepoint server?
I have been looking around and I haven't been able to find a method to put the XML files ...
0
votes
2answers
248 views
How do I add long comments to mysql tables and columns?
Mysql support very short comments i.e. only 60 character.
I use comments to document the table so that I can recall its use when I look back after a few years. but with char length of 60 its not ...
4
votes
2answers
750 views
Should you write XML comments for Interfaces, concrete implementations, or both?
The title pretty much says it all. Where do I apply my XML comments? Should I put a more generic XML comment in the interface and a more descriptive one on the implementing class? Like this:
public ...
-1
votes
2answers
90 views
Is there a parsing program that can verify my C code is documented clearly with proper comments?
Is there any parsing program in C language that checks any code whether it is documented clearly with proper comments or not?
2
votes
2answers
66 views
Strategies to document + comment retroactively
I'm just about to finish a marathon 9 month project-- a web app with over 70k lines of code. Problem is I hardly used comments, never used javadoc, and never kept any good documentation of any kind. ...
1
vote
1answer
215 views
Can I use twice “@subpackage” for phpDocumentor?
For example I have a project called "myproj" and a subpackage called "utils" and in this subpackage there's again a subpackage called "debug".
Can I do something like that: ?
/**
* @package myproj
...
4
votes
5answers
174 views
Avoiding duplication in JavaDoc comments
I am writing a class where the same xml is used between some methods.
e.g.
/**
* Sample Response:
* <xmp>
* <myXML>
* <stuff> data </stuff>
* ...
3
votes
4answers
437 views
How do I write in-code comments and documentation in a proper way? Is there any standard for this?
I want to add documentation in my code by means of comment lines.
Is there any standard format for this?
For example, consider the code below:
class Arithmetic
{
// This method adds two ...
2
votes
1answer
456 views
ReSharper - Conditional Compilation XML comment errors
If I have the following code...
#if PocketPC
/// <summary>Indicates whether usage of the Windows Mobile 5.0+ GPS intermediate driver is allowed.</summary>
private static ...
6
votes
5answers
186 views
What is everyone's take on “documentary” (i.e. not functional) comments? [closed]
So we have fancy version control systems these days where we can comment on changes made to code. Is it any longer relevant to put similar "documentary" comments in your code? For example, in a file ...
8
votes
7answers
5k views
How to add package level comments
I am using check-style, FindBug and PMD to validate my java code. I have fixed almost all the bugs caught by these tools.
I am not able to understand how to write package comment which is a bug ...
3
votes
3answers
112 views
What documentation should I request from my developer?
I am looking at commissioning a fairly straight forward restaurant directory and booking web app and I have had some quotes to use joomla and other OS CMS's as the base however I am thinking I like ...
19
votes
11answers
872 views
Where to document functions in C?
I have a C program with multiple files, so I have, for example, stuff.c which implements a few functions, and stuff.h with the function prototypes.
How should I go about documenting the functions in ...
1
vote
2answers
339 views
Documenting EJB3 Web Services
I have a simple web service as below
/**
* Test web service
*/
@Stateless
@WebService
public class HelloWorldWebService {
/**
* Greets the user by appending 'Hello' before the name
*/
...
3
votes
3answers
798 views
Auto-Commenting Tool
I recently created a CMS for the client which is meant to work out of the box. But I made a mistake by not commenting my code at the time of writing. Just wanted to know if there is a tool that will ...
2
votes
2answers
110 views
Explaining source code via “doc”?
I am using PHPDoc and JSDoc for my source code. I know that there are tools to build an API out of those docs. However, what I am wondering is that how is one supposed to explain complex code? Do I ...



