~vlad-lesin/percona-playback/session_init_query

« back to all changes in this revision

Viewing changes to doxygen/Doxyfile

  • Committer: Stewart Smith
  • Date: 2012-07-10 07:50:00 UTC
  • Revision ID: stewart@flamingspork.com-20120710075000-8eglp8elpi8t4rgw
doxygen generation fixup

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# If a relative path is entered, it will be relative to the location
39
39
# where doxygen was started. If left blank the current directory will be used.
40
40
 
41
 
OUTPUT_DIRECTORY       = docs
 
41
OUTPUT_DIRECTORY       = doxygen
42
42
 
43
43
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44
44
# 4096 sub-directories (in 2 levels) under the output directory of each output
568
568
# directories like "/usr/src/myproject". Separate the files or directories
569
569
# with spaces.
570
570
 
571
 
INPUT                  = docs percona_playback
 
571
INPUT                  = doxygen percona_playback
572
572
 
573
573
# This tag can be used to specify the character encoding of the source files
574
574
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
779
779
# each generated HTML page. If it is left blank doxygen will generate a
780
780
# standard header.
781
781
 
782
 
HTML_HEADER            = docs/header.html
 
782
HTML_HEADER            = doxygen/header.html
783
783
 
784
784
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
785
785
# each generated HTML page. If it is left blank doxygen will generate a