瀏覽代碼

* Updated documentation a bit

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 年之前
父節點
當前提交
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);


Loading…
取消
儲存