Documentation is a file or set of files that come with a program which detail the programs operation.
0
votes
1answer
130 views
Use of the Spotify Framework Api
It's probably my fault, but I can not run the classes in the Framework Api of Spotify
I take the user class as an example ...
0
votes
0answers
62 views
cmake conditional verbosity at 'cmake' time (I guess)
Here is my dilemma:
I have just started cmake with relative success. I even got a doc target working which is only set up if doxygen is present on the system.
However, I am in conflict of whether or ...
1
vote
2answers
97 views
What are the best free tools for producing story boards for Android applications? [closed]
I'm making an android app and was wondering what tools people would recommend for producing high quality storyboards for free? The story boards are to show the sequence of screens a user would see ...
-2
votes
1answer
33 views
Required Classes / Objects for a Given Widget [closed]
Often I sit here and don't know, "which attributes do I need for an object like the Cocoa source list from Interface Builder?" Can anyone give me a hint where I find all required options for the ...
0
votes
1answer
44 views
Get docstring from script by Sphinx
I have classical Python package structure:
bin/
my_script
docs/
my_package/
...
and I create docs with Sphinx.
I would like to take docstring from my_script automatically. Is there any way ...
0
votes
0answers
71 views
How can I use tribes, building off of pinax-social-project?
As a sample question about how to use Pinax, I would like to use tribes. I would like to make a separate page from the homepage that lists existing tribes, a page that can be used to request that an ...
0
votes
1answer
35 views
Java/NetBeans: Uploading javadoc to FTP-Server
Does NetBeans support an automatic upload of the newest Documentation, whenever I build my application or run the javadoc?
Do you know a plugin for that?
2
votes
3answers
119 views
escapeshellcmd warning
In the php documentation pages for escapeshellcmd there is a warning:
escapeshellcmd() should be used on the whole command string, and it
still allows the attacker to pass arbitrary number of ...
0
votes
0answers
30 views
GSoap soap_link(…) documentation
The documentation for c++ library GSoap does not provide many details about the soap_link function, in specific linking to an object on the heap. Are there any examples for its use and its inputs?
0
votes
0answers
321 views
google docs viewer
I'm trying embedding the google doc viewer in my ASP.NET Web site.
When user upload a file()they can view the file content in google doc viewer.
for that iam using the code like
Default.aspx
...
1
vote
1answer
52 views
Macro or dynamic placeholder in appledoc
In my iOS project, I added screenshot images to the documentation of some classes.
The documentation is generated with appledoc.
Basically, for the class TheViewController, this would look like this:
...
0
votes
1answer
394 views
WebAPI OData reference documentation?
Where is the documentation for ASP.NET WebAPI OData? I can't find it on MSDN, and GitHub and CodePlex just have code. The ASP.NET "tutorials" site has walkthroughs, but no reference material.
Does it ...
0
votes
1answer
39 views
use custom html writer in sphinx
How can I use a different HTMLTranslator than the one that ships with Sphinx in sphinx.writers.html?
Specifically, I want to modify the method depart_desc_signature. I can't modify Sphinx itself ...
5
votes
4answers
227 views
How to export all the source code from Visual Studio into a text file?
I have a relatively large Visual Studio solution.
I need to export all the source code into a text file. I would also want to include a file name somewhere. How can I do so?
For example if I have ...
0
votes
0answers
29 views
Documentation for a Web App [closed]
What documents should be produced in general for a web app? I am trying ensure that the app has been sufficiently documented at all stages so that another developer could take over if necessary.
So ...
1
vote
1answer
44 views
JSDoc - The “@name” tagged constructor don't document the properties of this
I don't found the good way to document the properties in the constructor function if I use the @name tag for give a name to my class:
/**
* @name ClassName
* @constructor
*/
function noname (){
...
0
votes
0answers
47 views
Does swagger support code examples?
We want to show our users some code examples to explain how to use our API with different languages (PHP, Ruby, JAVA etc.). Is there a possibility to also integrate code examples to swagger?
For ...
2
votes
1answer
74 views
How to write “XML doc” for declaration with multiple variables?
Working on a fairly large C# project which is getting way to manny simmilar variables so lets say i have a piece like this
double
TempAngle = 1,
AngleCountDown = HalfSight,
...
0
votes
0answers
19 views
Tool to generate documentation from soap webservices xsd:documentation
We have most of the documentation in xsd:documentation. Is there a tool which can open the xml file and show the documentation correctly
0
votes
0answers
88 views
Aligning images in doxygen
I am writing a doc file in doxygen, and I included an image by doing
\image html screenshots/enabled.png "caption"
This shows my enabled.png image on the generated documentation. However, I would ...
1
vote
0answers
68 views
Combining Docbook and Doxygen documentation types.
I'm working on new documentation for our software library and I'm wondering how I can combine a general documentation which I think should be written in DocBook together with a Doxygen based API ...
3
votes
1answer
77 views
How to set an input directory for doxygen?
I have a directory in which all source and header files are saved. I would like to run doxygen to generate documentation for these source code. However, I do not want to change anything in this ...
0
votes
1answer
34 views
Javascript Documentation for different API's [closed]
Would you say that the definitive resource containing documentation for many core Javascript API's are found here (https://developer.mozilla.org/en-US/docs)?
Are there other sources of Javascript ...
0
votes
1answer
44 views
Ruby/GSL online documentation for wrong version?
After successfuly installing Ruby/GSL library on my Debian (via *deb), with Ruby 1.9.3, I am having troubles running most of the GSL methods. Specifically, this webpage shows several code samples, but ...
1
vote
0answers
17 views
man page synopsis notation
When reading man pages, in my experience there has always been a synopsis section. e.g.
MV(1) BSD General Commands Manual MV(1)
NAME
mv -- move files
SYNOPSIS
...
0
votes
2answers
58 views
Documenting class instance as a function
When using sphinx autodoc extension to create documentation how can I document a class instance (not the class itself) as if it was a function? Class has a __call__ method defined.
0
votes
1answer
95 views
Where can I find documentation for redis-cli and redis-server?
Eventhough Redis (http://redis.io/) is nicely documented I can't find the most essential component: documentation for the shell commands redis-server and redis-cli. What are their parameters, possible ...
1
vote
2answers
90 views
how does google spread sheets detect cell clicks without changing focus
I'm working on my own web based spread sheet. I have it detecting formula and other cell references. The next step that I'd like to do is...
while I have the function bar active (in focus), if my ...
2
votes
0answers
81 views
sphinx change table of contents html
I'm working on theming my documentation, and I'm trying to get sphinx to add a class to the <ul> elements of the Table of Contents. Unfortunately, it looks like the HTML is generated just the ...
0
votes
0answers
24 views
What software to write a multi-lingual manual?
We are currently in the process of thinking about creating a manual for our application. So far, we have been using the Drupal CMS with it's book and internationalization modules to write the manual ...
2
votes
1answer
152 views
How to install script language documentation locally for Visual Studio 2012
I can only find documentation of VBScript, JScript and the Windows API scripting support (WScript etc.) online. No matter what I install locally, apparently it's not the documentation set that ...
0
votes
1answer
34 views
Where did the Built-In Objects list go?
Just a few days ago, the URL directed to a page that listed the Built-In Open Graph Object types that Facebook supports by default, including example usage of each type:
...
-1
votes
1answer
51 views
Generate document from MATLAB source code
Is there any document generator from MATLAB source code for Red Hat ? Comments are '%' style.
0
votes
1answer
28 views
jira - documentation of searchrequest.xml
My BSc thesis is a JIRA gadget that uses searchrequest.xml strongly. I use this feauture (service?, how is it called?) by observations collected from different pages (e.g. ...
0
votes
1answer
132 views
Whole site compilation of markdown/pandoc?
With Sphinx-doc, you can create a bunch of ReStructureText files, with an index.rst file which includes a table of contents and a conf.py that acts as a compilation config. You can then compile the ...
0
votes
1answer
46 views
checking tool for spelling and javadoc validation
apologies if the question is a duplicate.
Actually I am looking for a automated checking tool to identify:
the missing javadoc,
incomplete javadoc or
missing brief
test and identify spelling or ...
0
votes
1answer
54 views
javascript/YUIDoc - how to document an “object” parameter of a method
I'm trying to write some documentation for a method. it looks like
/**
Returns an instance of className
@method getInstance
@param {string} className the of the class used to create the ...
1
vote
1answer
91 views
Doxygen with Fortran:Stack buffers nested too deeply
As a newbie to Doxygen, I am facing problem creating documentation of my Fortran source code. The code is in Fortran 90 with around 6200 lines, and I am using doxywizard to create configuration file ...
1
vote
3answers
85 views
Is the documentation for EntitySpaces still available anywhere?
EntitySpaces
EntitySpaces is an object-relational mapping tool, whose architecture
can be used when writing an ASP.NET, .NET Framework or .NET Compact
Framework application.
On September ...
0
votes
1answer
49 views
Cheatsheet for Markdown and Restructure syntax comparision?
Is there a cheatsheet that compares the usage of Markdown with Restructure? With this, I could learn rst faster if I already knew Markdown. I tried google for it but haven't found one..
11
votes
2answers
157 views
Annotating Methods in Delphi?
I have a piece of code that needs some serious documenting and wanted to ask whether a feature similar to C#/.NET's In-code XML-Documentation is available for Embarcadero Delphi.
My aim is to display ...
0
votes
0answers
25 views
Can I subdivide the arguments section in an .rd documentation file for an R package?
I am writing an rd file to document my R package. The file describes several functions which share many arguments. However, each of the functions also has some specific arguments which are not part of ...
0
votes
1answer
23 views
Name of file that instantiates a class
Perhaps more of grammatical question than anything else, but when documenting code what phrase would one use to describe a class/object/method/file that creates an object of (i.e. instantiates) ...
0
votes
0answers
20 views
What documentation should I ask before commiting to maintain a software?
I work in a company with a number of departments and from time to time we are asked to give maintenance to software that others have built.
I was asked to list what documentation / artifacts our ...
3
votes
1answer
163 views
Self Documenting APIs built on Django-Tastypie
Im using django-tastypie and I'm very happy with it. But I really want to get the self documenting api feature from Django Rest Framework.
What solutions exist (or have people built) to get this kind ...
0
votes
2answers
39 views
Where are API docs for dojo global require and define functions
At http://dojotoolkit.org/api/ I cannot find the documentation page for either of the dojo global functions require() or define(). I can find the old dojo.require, but that is deprecated and not the ...
3
votes
2answers
211 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
76 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
350 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 ...

