RE: [Doxygen-users] Can I get rid of imports when documenting COR BA IDL?
Brought to you by:
dimitri
From: Kevin W. <KWi...@vi...> - 2002-01-03 20:18:28
|
>> I'd like to get rid of the ' import "filename.idl"; ' >> statement being placed at the top of each interface. >> There doesn't seem to be a configuration option for >> this - is there anything I can do short of modifying >> the doxygen source? > > You could create a small script (in perl) that processes > your output to remove this. I have some Doxygen input > filters in Perl that I could share. They could easily > be turned into output filters and run as part of a > shell script. Thanks. I was afraid I would have to do something like this. I've already started writing a sed script to remove the stuff I don't want in Doxygen's output. I took a look at the Doxygen (current CVS) source code and it appears that SHOW_INCLUDE_FILES in the config file is supposed to control if "#include" and "import" directives are inserted in the output, however it doesn't work for me with Doxygen 1.2.13. -- Kevin Williams Visionael Corporation kwi...@vi... |