Documentation is a file or set of files that come with a program which detail the programs operation.
0
votes
0answers
27 views
Project documentation tools and knowledge sharing [closed]
What is the best tool for publishing various technical and non-technical information about software projects?
In our company we use java with maven as build tool and we're looking into how to ...
2
votes
1answer
36 views
How to make rdoc link to a method with equal sign
In one file I have
module Adapter
##
# :method: avatar
##
# :method: avatar=(value)
end
In another file I want to have links to these methods:
# Adapter#avatar # this generates a ...
6
votes
1answer
119 views
roxygen two functions in one .Rd file
Short version: Can I emulate the documentation of Normal in package stats using roxygen?
Long version:
I'm working on a package and was trying make the documentation more readable by having a number ...
1
vote
2answers
61 views
What does _.debounce do?
A project I've been working on uses _.debounce().
The Underscore JS documentation for debounce reads as follows:
debounce _.debounce(function, wait, [immediate])
Creates and returns a new ...
0
votes
1answer
34 views
HOw to Link to a specific section in a external Doxygen html file?
Lets say i have a section in a doxygen page "page_Examples" called \section_Example. Is it possible to link directaly to that section?
Linking to the page is done like \link page_Examples Examples ...
0
votes
0answers
53 views
How to document Django urls with Sphinx
I'm generating a new django project, with several apps. The main goal for this project is to create a REST API. Right now, I've sphinx working, creating documentation of all my project with
...
0
votes
1answer
42 views
Editing Timestamp Script in Google Docs
I am having trouble with a script I'm trying to edit via the script gallery. I altered last updated script to have the time displayed in the active cell but the problem is I am unable to delete the ...
0
votes
2answers
36 views
Rails RESTfull API Documentation
im searching for a Documentation Framework that supports the following features:
Generated from Code Comments
Searchable
Styling customizable
NTH: Linked references (If i reference a class somewhere ...
12
votes
2answers
112 views
How to document exceptions of async methods?
A sample method with XML documentation:
// summary and param tags are here when you're not looking.
/// <exception cref="ArgumentNullException>
/// <paramref name="text" /> is null.
...
0
votes
1answer
15 views
what is the description for ID
I am writing database table's description, in that table i have ID column which is primary key, what is the description for that ID please? I need standard description.
should I say it is primary ...
0
votes
0answers
34 views
usecase how to extend not all the main flow events
I have a use case Main usecasewhich has in its main flow 4 steps:
First Step.
Second Step.
Third Step.
Fourth Step.
Now I have another use case second usecase which extends the main use. the ...
0
votes
1answer
34 views
Any way to generate multiple different pdfs from single sphinx configuration
I have a nice sphinx documentation concerning a projects, and I would like to extend it to generate documents such as specs, and other. I would like to have spec-for-foo.rst that generates ...
0
votes
1answer
64 views
Is there any tools to create a document for android project?
I have created one android project,i would like to upload my project on market.But before that i need to create a document for my project right?
Can any one tell me is there any tools to create a ...
0
votes
3answers
48 views
Find what I need the the Java Documentation
I've looked for half an afternoon for something similar to the MSDN for Java. The closest I've found is: http://docs.oracle.com/javase/7/docs/api/index.html. It is a very helpful place, and I've ...
3
votes
2answers
113 views
Is there an alternate documentation source for Go?
I have been learning Go for a few months. I am having reading difficulty with the Go reference documentation and the Effective Go page.
It's a two-part problem.
I find the formatting/style/look of ...
0
votes
0answers
43 views
Dreamweaver / Filezilla / other FTP Client - summary of connections and edited files
is it somehow possible to get a summary of connections and edited files? Currently im using Dreamweaver and Filezilla, but i havent found a possibility to solve this.
Perfect would be something like :
...
0
votes
0answers
27 views
yuidoc - how to define a class method in an other file
I'm writing documentation with yuidoc. However, I have a class Model, which has one of its methods defined elsewhere. Here is some code to visualize the situation.
Assume I have a file model.js:
/**
...
0
votes
0answers
51 views
python error to consult modules
I am having a problem listing modules in python 2.7.3
I don't know if the error is because some library is not installed, or some are badly installed.
The compiz is reloaded in the process, and here ...
8
votes
3answers
121 views
What is a good way to document sub/pub?
Currently I'm playing around with Backbone/Marionette (though question is more general), and I have a lot of code that "sending messages" all over the application. Just as an example, something like ...
0
votes
2answers
26 views
Develop a User Guide help that can be opened from the Windows Application
I've almost completed a Windows Application (Windows Forms) project for a client, but one of his requests is to have the typical "?" menu item that opens an help file with a User Guide help.
I know ...
1
vote
0answers
51 views
Qt Assistant ignoring CSS font stack
I've been experiencing a very strange bug with QT Assistant: It correctly implements most of of my documentation's style sheet but it gets the paragraph font wrong each and every time.
My style ...
0
votes
1answer
203 views
Official Documentation and Database Properties Window in Visio 2013
Where is the Database Properties window in Visio 2013? I see nowhere to set properties for an entity (keys and attributes). There's no official documentation from Microsoft that I can find.
0
votes
1answer
17 views
Authoring plugins jQuery documentation
I'm toying around a bit with authoring plugins so I turned to the jQuery documentation where it was talking about not cluttering the $.fn object and how no single plugin should ever claim more than on ...
1
vote
1answer
35 views
How to convert .Net comments in RST format into HTML?
In Linux there're many tools to read and convert the comments in code into a HTML/PDF document. I am now working on a .Net project, and I am wondering if we have similar tools to convert the comments ...
1
vote
1answer
126 views
How to comment a JS module pattern class using JSDoc3?
That's the way I actually do this but the private methods and propertys are not visable after I generate the Documentation.
have I done something wrong?
Incidentally, everything else works fine. I ...
0
votes
1answer
27 views
is there any way to jump to a specified function name using help() command in python
I always use help(object) command in python and I would like to know is there any way I can skip most of the text and kinda jump to the function that I want. For example:
>>> import boto
...
0
votes
2answers
68 views
How is the help for Play Framework implemented?
I am a huge fan of the web-help used by the Play Framework. Here's why:
Very easy to get docs for any version from the same place (all the way back to 1.0)
All the docs have the same style (1.0 ...
2
votes
1answer
55 views
What is the best way to use: @package, @subpackage and @category
I'm reading over phpdoc.org and don't quite understand the best time to use @package, @subpackage and @category. Ironically, the documentation / examples are not as helpful. Is it just me?
If it ...
2
votes
1answer
61 views
Pydoc equivalent for Common Lisp
I've been programming in common lisp for a while now, and I like how there's so much handy documentation on the language online; the problem is that I'm often offline and can't access it when I need ...
0
votes
0answers
10 views
Any (better) documentation for Prestashop? [duplicate]
I'm trying to build a module and the official one is... not very complete, to be polite!
Do you know/own any alternative?
Thanks!
1
vote
3answers
124 views
What happened to the Google Contacts API documentation?
Sometime in the last two weeks, the documentation for the Google Contacts API has gone offline. It used to be at https://developers.google.com/google-apps/contacts/v3/.
The ContactsAPI does not show ...
4
votes
1answer
142 views
Flowchart existing C Code
I have inherited some old Arm 7 C code that I need to maintain and enhance. Rather that hand walk through all the lines of code, I was hoping that I could use a tool to reverse engineer it and ...
0
votes
1answer
49 views
Generate DITA xml from docstring
I'm need to document my project using DITA and I'm wondering if I can use python's docstring conventions and reStructuredText to create DITA's XMLs.
Any pointers?
1
vote
0answers
19 views
understanding print option in rrdtool
Instead of creating a graph, I need to simply output a number that is the average, max or min of some date range supplied. I have had good success with the following code:
rrdtool graph a.png ...
0
votes
1answer
21 views
Apple Documentation diagramming convention
I am reading Apple's Documentation and API reference. Where can I read the diagramming conventions used to draw the object diagrams in the documentation? Example of a diagram:
1
vote
2answers
51 views
Best way to edit/manage/create static HTML documentations to ship to clients?
I've been trying to get my head around this whole issue for a while now. I want to provide clients who buy my products (HTML templates and Orchard themes) with top notch documentation, bundled with ...
0
votes
1answer
15 views
DocBlocks: Difference between @uses and @see
Fairly straightforward question - when writing docblocks, how should I determine whether I should be saying a structural element @uses another, and when should it tell people to @see the other ...
0
votes
1answer
52 views
What's the best practice to deploy localized documents in Android app?
I would like to deploy multilingual documents in my Android app directly inside my apk in order to access them offline.
Documents placed in the raw directory can do that but I can't keep any folder ...
3
votes
1answer
90 views
How to document magic (_call and _callStatic) methods for IDEs
After many happy years coding in notepad++ and sublime, I've been advised to give a PHP IDE a go. I'm trying out phpStorm and it seems nice. The code completion and documentation is a great feature ...
1
vote
2answers
58 views
What is the latest documentation tool?
We currently use YODL(Your Own Document Language) http://yodl.sourceforge.net/
for the generating the documentation of our software in the formats of pdf, html, code and images as well.
What is the ...
0
votes
2answers
106 views
Programmatically get Summary comments at runtime
I'm looking for a way to programmatically get the summary portion of Xml-comments of a method in ASP.net.
I have looked at the previous related posts and they do not supply a way of doing so in a web ...
0
votes
1answer
128 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
61 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
95 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
69 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
33 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
111 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
28 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?



