head	1.4;
access;
symbols
	RELENG_7_4_0_RELEASE:1.3.12.1
	RELENG_7_4:1.3.0.12
	RELENG_7_4_BP:1.3
	RELENG_7_3_0_RELEASE:1.3.10.1
	RELENG_7_3:1.3.0.10
	RELENG_7_3_BP:1.3
	RELENG_7_2_0_RELEASE:1.3.8.1
	RELENG_7_2:1.3.0.8
	RELENG_7_2_BP:1.3
	RELENG_7_1_0_RELEASE:1.3.6.1
	RELENG_7_1:1.3.0.6
	RELENG_7_1_BP:1.3
	RELENG_7_0_0_RELEASE:1.3
	RELENG_7_0:1.3.0.4
	RELENG_7_0_BP:1.3
	RELENG_7:1.3.0.2
	RELENG_7_BP:1.3;
locks; strict;
comment	@# @;


1.4
date	2008.05.26.10.40.02;	author bz;	state dead;
branches;
next	1.3;

1.3
date	2006.07.08.12.31.33;	author netchild;	state Exp;
branches
	1.3.2.1
	1.3.6.1
	1.3.8.1
	1.3.10.1
	1.3.12.1;
next	1.2;

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

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

1.3.2.1
date	2012.11.17.08.07.52;	author svnexp;	state Exp;
branches;
next	;

1.3.6.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.3.8.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.3.10.1
date	2010.02.10.00.26.20;	author kensmith;	state Exp;
branches;
next	;

1.3.12.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.3.12.2;

1.3.12.2
date	2012.11.17.08.17.37;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation

Discussed with: rwatson, re
@
text
@# Doxyfile 1.4.1

# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-i4b,v 1.3 2006/07/08 12:31:33 netchild Exp $

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

GENERATE_TAGFILE       = i4b/i4b.tag
TAGFILES               = dev_pci/dev_pci.tag=../../dev_pci/html

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

@


1.3
log
@Forced commit to note repo copy from sys/doc.

Requested by:	trhodes
Repo copy by:	simon
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.3.2.1
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: stable/7/tools/kerneldoc/subsys/Doxyfile-i4b 160171 2006-07-08 12:31:33Z netchild $
@


1.3.12.1
log
@SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)
@
text
@@


1.3.12.2
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: releng/7.4/tools/kerneldoc/subsys/Doxyfile-i4b 160171 2006-07-08 12:31:33Z netchild $
@


1.3.10.1
log
@SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)
@
text
@@


1.3.8.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.3.6.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Add a disclaimer regarding public/internal functions to every subsystem for
now.

Discussed on:			cvs-all
Helped with the wording:	"Ben Kaduk" <minimarmot@@gmail.com>
@
text
@@


1.1
log
@This is the kernel subsystem API documentation generation framework.

It uses doxygen to generate the API documentation. For each subsystem
a very small (about 20 lines with comments) subsystem specific Doxyfile
has to be written (have a look at the README for more). All common doxygen
options are specified in a separate file.

The framework is configured to not only generate the HTML version, but also
a PDF version (the paper size is hardcoded to DIN A4 currently and depending
on the subsystem you have to increase some limits in the latex configuration
of your system, the README tells more about this).

It also allows cross-references between the subsystems (it generates doxygen
tag files).

Currently the docs are generated in OBJDIR, but this may change after
coordination with doc@@. The makefile is prepared to generate/move various
parts of the generated docs to different destinations.

TARGET_ARCH is respected and some env-vars are set for architecture specific
handling of the source (the README tells more).

Subsystems for which docs are generated:
 - cam                  - crypto                - dev_pci
 - dev_sound            - dev_usb               - geom
 - i4b                  - kern                  - libkern
 - linux                - net80211              - netgraph
 - netinet              - netinet6              - netipsec
 - opencrypto           - vm

Requested by:	gnn
@
text
@d14 1
a14 1
INPUT                  = $(DOXYGEN_SRC_PATH)/i4b/
@

