Click here to Skip to main content
15,893,904 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: CCC 2021-07-07 solution Pin
jsc427-Jul-21 6:06
professionaljsc427-Jul-21 6:06 
GeneralRe: CCC 2021-07-07 solution Pin
Greg Utas7-Jul-21 6:14
professionalGreg Utas7-Jul-21 6:14 
RantDoxygen is not documentation Pin
den2k887-Jul-21 1:31
professionalden2k887-Jul-21 1:31 
GeneralRe: Doxygen is not documentation Pin
OriginalGriff7-Jul-21 1:33
mveOriginalGriff7-Jul-21 1:33 
GeneralRe: Doxygen is not documentation Pin
CPallini7-Jul-21 1:38
mveCPallini7-Jul-21 1:38 
GeneralRe: Doxygen is not documentation Pin
Greg Utas7-Jul-21 1:39
professionalGreg Utas7-Jul-21 1:39 
GeneralRe: Doxygen is not documentation PinPopular
honey the codewitch7-Jul-21 2:35
mvahoney the codewitch7-Jul-21 2:35 
GeneralRe: Doxygen is not documentation Pin
den2k887-Jul-21 3:34
professionalden2k887-Jul-21 3:34 
I don't mind headers, as long as they are sensible - I use spacing comments a lot and a small header works just fine. i.e. something like this is fine for me (about the max size I can tolerate for a header)
C++
/**
 * Function: connectionIsValid
 * Description: returns TRUE if the address of the client is acceptable
 * Arguments: 
 *              connectedClient: pointer to the sockaddr returned by accept()
 *              structLen:       lenght of sockaddr returned by accept()
 * Return:
 *              duo_bool_t TRUE if connection is accepted, FALSE if not.
 */

They are just an embellishment of a comment though, documentation is another thing entirely.
GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: Doxygen is not documentation Pin
honey the codewitch7-Jul-21 3:35
mvahoney the codewitch7-Jul-21 3:35 
GeneralRe: Doxygen is not documentation Pin
jschell7-Jul-21 7:38
jschell7-Jul-21 7:38 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch7-Jul-21 7:46
mvahoney the codewitch7-Jul-21 7:46 
GeneralRe: Doxygen is not documentation Pin
Stefan_Lang10-Jul-21 22:38
Stefan_Lang10-Jul-21 22:38 
GeneralThis will get you... Pin
etkid848-Jul-21 3:53
etkid848-Jul-21 3:53 
GeneralRe: Doxygen is not documentation Pin
BernardIE53178-Jul-21 5:15
BernardIE53178-Jul-21 5:15 
GeneralRe: Doxygen is not documentation PinPopular
#realJSOP7-Jul-21 9:09
mve#realJSOP7-Jul-21 9:09 
Generalre: "We don't use Doxygen Pin
etkid848-Jul-21 3:55
etkid848-Jul-21 3:55 
GeneralRe: re: "We don't use Doxygen Pin
#realJSOP8-Jul-21 23:09
mve#realJSOP8-Jul-21 23:09 
GeneralRe: Doxygen is not documentation Pin
dandy728-Jul-21 4:22
dandy728-Jul-21 4:22 
GeneralRe: Doxygen is not documentation Pin
Marc Clifton7-Jul-21 3:22
mvaMarc Clifton7-Jul-21 3:22 
GeneralRe: Doxygen is not documentation Pin
hpcoder211-Jul-21 0:00
hpcoder211-Jul-21 0:00 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch11-Jul-21 2:34
mvahoney the codewitch11-Jul-21 2:34 
GeneralRe: Doxygen is not documentation Pin
Gary R. Wheeler7-Jul-21 12:36
Gary R. Wheeler7-Jul-21 12:36 
GeneralRe: Doxygen is not documentation Pin
RickZeeland7-Jul-21 1:44
mveRickZeeland7-Jul-21 1:44 
GeneralRe: Doxygen is not documentation Pin
honey the codewitch7-Jul-21 2:34
mvahoney the codewitch7-Jul-21 2:34 
GeneralRe: Doxygen is not documentation Pin
jsc427-Jul-21 3:28
professionaljsc427-Jul-21 3:28 

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.