|
|
|
|
|
by SavantIdiot
1605 days ago
|
|
I joined a project that used it back in 2014. What I found was that the documentation ended up being about as useful as reading the header files, and less useful once you open the code in an IDE that allows semantic browsing. OTOH, if someone does take the time to document the header files, they blow up in size significantly. I don't like it. Better to just keep documentation up to date and keep the two separate. Comments should be concise, documentation should be more verbose, IMHO. |
|
I personally hate them because of the amount of noisy fluff they bring.