Documentation is a file or set of files that come with a program which detail the programs operation.
3
votes
2answers
220 views
Create html documentation for C# code
I don't normally do any C# development so please excuse my noobness, but I'm currently working on a C# project and VisualAssist generates these fancy /// <summary></summary> comments for ...
0
votes
0answers
79 views
How to create tree structure representation of classes exposed by .NET DLL?
How can I generate a tree structure documentation of classes contained in a .NET DLL? I don't have the source of the DLL.
I would want a tree structure because I would want objects that are members ...
3
votes
2answers
357 views
Sinatra build REST API documentation
I have been looking all night for a gem to generate an API documentation from my sinatra routes. I should be able to specify with inline comments.
I have found ...
2
votes
1answer
53 views
Where to store column descriptions with an ORM (especially Sequel)?
When I use an ORM like Sequel, the columns of a Model are defined by the connected database. How can I get a documentation for the columns of the table?
Example (Sequel, but I think the principle is ...
0
votes
1answer
32 views
Faster method of presenting documentation in iOS app than UIWebView?
I want to show the user a reasonably dense static text 'help' document in a popover for an iPad app. I implemented a view controller using a UIWebView linked to a html file in the resources, but it ...
0
votes
0answers
16 views
perlbrew issues: libs with short names and lib delete
I am using my own home box to experiment with using perlbrew as a tool for perl management in my small work development group. I have run into a couple of problems that I have Googled (admittedly ...
1
vote
2answers
125 views
When you create a Model using Rails Generate Model or Rails Scaffold does it generate any default fields?
I'm new to ror and am finding the scattered documentation extremely frustrating!
When the commands rails generate model or rails scaffold are any fileds automatically created. I'm thinking here about ...
2
votes
1answer
88 views
Is there any or preferably full documentation for OpenERP7?
Is there any or preferably full documentation for OpenERP*7* for free in any format?
Sadly I've only found documentation for v6.1.
1
vote
1answer
87 views
Ant Task to create docs directory tree with docco
I have an ant file to generate coffeescript documentation with docco. It works fine, except that it currently dumps all of the documentation file into the docs folder. I'd like the docs folder to ...
1
vote
1answer
220 views
Tutorial and/or good example to learn and build jsdoc templates
So I am brand new to jsdoc and i gotta quickly build a jsdoc template to output documentation in XML format.
I have basic understanding of tags involved in jsdoc.
But, right now I want to build a ...
0
votes
1answer
211 views
Documenting Visual Basic with Doxygen
I am trying to use some Doxygen filter for Visual Basic in Windows.
I started with Vsevolod Kukol filter, based on gawk.
There are not so many directions.
So I started using his own commented VB ...
2
votes
2answers
34 views
What exactly does .selectAll() do?
I've been playing around with the example "Using D3.js to present XML as HTML Table", to try and learn the D3.js API. I think I am getting the hang of it, but I can't really understand what the ...
0
votes
0answers
20 views
Where is EXC_BAD_ACCESS documented?
One of the more commonplace debugging errors in my own development (Mac, iOS) is EXC_BAD_ACCESS. Despite its commonness, its origin and precise meaning remain mysterious. Google lists many occurrences ...
1
vote
2answers
44 views
Reference for a specific version of a Perl module
Where can I find the reference documentation for a specific version of a Perl module (not Perl version)?
I'm using an old version of one, and I don't want to assume it works like the latest stable.
0
votes
0answers
65 views
Pythonic way of adding copyright disclaimer in code and documentation [closed]
I'd like to add copyright disclaimer at the top of my python code and ideally have it appear in the generated pydoc. But I'm not sure what the "Pythonic" way it would be... e.g., Should I use ...
0
votes
1answer
67 views
Grunt - DSS Plugin
I'm trying to get this Grunt plugin to work:
https://npmjs.org/package/dss
This documentation plugin ironically seems to be lacking proper documentation. Can someone help me out by giving me an ...
0
votes
0answers
33 views
Google script to make a custom poll on Google Docs
so I'm planning a bachelor party for a buddy of mine, and for some reason, Google Docs will not let me add a custom form; therefore, I was wondering if someone could help me develop a simple google ...
0
votes
0answers
24 views
Where can I see all device information I can request with a .mobileconfig?
I see many examples of .mobileconfig files requesting certain device information such as:
UDID
IMEI
MEID
ICCID
VERSION
SERIAL
And many more, but I have not yet found a full official list showing ...
1
vote
0answers
57 views
What do the WMI classes mean by “speed of memory, in nanoseconds”?
So, for one reason or another, I'm trolling through WMI class documentation trying to make sense of what a few things mean.
One of the most confusing things I've found so far is CIM_PhysicalMemory. ...
1
vote
1answer
67 views
Where can I find a specific php 5.3 manual?
I was looking at the reference for the htmlentitites() function at http://www.php.net/manual/function.htmlentities.
When I tried to use the ENT_HTML401 constant I got an error and discovered that ...
0
votes
0answers
59 views
Doxygen: Mainpage Callgraph
Is it possible to display the call graph of my functions on my main page in Doxygen?
For example:
/**
* \mainpage My main page
*/
/**
* Short description.
* Long description
* \callgraph
*/
...
2
votes
0answers
121 views
Insufficient priviledges when updating help files in Visual Studio 2012
I have Visual Studio 2012 Ultimate and I've downloaded the Visual Studio 2012 ISO from MSDN.
When trying to install the documentation I:
Open Visual Studio as an Administrator
Follow these ...
1
vote
1answer
61 views
KSS Installtion and Setup
Can someone outline some step by step instructions on how to set KSS up on my local computer?
I've been reading a lot of articles and none of them show a working demo. And they also assume I'm a ruby ...
2
votes
1answer
137 views
PHP and Javascript Documentation Generating Tool
There is an ongoing project that we need to begin documenting properly with some sort of documentation generating tool before it gets too big to handle.
It's mainly PHP and JS but I cannot google my ...
0
votes
1answer
62 views
Doxygen grouping
I have a question about pages and groups in doxygen. I have a project, where I grouped classes etc. with the @defgroup and @ingroup cmds. So far this works fine.
Now I'd like to add special ...
0
votes
1answer
41 views
Need help interpreting Python documentation
In the documentation the following line is given to describe how to initiate a class object
class xml.etree.ElementTree.Element(tag, attrib={}, **extra)
Under that it there's a line that says
...
1
vote
1answer
103 views
Documenting Backbone code with yuidocs
I'm struggling with figuring out the best way to document a large codebase. We have a series of components, most of which have Backbone Models, Views, and Collections. YUIdocs has been chosen as our ...
0
votes
1answer
173 views
Link of the JSTL 1.2 Tag reference documentation
In JavaEE 6 the JSTL version is 1.2. I am trying to find the link to the taglib documentation for this version. I have found the link for 1.1. However unable to find it for 1.2. I came to know that ...
2
votes
1answer
124 views
Where can I find some ServiceStack/Razor documentantion?
This is a really newbie question, but where can I find some tutorials or documentation regarding Razor, and how it ties in with ServiceStack ? More specifically, I'm trying to figure out the easiest ...
0
votes
1answer
82 views
Jsdoc3 Documenting Closures
I'm trying to document functionality within a class called User that is located within a closure, however jsdoc3 doesn't seem to be documented? Do the comments look wrong?
/**
@class User
...
1
vote
2answers
75 views
Sphinx docs variable
I'm writting a doc for a new project using sphinx.
But this project, because it's new, may change name and I don't want to replace all reference of "Project Name" in all my doc.
So I want to know if ...
5
votes
1answer
73 views
How do I document the external dependencies for my database?
After some years, my startup isn't a startup anymore. The main (MySQL) database has grown and grown, and so have the processes and the people working with it. While the data and the processes are - to ...
3
votes
1answer
80 views
CouchDB Clojure client API available?
Does anyone know of a good CouchDB client API for Clojure. I'm currently using Clutch although since it's relatively new there doesn't seem too be much documentation.
0
votes
0answers
10 views
Communication between Conceptual.aml
Is it possible to add a link between two Conceptual.aml files ?
The only example I found is link xlink:href="some id" but it works only for local topics.
Thanks.
0
votes
0answers
86 views
Configure Kohana Documentation on Localhost
I am using userguide module to browser the Kohana API browser localhost. But for some reason I can not browse the ORM (along with other modules) documentation on API browser.
This is what I see.
...
0
votes
1answer
45 views
YUIDoc/javascript - how to document a module property
I've copied an example from here. Below is the example code, but the problem is that Store.TAX_RATE shows up in the documentation as a property of Item and not as a property of the module Store. Any ...
5
votes
2answers
1k views
XCode 4.6 keeps on downloading Doc Set
Since I installed XCode 4.6, it keeps on downloading the Doc Set each and every time I open it. I've seen a lot of threads talking about this topic, so I tried to manually install the doc set in the ...
0
votes
0answers
44 views
YUIDoc: no doc generated for namespace (javascript)
I just started with YUIDoc, and I'm trying to document my javascript code. So, documenting my classes was no problem, but the following piece of code didn't really work as expected:
"use strict" ;
...
0
votes
0answers
22 views
Freezing recommended software requirements
Please advise on the following:
We are currently implementing a 3rd party applicaiton.
The software comes with recommended hardware and software requirements.
To avoid later deviation from original ...
0
votes
0answers
73 views
Hide Sphinx subsections from main TOCTree
Is it possible to hide one (or all) subsections present in a RST file from the main TOCTree?
Let me describe a little more:
index.rst
:doc:`Label <path/to/rst/file>`
...
1
vote
2answers
59 views
How to use LuaDoc with LuaForWindows
The question is all in the title : how to use LuaDoc with LuaForWindows ?
In my Lua installation, I have a luadoc_start.bat but the command windows closes as soon as it opens.
From there I don't ...
0
votes
0answers
16 views
software progression strategy [closed]
I work in a research center where the goals of our software pipelines are generally a quickly moving target. We have some software pipelines that are relatively stable, with 3-5 releases a year but a ...
1
vote
1answer
56 views
What is the meaning for Design Specification in documentation of a project?
Can anybody help me to understand what is the meaning to design specification in the documentation of a project?
0
votes
0answers
77 views
enunciate docs issue with Iterable and generics
I’m trying to use enunciate to regenerate documentation for my Jersey-based REST API. Hitting a few stumbling blocks:
@GET
@Produces(MediaType.APPLICATION_JSON)
public Iterable<Project> ...
1
vote
1answer
37 views
Why doesn't GNU's documentation list pubseekoff as a member of basic_streambuf?
This question may be silly, but this is my very first incursion into gcc docs.
I know basic_streambuf::pubseekoff() is a public member function of template class basic_streambuf but it is not listed ...
2
votes
1answer
52 views
Export auto-generate Matlab doc to html
I want to generate a complete help for a Matlab toolbox I have developped.
I have seen how to Display custom documentation by making a helptoc.xml file, but I do not understand how you can add the ...
0
votes
0answers
21 views
Tools to create embedded or dynamic help in a new software project
We have a new community source development program which has been under development for approximately 18 months. Our stakeholders are being engaged monthly through an agile development process for the ...
0
votes
0answers
15 views
Alternative to CHM for Windows (Application documentation)
I am writing documentation for an app. It needs to be clean, organized... Separate documents, linked together. Like CHM. I am writing the docs all by hand. No generators.
But CHM is a pain to work ...
1
vote
2answers
98 views
How to convert a Python file docstring's to HTML
Is there a simple way to convert a .py to an HTML by displaying its function api's and docstring's? I read up on Sphinx - but thats for a real big project , I am just trying to find what is the ...
1
vote
2answers
63 views
Documentation in md, pdf and html format
I'm working on an opensource project on Github. I'd created some documents in Github's md format. However I want those documents available in three formats:
PDF: To be downloaded with project
HTML: ...

