[Doxygen-users] Re: Documenting enums of an IDL file
Brought to you by:
dimitri
From: Don M. <dmc...@in...> - 2002-02-21 00:08:45
|
>I have tried Doxygen 1.2.6 on my IDL file, but it didn't work. >Therefore I cannot yet blame this on a problem in the recent >version. It must be because I'm doing something wrong. I don't >think it's my enum definition itself, because simply moving my >enums into an interface definition makes Doxygen recognize them. > >Perhaps it is generated but I don't see it? I have followed every >HTML link, but I never found it. A "Something.idl File Reference" >link? I don't see this in my generated documentation. If you're using standard HTML output, on the index across the top, click on File List. On that page, you should see the name of your IDL file, for example I'll call it "Something.idl". Click on that link, and you will see a page titled "Something.idl File Reference". This page should list all your interfaces, then all your enumerations. Don |