I have several C++ header files with Doxygen comments which I would like to hide on printing. If I choose "Edit->Advanced->Toggle Fold All", I can selectively unfold the desired function declarations, leaving the Doxygen stuff folded and hidden. This is how I would like to print the file, too. However, when I try to print, either to PDF or to paper, all comment sections (Doxygen or otherwise) are expanded.
Suggestion: Add an option to print the current file reflecting the current view with folded and/or unfolded sections as set by the user.