I've already look at this post but I still don't understand how to just keep a certain part of the package hierachy to display the class names (working under Windows)?
Asked
Active
Viewed 230 times
0
-
1Rather than using `sed` try one of the solutions to this question: http://stackoverflow.com/q/127318/623518 – Chris Apr 29 '12 at 11:12
-
Thanks, so I dowloaded UnixUtils, add UnixUtils/usr/local/wbin to my path and in the Doxygen Wizard I wrote the followinf for INPUT_FILTER:sed "s/package eu.mycompany.myproject.\(.*\);/package \1;/". It woks! – Alain BUFERNE Apr 30 '12 at 14:22
-
Great to hear. Perhaps you should add and accept that as an answer, if it has answered your question. – Chris Apr 30 '12 at 14:26
-
It has answered but how can I mak a comment as a correct answer? – Alain BUFERNE May 01 '12 at 15:16
-
You can't. Write you comment as an answer (below), expanding on the comment if necessary, and accept that. – Chris May 01 '12 at 15:27