Changeset 76379c for doc/Doxyfile


Ignore:
Timestamp:
May 10, 2011, 12:30:50 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
451f17
Parents:
f6ff493
git-author:
Frederik Heber <heber@…> (05/10/11 11:55:32)
git-committer:
Frederik Heber <heber@…> (05/10/11 12:30:50)
Message:

Doxygen now uses m4/ac_doxygen.m4.

  • fixes to ac_doxygen.m4 necessary as given here, "is not a valid shell variable name": https://issues.apache.org/jira/browse/AMQCPP-191.
  • we again have doc/Makefile.am as otherwise PHONY targets doxygen-doc and doc come into conflict.
  • using .am file for doxygen configuration from doxample (by Oren Ben-Tiki).
File:
1 moved

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    rf6ff493 r76379c  
    2626# by quotes) that should identify the project.
    2727
    28 PROJECT_NAME           = @PACKAGE_NAME@
     28PROJECT_NAME           = $(PROJECT)-$(VERSION)
    2929
    3030# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    3232# if some version control system is used.
    3333
    34 PROJECT_NUMBER         = @PACKAGE_VERSION@
     34PROJECT_NUMBER         =
    3535
    3636# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    3939# where doxygen was started. If left blank the current directory will be used.
    4040
    41 OUTPUT_DIRECTORY       = @top_builddir@/doc
     41OUTPUT_DIRECTORY       = $(DOCDIR)
    4242
    4343# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
     
    585585# with spaces.
    586586
    587 INPUT                  = @top_srcdir@/src
     587INPUT                  = $(SRCDIR)/../src
    588588
    589589# This tag can be used to specify the character encoding of the source files
Note: See TracChangeset for help on using the changeset viewer.