This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [v3,trunk] Re: example of killer doxygen formatting


[gcc-patches trimmed]

On Thu, Apr 19, 2001 at 05:57:56PM -0700, Benjamin Kosnik wrote:
> 
> I'm all for using dot.
> 
> I got this via private email: check out the generated page via the link 
> below.
> 
> ----
> Actually doxygen produces additional diagrams if you install the GraphViz
> package from AT&T.

I installed graphviz 1.5.1 (the build and installation procedure sucks,
by which I mean it's not automated unless you get AT&T's nmake, and the
defaults are terrible (the default installation directory is "../../..",
bleah)), and turned on "dot" in the doxygen config file.

The results are pretty cool.  The little graphs are nicer looking, and
there's more of them, and the nodes of the graphs are themselves links to
the appropriate pages elsewhere in the tree.  Sweet.

The graphs are color-coded, too, which would be good if 'dot' knew what
the color red was.  Running "make doxygen" produced a ton of these:

    warning: red is not a known color
    Unknown color red; using black

but otherwise went okay.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]