Duncan Gibson wrote:

>> Side note: This seems to be the case since the tree view has been
>> activated, now our index.dox becomes main.html. To be consistent,
>> wouldn't it be useful to rename index.dox to main.dox?
> 
> Bummer! I discounted this before I did the Index changes above because
> I thought it would take too much effort to track down all of the
> links in the different Makefiles, Doxyfile, Doxybook, etc. but of
> course now that I've updated all of the navigation bars, there are
> even more places that need to be updated. [Note to self: engage brain!]

?

(1) svn mv index.dox main.dox

(2) change references in Doxy* and Makefile:

$ grep index.dox *
Doxybook:INPUT                  = src/index.dox \
Doxyfile:INPUT                  = src/index.dox \
Makefile:                        $(SRC_DOCDIR)/index.dox \

(3) generate docs -> should generate main.html (does it really ?)

Done ;-)

I hope, at least. But I'm not sure at all.

(4) svn ci ...

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to