Ignore:
Timestamp:
Jan 7, 2004, 1:45:02 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • libcaca.spec debian/control: + Updated the package descriptions to include cacaball.
  • doc/cacademo.1 doc/Makefile.am: + Use the cacademo manpage as the cacaball manpage.
  • src/: + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from

documenting bizarre stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/caca.h

    r316 r322  
    155155#define CACA_DITHERING_MAX    0x35 /**< Last dithering feature. */
    156156
    157     CACA_UNKNOWN_FEATURE = 0xffff /**< Unknown feature. */
     157    CACA_FEATURE_UNKNOWN = 0xffff /**< Unknown feature. */
    158158};
    159159
     
    161161 * Backwards compatibility macros
    162162 */
    163 #ifndef _DOXYGEN_SKIP_ME
     163#if !defined(_DOXYGEN_SKIP_ME)
    164164#define caca_dithering caca_feature
    165165#define caca_set_dithering caca_set_feature
Note: See TracChangeset for help on using the changeset viewer.