hal/doc/api Doxyfile.in,NONE,1.1 Makefile.am,NONE,1.1

David Zeuthen david at freedesktop.org
Wed Jul 21 16:07:47 PDT 2004


Update of /cvs/hal/hal/doc/api
In directory pdx:/tmp/cvs-serv32156/doc/api

Added Files:
	Doxyfile.in Makefile.am 
Log Message:
2004-07-22  David Zeuthen  <david at fubar.dk>

	Documentation love, part 1. Added the spec to the source tree because
	we want closer sync between code and spec. Also generate doxygen
	docs, but only for libhal.

	* Makefile.am: No longer reference Doxyfile

	* configure.in: Add a new option --enable-docbook-docs

	* doc/Makefile.am: Add spec to SUBDIRS

	* doc/api/Doxyfile.in: New file

	* doc/api/Makefile.am: New file

	* Doxyfile: Removed

	* Doxyfile.in: Removed

	* doc/spec/Makefile.am: New file

	* doc/spec/hal-arch.dia: New file

	* doc/spec/hal-arch.png: New file

	* doc/spec/hal-devices-virtual1.png: New file

	* doc/spec/hal-devices1.png: New file

	* doc/spec/hal-fdi-example1.png: New file

	* doc/spec/hal-sequence-diagram.dia: New file

	* doc/spec/hal-sequence-diagram.png: New file

	* doc/spec/hal-spec.html: New file

	* doc/spec/hal-spec.xml.in: New file

	* doc/spec/hal-volume-to-device.png: New file



--- NEW FILE: Doxyfile.in ---
# Doxyfile 1.3.4

# NOTE THIS FILE IS AUTOGENERATED FROM Doxyfile.in

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
#       TAG = value [value, ...]
# For lists items can also be appended using:
#       TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (" ")

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------

# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
[...1059 lines suppressed...]
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
# generate a legend page explaining the meaning of the various boxes and 
# arrows in the dot generated graphs.

GENERATE_LEGEND        = YES

# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
# remove the intermediate dot files that are used to generate 
# the various graphs.

DOT_CLEANUP            = YES

#---------------------------------------------------------------------------
# Configuration::addtions related to the search engine   
#---------------------------------------------------------------------------

# The SEARCHENGINE tag specifies whether or not a search engine should be 
# used. If set to NO the values of all tags below this one will be ignored.

SEARCHENGINE           = NO

--- NEW FILE: Makefile.am ---

if DOXYGEN_DOCS_ENABLED

EXTRA_DIST = Doxyfile Doxyfile.in

htmldocdir = $(datadir)/doc/hal-$(VERSION)/libhal
htmldoc_DATA = html/*

html/* : Doxyfile
	$(DOXYGEN)

clean-local:
	rm -f *~
	rm -rf html

endif # DOXYGEN_DOCS_ENABLED




More information about the hal-commit mailing list