Ignore:
Timestamp:
Dec 23, 2003, 2:27:40 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • src/io.c: + Added caca_wait_event(), a blocking caca_get_event().
  • src/ examples/: + More documentation.
  • doc/doxygen.cfg.in: + doc/doxygen.cfg is now generated by configure, so that we can use

@top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.

+ Create manpages.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/doc/doxygen.cfg.in

    r267 r268  
    44# Project related configuration options
    55#---------------------------------------------------------------------------
    6 PROJECT_NAME           = libcaca
    7 PROJECT_NUMBER         = 0.3
     6PROJECT_NAME           = @PACKAGE@
     7PROJECT_NUMBER         = @VERSION@
    88OUTPUT_DIRECTORY       = .
    99OUTPUT_LANGUAGE        = English
     
    6262# configuration options related to the input files
    6363#---------------------------------------------------------------------------
    64 INPUT                  = ../src
     64INPUT                  = @top_srcdir@/src
    6565FILE_PATTERNS          = *.c \
    6666                         *.h
     
    9696HTML_OUTPUT            = html
    9797HTML_FILE_EXTENSION    = .html
    98 HTML_HEADER            = header.html
    99 HTML_FOOTER            = footer.html
     98HTML_HEADER            = @srcdir@/header.html
     99HTML_FOOTER            = @srcdir@/footer.html
    100100HTML_STYLESHEET        =
    101101HTML_ALIGN_MEMBERS     = YES
     
    140140MAN_OUTPUT             = man
    141141MAN_EXTENSION          = .3caca
    142 MAN_LINKS              = NO
     142MAN_LINKS              = YES
    143143#---------------------------------------------------------------------------
    144144# configuration options related to the XML output
Note: See TracChangeset for help on using the changeset viewer.