Most voted "documentation" questions
Documentation is a file or set of files that come with a program that details how programs work.
Learn more…60 questions
Sort by count of
-
0
votes1
answer51
viewsHow to get Windows 7 DLL documentation?
Where I get complete documentation of how to use the Windows 7 DLL functions/procedures?
-
0
votes2
answers896
viewsSoftware to create documentation without using source code
I’m developing an API, very big, and I want to create the documentation, but most of the programs I found just take the documentation from the comments of the code-source, what I really want to do…
-
0
votes1
answer49
viewsIs there any standard for documentation of the architecture of an android application?
I am developing an application and only now, at the end of the development, a person was assigned to help me and asked me to do a detail of the architecture to facilitate the understanding of this…
-
0
votes1
answer139
viewsHierarchy of templates - Wordpress
I would like to know simply, easily understood, if someone can explain about the hierarchy of WP templates. I’ve seen a lot about it, including the image of the documentation, but for some…
-
0
votes0
answers175
viewsSay more with less in the UML class diagram
I’m having a question on how to draw up a diagram for this scenario: Application in Laravel MVC Too much code equal in the view and controller layers wanted to omit this Work of the facul I wondered…
-
0
votes0
answers38
viewsError socket.io Node.js api changenow
I am developing a exchange system and need to receive in real time the status of transactions and exchange information, following the documentation changenow. but I always get the following error:…
-
0
votes1
answer420
viewsHow is the documentation of a code in Kotlin done? Javadoc, Kdoc and Dokka what exactly are each one?
Guys, I’m researching documentation at Kotlin. Effectively how to carry out the documentation of a particular app, I noticed that it is spoken in Kdoc, but only find Javadoc in version 3.0 of…
-
0
votes1
answer25
viewsDisable automatic web api c#
Hello, I’m developing an Api in c#. There is a documentation that it generates automatically as per image below, only when I go up the API in production I would like to disable this documentation,…
-
0
votes1
answer120
viewsOpen API 3.0 Swagger Hub
Good afternoon, I’m experiencing 2 Query strings in paths are not allowed errors in Swagger. Does anyone know any way to solve ? openapi: 3.0.0 servers: - url:…
-
-2
votes5
answers9733
viewsplaying mp3 files in Python
I was doing Video Course exercises on Python and I stagnated on Challenge 21, whose goal is to make a program that touches an mp3 file. However, I have tried as shown in the video and it did not…