diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:24:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:24:10 +0100 |
commit | 69baf85d6d764903f086d8baa02fd1aabee0ad99 (patch) | |
tree | 3e32991dd8d923ebedbc08170c63f9152d8d2598 /doc/info/chap/overview.texinfo | |
parent | Add libcolour_marshal and libcolour_unmarshal (diff) | |
download | libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.gz libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.bz2 libcolour-69baf85d6d764903f086d8baa02fd1aabee0ad99.tar.xz |
start on info manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r-- | doc/info/chap/overview.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo new file mode 100644 index 0000000..45a3e7f --- /dev/null +++ b/doc/info/chap/overview.texinfo @@ -0,0 +1,7 @@ +@node Overview +@chapter Overview + +@command{libcolour} is colour space C library. +@command{libcolour} is used by including +the header @file{<libcolour.h>} and by linking +with @option{-lcolour}. |