Changeset 1102 for toilet/trunk/src


Ignore:
Timestamp:
Sep 24, 2006, 12:58:02 AM (17 years ago)
Author:
Sam Hocevar
Message:
  • Added content description to all source files.
Location:
toilet/trunk/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/src/figlet.c

    r1101 r1102  
    1010 *  Public License, Version 2, as published by Sam Hocevar. See
    1111 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     12 */
     13
     14/*
     15 * This file contains functions for handling FIGlet fonts.
    1216 */
    1317
  • toilet/trunk/src/figlet.h

    r1101 r1102  
    1212 */
    1313
     14/*
     15 * This header defines functions for handling FIGlet fonts.
     16 */
    1417extern cucul_canvas_t *render_figlet(uint32_t const *, unsigned int,
    1518                                     char const *);
  • toilet/trunk/src/filters.c

    r1100 r1102  
    1010 *  Public License, Version 2, as published by Sam Hocevar. See
    1111 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     12 */
     13
     14/*
     15 * This file contains post-processing filter functions.
    1216 */
    1317
  • toilet/trunk/src/filters.h

    r1100 r1102  
    1212 */
    1313
     14/*
     15 * This header defines post-processing filter functions.
     16 */
     17
    1418extern void filter_autocrop(cucul_canvas_t *);
    1519extern void filter_metal(cucul_canvas_t *);
  • toilet/trunk/src/main.c

    r1101 r1102  
    1010 *  Public License, Version 2, as published by Sam Hocevar. See
    1111 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     12 */
     13
     14/*
     15 * This is the main program entry point.
    1216 */
    1317
  • toilet/trunk/src/render.c

    r1100 r1102  
    1010 *  Public License, Version 2, as published by Sam Hocevar. See
    1111 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     12 */
     13
     14/*
     15 * This file contains text to canvas rendering functions.
    1216 */
    1317
  • toilet/trunk/src/render.h

    r1100 r1102  
    1212 */
    1313
     14/*
     15 * This header defines text to canvas rendering functions.
     16 */
     17
    1418extern cucul_canvas_t *render_big(uint32_t const *, unsigned int);
    1519extern cucul_canvas_t *render_tiny(uint32_t const *, unsigned int);
Note: See TracChangeset for help on using the changeset viewer.