Re: [Doxygen-users] Treeview generation fails
Brought to you by:
dimitri
|
From: Dimitri V. H. <do...@gm...> - 2008-11-23 13:58:13
|
Hi Roland, The option GENERATE_TREEVIEW used to be a boolean with values YES and NO (so these will work for all version of doxygen). In recent version this has been changed to en enum with values NONE, FRAME, HIERARCHIES, and ALL (and YES=ALL and NO=NONE for compatibility). In retrospect this change was a bad idea, and is probably the reason for the problems you experienced. So if GENERATE_TREEVIEW=ALL is not working for you, it could be that you are (accidentally) running an old version of doxygen. Regards, Dimitri On 20 nov 2008, at 13:39, Roland Plüss wrote: > I messed now around a bit with it. I could get it working with putting > it to YES. No idea why it didn't work for some time in between. I then > emerged the latest ( masked ) doxygen. This one seems to understand > now > ALL or FRAME. Looks now like it's working. I have though no idea why > it > didn't work since I had not changed anything on the config file > between > the not-working and working situation. > > Dimitri Van Heesch wrote: >> Hi Roland, >> >> The tree view feature hasn't been removed or changed, so I'm pretty >> sure it is a >> configuration issue on your side (is there a GENERATE_TREEVIEW = NO >> at >> later point in the config file >> overriding the previous setting for instance?). >> >> Can you start with a simple example and a freshly generated Doxyfile >> (doxygen -g) with only >> GENERATE_TREEVIEW set to YES, to see if that works as expected? >> >> Regards, >> Dimitri >> >> On 19 nov 2008, at 19:50, Roland Plüss wrote: >> >>> Now it happened also with the old documentation... all borked now... >>> now side view. My users go mad at me if those are missing. How can I >>> get them back? I'm totally at a loss here *sad* >>> >>> Carter-Hitchin, David (MLCE) wrote: >>>> >>>> Hi Roland, >>>> >>>> I use the Doxywizard GUI to edit my config file and it produced >>>> this >>>> when I enabled treeview: >>>> >>>> GENERATE_TREEVIEW = YES >>>> >>>> HTH, >>>> David. >>>> >>>> -----Original Message----- >>>> From: Roland Plüss [mailto:ro...@rp...] >>>> Sent: 11 November 2008 23:26 >>>> To: dox...@li... >>>> Subject: [Doxygen-users] Treeview generation fails >>>> >>>> >>>> * PGP Signed by an unknown key: 11/11/2008 at 06:25:52 PM >>>> I'm trying to get a doc done for a small project. I used it >>>> already for >>>> a larger one with an older doxygen version. There I could >>>> generate a >>>> HTML doc which had a side bar on the left with all classes in a >>>> tree >>>> structure. This is very handy but for some reason I am no more >>>> able to >>>> get such a tree view out of doxygen. I tried everything but it just >>>> fails. >>>> >>>> doxygen version: 1.5.4 >>>> >>>> part of the problematic file. >>>> >>>> #--------------------------------------------------------------------------- >>>> >>>> >>>>>>> # configuration options related to the HTML output >>>>>>> >>>>>>> >>>> #--------------------------------------------------------------------------- >>>> >>>> >>>>>>> GENERATE_HTML = YES >>>>>>> HTML_OUTPUT = html >>>>>>> HTML_FILE_EXTENSION = .html >>>>>>> HTML_HEADER = >>>>>>> HTML_FOOTER = >>>>>>> HTML_STYLESHEET = >>>>>>> HTML_ALIGN_MEMBERS = YES >>>>>>> GENERATE_HTMLHELP = NO >>>>>>> GENERATE_DOCSET = NO >>>>>>> DOCSET_FEEDNAME = "Doxygen generated docs" >>>>>>> DOCSET_BUNDLE_ID = org.doxygen.Project >>>>>>> HTML_DYNAMIC_SECTIONS = YES >>>>>>> CHM_FILE = >>>>>>> HHC_LOCATION = >>>>>>> QTHELP_FILE = >>>>>>> QTHELP_CONFIG = >>>>>>> DOXYGEN2QTHELP_LOC = >>>>>>> GENERATE_CHI = NO >>>>>>> CHM_INDEX_ENCODING = >>>>>>> BINARY_TOC = NO >>>>>>> TOC_EXPAND = NO >>>>>>> DISABLE_INDEX = NO >>>>>>> ENUM_VALUES_PER_LINE = 4 >>>>>>> GENERATE_TREEVIEW = ALL >>>>>>> TREEVIEW_WIDTH = 250 >>>>>>> FORMULA_FONTSIZE = 10 >>>>>>> >>>> GENERATE_TREEVIEW I set already to all possible values and nothing >>>> happens. To my understanding putting ALL or FRAME should generate >>>> the >>>> treeview but nothing happens. Openind index.html from the generated >>>> docs >>>> only shows the conventional view without any side panel. Any >>>> ideas what >>>> goes wrong? >>>> >>>> * Unknown Key >>>> * 0x2B1159FA (L) >>>> -------------------------------------------------------- >>>> >>>> This message w/attachments (message) may be privileged, >>>> confidential >>>> or proprietary, and if you are not an intended recipient, please >>>> notify the sender, do not use or share it and delete it. Unless >>>> specifically indicated, this message is not an offer to sell or a >>>> solicitation of any investment products or other financial product >>>> or service, an official confirmation of any transaction, or an >>>> official statement of Merrill Lynch. Subject to applicable law, >>>> Merrill Lynch may monitor, review and retain e-communications (EC) >>>> traveling through its networks/systems. The laws of the country of >>>> each sender/recipient may impact the handling of EC, and EC may be >>>> archived, supervised and produced in countries other than the >>>> country in which you are located. This message cannot be guaranteed >>>> to be secure or error-free. This message is subject to terms >>>> available at the following link: http://www.ml.com/e-commu >>>> nications_terms/. By messaging with Merrill Lynch you consent to >>>> the >>>> foregoing. >>>> -------------------------------------------------------- >>>> >>> >>> ------------------------------------------------------------------------- >>> >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win >>> great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in >>> the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ >>> >>> Doxygen-users mailing list >>> Dox...@li... >>> https://lists.sourceforge.net/lists/listinfo/doxygen-users >> > > -- > Yours sincerely > Plüss Roland > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |