BCS wrote:
One major aspect in my changes is that there should be no hardcoded
output: everything can be redefined through macros, though sane
defaults
should be provided. Example:
DDOC_DECLARATION_SEMICOLON=;
DDOC_FUNCTION_VARARGS=...;
DDOC_FUNCTION_COMMA=,;
This seems excessive.


Unless you are setting up a new output format, you will never see them. In that light, it doesn't seem excessive to me.

Adding features because one can isn't good enough. One should only add features if they fill a real need. I don't see a point to things like a macro for a ;.

Reply via email to