Natural Docs … ?
Още не го загрявам това с Natural Docs (http://naturaldocs.org/)… човека не иска да пише тагове за документиране, обаче се скъсва да пише глупости в human-readable формат:
/*
Function: Multiply
Multiplies two integers.
Parameters:
x - The first integer.
y - The second integer.
Returns:
The two integers multiplied together.
See Also:
<Divide>
*/
int Multiply (int x, int y)
{ return x * y; };
Ами, не зацепвам … кое му е по-удбното ?

