The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
60 views

Python headers — What is the purpose of the $ ( dollar sign ) encapsulation?

Apologies in advance, this is something that I really figured I could find on the web, but I was having troubles. In Python, in the header portion, I see that sometimes people will wrap their ...
3
votes
3answers
54 views

Python Interpreter Mode - What are some ways to explore Python's modules and its usage

While inside the Python Interpreter: What are some ways to learn about the packages I have? >>> man sys File "<stdin>", line 1 man sys ^ SyntaxError: invalid syntax ...
2
votes
3answers
322 views

Using Appledocs to generate documentation

I apologize for the simplicity of my question, but I was trying to generate documentation using Appledocs (https://github.com/tomaz/appledoc#quick-install) But I'm not sure how exactly to get it ...
0
votes
1answer
98 views

Google Apps Script Auto Generated Library Documentation

I am currently developing a Library for Google Apps Script that basically treats a spreadsheet as a database object. Currently, the library has a two identical functions like /** * Opens and ...
1
vote
0answers
73 views

JSF composite component documentation

When using any of the standard components in JSF, for example: <h:panelGroup>, I get to see the description of the component as soon as I start typing it. Having created a number of different ...
1
vote
1answer
78 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
0answers
65 views

How to efficiently run Doxygen on a huge project?

I am running Doxygen on a project that becoming bigger and bigger. At this moment, it takes more than 14 hours to run Doxygen on all the sources of the project. Are there ways to improve the ...
0
votes
0answers
39 views

Javascript documentation in phpDesigner 8

I'm using phpDesigner 8. When using frameworks like jQuery, I get "tooltips" for the function parameters when the cursor are inside the parenthesis. I can't figure out how to create tooltips for my ...
0
votes
2answers
54 views

phpDocumentor - How to document a different author updating code, and a date?

Let's say original documentation for a class looks like this: /** * My custom class * * This class helps you do stuff. It's really great. * * @author David Smith * @version 1.0 */ If I ...
1
vote
0answers
222 views

phpdoc - defining return object variables for a method

I have been searching on this for a while and either I am not using the right search terms or I am missing something. I am trying to figure out if it is possible to use PHPdoc to define the variables ...
4
votes
3answers
137 views

ColdFusion, and documenting code as well as tools for multiple developer teams

I am beginning a fairly large new project using ColdFusion. This new project will include several developers and as such documentation of code will be key. Another issue I am hoping to avoid (either ...
3
votes
1answer
650 views

Disable Automatic File Header Creation (ReSharper and StyleCop)

I recently installed R# 6.1 (C# version, not Full) with StyleCop 4.7.34.0 (with the R# plugin). When adding a new class to a project, the file header information is automatically added. How do you ...
1
vote
0answers
131 views

How can I get the <see langword=> tag to use C# keywords rather than VB keywords?

I'm documenting C# code using XML and Sandcastle Help File Builder to generate HtmlHelp1 help files. I've set the SyntaxFilters property on the Sandcastle project to CSharp as I only want to generate ...
4
votes
2answers
486 views

How to document return in JavaScript

I'm writing my own library for the project at work for a browser application and I am having the same old problem deciding how to comment the code. I'm trying to follow the JsDoc syntax, but will ...
1
vote
3answers
59 views

merge local .net library documentation

when I press F1 on some .net keyword it takes me to the help for that keyword. I have a .net library with its documentation. I am using this library.How can I get to the library help with F1 when I ...
0
votes
2answers
754 views

How to create a comment to an oracle database view

I would really like to create a comment to a view with a short description of its purpose. Unfortunately it is not possible to create comments to views in oracle. This feature is only for tables, ...
4
votes
2answers
208 views

How to describe function arguments in dynamic typed languages?

My question is more oriented toward Python, but it may also be about JavaScript or other scripting languages. I usually develop with statically typed languages (Java, C++, ActionScript, ...). I like ...
2
votes
2answers
2k views

Installing manually PHPDocumentor on Mac

After trying to install PHPDocumentor with PEAR install with no success, i tried it manually as is detailed on the official website: http://www.phpdoc.org/docs/latest/for-users/installation.html I ...
0
votes
3answers
113 views

Documenting exceptions

I have the following public interface public interface Bar{ public void DoStuff(); } with an internal back end class internal class BarImpl : Bar{ public void DoStuff(){ // throw ...
0
votes
0answers
242 views

Best way to create “multi-language” documentation, e.g. with examples of C# and Python, using Word

I'm writing Isis2 documentation (isis2.codeplex.com) and because the library can be used from C#, C+, VB and IronPython, I want to do multi-language examples with tabs: click the C# tab and you see ...
2
votes
1answer
212 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 ...
5
votes
4answers
626 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 ...
0
votes
1answer
108 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 ...
2
votes
1answer
690 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 ...
4
votes
2answers
409 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 ...
5
votes
2answers
541 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 ...
0
votes
1answer
36 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 ...
2
votes
0answers
63 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? ...
1
vote
1answer
2k 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
2answers
38 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
80 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 ...
2
votes
2answers
219 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 ...
4
votes
2answers
370 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
5answers
2k views

Docco-like tool that accommodates JSDoc style comments? [closed]

I'm looking at using docco for JavaScript documentation, but a lot of my existing codebase uses JSDoc style comments. Is there another documentation tool -- or a fork of Docco -- that parses both the ...
3
votes
2answers
802 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
40 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
35 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. ...
20
votes
5answers
9k 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: ...
6
votes
4answers
793 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 ...
2
votes
3answers
110 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 ...
0
votes
2answers
162 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 ...
2
votes
4answers
799 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 ...
18
votes
4answers
3k 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 ...
0
votes
2answers
140 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
2answers
108 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 ...
8
votes
1answer
941 views

How to create quickhelp entry 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 ...
15
votes
8answers
4k 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 ...
0
votes
2answers
1k 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: ...
-2
votes
3answers
371 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?
6
votes
4answers
459 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 ...

1 2