Просмотр исходного кода

* Updated documentation a bit

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 лет назад
Родитель
Сommit
32037db492
2 измененных файлов: 4 добавлений и 2 удалений
  1. +3
    -2
      caca/caca.h
  2. +1
    -0
      cucul/cucul.h

+ 3
- 2
caca/caca.h Просмотреть файл

@@ -30,7 +30,8 @@
* using the conio library, and on Windows systems using either slang or
* ncurses (through Cygwin emulation) or conio. There is also a native X11
* driver, and an OpenGL driver (through freeglut) that does not require a
* text terminal.
* text terminal. For machines without a screen, and with a valid tcp stack,
* the network driver (BSD sockets) should perfectly fit your needs.
*
* \e libcaca is free software, released under the Do What The Fuck You
* Want To Public License. This ensures that no one, not even the \e libcaca
@@ -59,7 +60,7 @@
* - \c slang uses the S-Lang library.
* - \c x11 uses the native X11 driver.
* - \c gl uses freeglut and opengl libraries.
* - \c null uses nothing at all, and will display nothing as well.
* - \c network uses BSD sockets calls.
*
* \li \b CUCUL_BACKGROUND: set the background type.
* - \c solid uses solid coloured backgrounds for all characters. This


+ 1
- 0
cucul/cucul.h Просмотреть файл

@@ -201,6 +201,7 @@ void cucul_free_bitmap(cucul_t *, struct cucul_bitmap *);
/** \defgroup exporter Exporters to various formats
*
* These functions exports current image to various text formats
* Returned buffer will be freed() each you'll call the exporter function.
*
* @{ */
char* cucul_get_html(cucul_t *, int *size);


Загрузка…
Отмена
Сохранить