[Doxygen-users] xrefitem lists - how to suppress output, similar to GENERATE_TODOLIST usage?
Brought to you by:
dimitri
From: Monique S. <mon...@ea...> - 2016-01-13 17:31:43
|
Hello, Doxygen users, In Doxygen 1.8.10 (on Win7), is there any way to include/omit a list that’s generated via \xrefitem commands? For the standard \todo list page, the Doxygen configuration setting, GENERATE_TODOLIST, includes/omits the page from the output. And so I’d like something like that for my multiple \xrefitem lists. I do have a workaround. I already have two config files, Doxyfile and Doxyfile_todo, that are identical except for the GENERATE_TODO setting: it’s = NO in Doxyfile, and = YES in Doxyfile_todo. This way I ensure that nobody accidentally includes \todo items in output that’s intended for customers. So since I’m maintaining two separate files anyway, and I’m using the \xrefitem commands in ALIASES, I can have the alias be set to the standard \todo command in Doxyfile, and to the \xrefitem in the Doxyfile_todo. But it’d be nicer if I could create a setting that’s analogous to GENERATE_TODOLIST... Thanks, -Monique |