[Doxygen-develop] Index item name
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2001-08-08 09:20:59
|
Hi I have a module defined like this: /*! \defgroup a_b a b */ The page itself shows as title "a b" as well as the item in the tree view. But if I generate HTML-help and compile it with Help Workshop, the item in the index is a_b. Is this an error? Shouldn't the index base on the given names instead of the internal identifiers? That wouldn't matter if I could have a space in the group name like: /*! \defgroup "a b" a b */ or something like that, but I know it's not possible now. Second is documentation (A really good one I have to say): The chapter history is kinda out of date (1.2.0 :) Maybe it would be better to remove this section from the pdf and deliver it as single file. Doesn't matter what you decide I just thought I mention it. Thanks. bye Fabi |