Doxyfile-dev_hwpmc revision 230862
191094Sdes# Doxyfile 1.5.2
2115619Sdes
391094Sdes# $FreeBSD: head/tools/kerneldoc/subsys/Doxyfile-dev_hwpmc 230862 2012-02-01 10:59:19Z netchild $
491094Sdes
591094Sdes#---------------------------------------------------------------------------
699158Sdes# Project related configuration options
799158Sdes#---------------------------------------------------------------------------
899158SdesPROJECT_NAME           = "FreeBSD kernel HWPMC device code"
991094SdesOUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_hwpmc/
1091094SdesEXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
1191094Sdes#---------------------------------------------------------------------------
1291094Sdes# configuration options related to the input files
1391094Sdes#---------------------------------------------------------------------------
1491094SdesINPUT                  = $(DOXYGEN_SRC_PATH)/dev/hwpmc/ \
1591094Sdes                         $(NOTREVIEWED)
1691094Sdes
1791094SdesGENERATE_TAGFILE       = dev_hwpmc/dev_hwpmc.tag
1891094Sdes
1991094Sdes@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
2091094Sdes@INCLUDE               = common-Doxyfile
2191094Sdes
2291094Sdes