Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl Modified Files: Doxyfile gendoc Log Message: - If you have graphviz installed and pass -graph to gendoc then inheritance diagrams will be generated for each widget. They can be viewed by going to the widget pages in the html docs. =================================================================== RCS file: /cvs/e/e17/libs/ewl/Doxyfile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- Doxyfile 26 May 2006 19:58:00 -0000 1.15 +++ Doxyfile 4 Dec 2006 07:16:38 -0000 1.16 @@ -106,7 +106,7 @@ MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_LINKS = NO -GENERATE_XML = NO +GENERATE_XML = YES XML_SCHEMA = XML_DTD = GENERATE_AUTOGEN_DEF = NO =================================================================== RCS file: /cvs/e/e17/libs/ewl/gendoc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- gendoc 16 Feb 2006 16:06:32 -0000 1.3 +++ gendoc 4 Dec 2006 07:16:38 -0000 1.4 @@ -1,5 +1,10 @@ #!/bin/sh -## DoxyGen Generic Generation Script doxygen + +if [ "$1" = "-graph" ]; +then + perl tools/inherit.pl doc/xml +fi + cp doc/images/hilite.png doc/html ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs