2
votes
2answers
102 views

Wiki/markup in enterprise as documentation [closed]

Why it is less common to use wiki/markup in enterprise as documentation? They use Word document instead. Wiki/markup are in text format, which is version control friendly.
8
votes
4answers
432 views

Where to put code documentation?

I am currently using two systems to write code documentation (am using C++): Documentation about methods and class members are added next to the code, using the Doxygen format. On a server Doxygen ...
9
votes
5answers
1k views

Is wiki really appropriate to store document for software development?

Everybody knows that, well-documented software development leads to success. However, it usually means that not only plain text but also binary content will be involved in the document, such as UML ...
5
votes
11answers
2k views

As a programmer, what would you use a personal Wiki for?

Do any programmers out there keep a personal wiki? Either locally or online. What do you use your wiki for? or what might you use one for? I was thinking of starting a personal wiki as a place to ...
6
votes
8answers
416 views

How to manage your functional documentation?

Our functional / business documentation is spread across Word files on our corporate Intranet. It's difficult to find and update information. There has to be a better way. Any ideas? We had ...
5
votes
5answers
266 views

Whats sort of platform should I host documentation on?

We have a web-based software product that has a growing user-base of around 200+ people. I won't go into details on our current workflow, but it involves word documents and converting to HTML and I ...
4
votes
3answers
594 views

What wiki/document system do you recommend for knowledge-management?

I'm founder of a web-site called Now.in. I wrote all programs by my-self at first. And we are going to run a start-up company. More people will soon get involved. Some know-how/overviews only exist in ...
7
votes
3answers
375 views

using a wiki for requirements

I'm looking into ways of improving requirements management. Currently, we have a Word document published on a Web site. Unfortunately, we cannot (to my knowledge) look at changes from one revision ...