comparison Doxyfile.in @ 20912:f34539eb7a61

Add some xsl magic to generate a .devhelp index from doxygen's XML output, allowing the documentation to be viewed in Devhelp. It's not perfect --- there are some broken links and the transformation is a bit fragile --- but works well enough to be useful.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 13 Oct 2007 15:44:43 +0000
parents 73bb2ab128a4
children 309eb010efd1
comparison
equal deleted inserted replaced
20910:54d232b52607 20912:f34539eb7a61
856 # generate an XML file that captures the structure of 856 # generate an XML file that captures the structure of
857 # the code including all documentation. Note that this 857 # the code including all documentation. Note that this
858 # feature is still experimental and incomplete at the 858 # feature is still experimental and incomplete at the
859 # moment. 859 # moment.
860 860
861 GENERATE_XML = NO 861 GENERATE_XML = YES
862 862
863 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 863 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
864 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 864 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
865 # put in front of it. If left blank `xml' will be used as the default path. 865 # put in front of it. If left blank `xml' will be used as the default path.
866 866