doc a couple files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* This file contains string definitions for ANSI color sequences
|
||||
* it was written by Nicole O'Connor and is available to all
|
||||
* it was written by Nicole O'Connor and is available to all
|
||||
* under the MIT license.
|
||||
*
|
||||
* Usage:
|
||||
|
@@ -20,6 +20,12 @@ namespace cellar {
|
||||
bottle_labelled,
|
||||
bottle_symlink
|
||||
};
|
||||
|
||||
/**
|
||||
* Bottles are the internal name for WINE prefixes. In addition to standard WINE contents,
|
||||
* bottles contain a configuration file managed by cellar, which labels the bottle as well
|
||||
* as providing configuration settings.
|
||||
*/
|
||||
class Bottle {
|
||||
public:
|
||||
// public members
|
||||
|
Reference in New Issue
Block a user