Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Document Packs for software... Pin
Maximilien26-Mar-24 7:42
Maximilien26-Mar-24 7:42 
GeneralRe: Document Packs for software... Pin
Matt Bond26-Mar-24 8:10
Matt Bond26-Mar-24 8:10 
GeneralRe: Document Packs for software... Pin
charlieg26-Mar-24 10:28
charlieg26-Mar-24 10:28 
GeneralRe: Document Packs for software... Pin
Maximilien27-Mar-24 3:35
Maximilien27-Mar-24 3:35 
GeneralRe: Document Packs for software... Pin
RickZeeland25-Mar-24 21:12
mveRickZeeland25-Mar-24 21:12 
GeneralRe: Document Packs for software... Pin
haughtonomous25-Mar-24 22:42
haughtonomous25-Mar-24 22:42 
GeneralRe: Document Packs for software... Pin
RickZeeland25-Mar-24 23:02
mveRickZeeland25-Mar-24 23:02 
GeneralRe: Document Packs for software... Pin
Gary Wheeler26-Mar-24 0:26
Gary Wheeler26-Mar-24 0:26 
We use DoxyPress[^], a ground-up rewrite of doxygen. We switched to it when we discovered doxygen couldn't handle our code base.

They use specially-marked comments in the source code to generate documentation. The comments can use Markdown for formatting. It can generate HTML, HTML Help, LaTex, etc. It's pretty capable. Out of the box it can generate documentation from unmarked code that's useful in and of itself including outlines of the source code, a class index, call and inheritance graphs and so on. It handles C# well, unlike doxygen.

We've begun documenting our current generation product using it. Our automated build process runs DoxyPress against the code, generating source documentation for each build.
Software Zen: delete this;

GeneralRe: Document Packs for software... Pin
charlieg28-Mar-24 6:42
charlieg28-Mar-24 6:42 
GeneralRe: Document Packs for software... Pin
Steve Naidamast26-Mar-24 4:01
professionalSteve Naidamast26-Mar-24 4:01 
GeneralRe: Document Packs for software... Pin
charlieg26-Mar-24 10:59
charlieg26-Mar-24 10:59 
GeneralRe: Document Packs for software... Pin
glennPattonWork326-Mar-24 12:19
professionalglennPattonWork326-Mar-24 12:19 
GeneralI Had Forgotten... PinPopular
#realJSOP25-Mar-24 1:19
mve#realJSOP25-Mar-24 1:19 
GeneralRe: I Had Forgotten... Pin
MarkTJohnson25-Mar-24 3:08
professionalMarkTJohnson25-Mar-24 3:08 
GeneralRe: I Had Forgotten... Pin
obermd25-Mar-24 3:51
obermd25-Mar-24 3:51 
GeneralRe: I Had Forgotten... Pin
MarkTJohnson25-Mar-24 3:53
professionalMarkTJohnson25-Mar-24 3:53 
GeneralRe: I Had Forgotten... Pin
#realJSOP26-Mar-24 3:11
mve#realJSOP26-Mar-24 3:11 
GeneralRe: I Had Forgotten... Pin
kmoorevs25-Mar-24 7:35
kmoorevs25-Mar-24 7:35 
GeneralWordle 1,010 Pin
Shane010324-Mar-24 17:58
Shane010324-Mar-24 17:58 
GeneralRe: Wordle 1,010 Pin
Amarnath S24-Mar-24 18:03
professionalAmarnath S24-Mar-24 18:03 
GeneralRe: Wordle 1,010 Pin
OriginalGriff24-Mar-24 20:33
mveOriginalGriff24-Mar-24 20:33 
GeneralRe: Wordle 1,010 Pin
Sandeep Mewara24-Mar-24 19:30
mveSandeep Mewara24-Mar-24 19:30 
GeneralRe: Wordle 1,010 Pin
ChandraRam24-Mar-24 20:19
ChandraRam24-Mar-24 20:19 
GeneralRe: Wordle 1,010 Pin
OriginalGriff24-Mar-24 20:31
mveOriginalGriff24-Mar-24 20:31 
GeneralRe: Wordle 1,010 - 4 4 me Pin
pkfox24-Mar-24 21:48
professionalpkfox24-Mar-24 21:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.