Re: [Doxygen-develop] New feature request, the '+=' assigment (and Include directive?)
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2004-01-10 20:20:12
|
On Thu, Jan 08, 2004 at 04:52:32PM -0700, Marcelo Matus wrote: [snip] > > What I can't work around is the lack of the += assigment, and therefore, > right now, I have to keep repeated information in several places: each > library .cfg > file and in the global .cfg one, which is ugly and dangerous. Why do you assume the += operation is not supported? It is! and the documentation even says so ;-) See http://www.stack.nl/~dimitri/doxygen/config.html "For options that take a list as their argument, the += operator can be used instead of = to append new values to the list." Regards, Dimitri |