head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.53.40;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.01.10.59.19;	author netchild;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.23.11.37.40;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@# Doxyfile 1.5.2

# $FreeBSD: head/tools/kerneldoc/subsys/Doxyfile-dev_msk 230862 2012-02-01 10:59:19Z netchild $

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = "FreeBSD kernel MSK device code"
OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_msk/
EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = $(DOXYGEN_SRC_PATH)/dev/msk/ \
                         $(NOTREVIEWED)

GENERATE_TAGFILE       = dev_msk/dev_msk.tag

@@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
@@INCLUDE               = common-Doxyfile

@


1.2
log
@SVN rev 230862 on 2012-02-01 10:59:19Z by netchild

- remove non-existent input directories from the configs
- add the target-arch to the project name where applicable (arch dependend code)
- fix comment for __FreeBSD__ [1]

Noticed by:	bz	[1]
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.1
log
@SVN rev 230479 on 2012-01-23 11:37:40Z by netchild

Mechanically add a config for all missing drivers.

No cross-referencing was added to the configs, so no
automatic linking to the documentation of other subsystems.

Drivers which already contain doxygen markup:
agp ath bktr bxe cxgb cxgbe dpt drm e1000 iir
ixgbe mwl nxge ofw pccard siba wpi xen
@
text
@a14 1
                         $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/msk/ \
@

