From: Andre Noll Date: Sat, 22 Jan 2011 13:16:41 +0000 (+0100) Subject: Clarify documentation of osl_table_description->dir. X-Git-Tag: v0.1.2~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=d1e0a9cec89222b2845d0ad6336437fb779f00f2 Clarify documentation of osl_table_description->dir. --- diff --git a/osl.h.in b/osl.h.in index d5a7d1d..388664e 100644 --- a/osl.h.in +++ b/osl.h.in @@ -126,7 +126,10 @@ struct osl_column_description { * Describes one osl table. */ struct osl_table_description { - /** The directory which contains all files of this table. */ + /** + * The directory which contains all files of this table. This may be + * either relative to the cwd or an absolute path. + */ const char *dir; /** * The table name. A subdirectory of \a dir called \a name is created