[omniORB] omniidl C++ comments 
    Duncan Grisby 
    duncan at grisby.org
       
    Wed Nov  9 11:08:04 GMT 2005
    
    
  
On Saturday 5 November, Ian wrote:
> Is there any way to get idl comments included in the c++ output from
> omniidl. I'm using doxygen to document the rest of the code and it
> would be nice to use it to describe the idl bits too.
No, there's not currently a way to do that. I'm not sure what it could
do, either, since most IDL constructs map to lots of separate C++
constructs. It would be difficult to decide what to attach comments to.
> I've tried the -k and -K switches with little effect.
Those switches just tell the compiler front-end not to throw comments
away. It's up to the back-end to do something with the comments -- the
C++ back-end ignores them.
Cheers,
Duncan.
-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --
    
    
More information about the omniORB-list
mailing list