From fd13aabd193496f8ccd3e5ae1bee28024224174b Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 18 Oct 2008 16:23:26 +0000 Subject: Enabled Xcode docset makefile generation as it is transparent for non xcode users. More precisely this option only adds a new hmtl/Makefile target and will permit to make and install fltk doc to be incorporated to XCode 3, but it is not automatically generated, even on the mac platform; as you still have to run manually make install from the html directory to activate that one. Works Great, FLTK documentation side by side with Apple Documentation in your XCode environment !!! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6457 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 1f624b528..c9dc2b9ba 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -827,7 +827,7 @@ HTML_DYNAMIC_SECTIONS = NO # it at startup. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information. -GENERATE_DOCSET = NO +GENERATE_DOCSET = YES # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple -- cgit v1.2.3