doc a couple files

This commit is contained in:
2025-02-03 17:28:18 -08:00
parent 8dbb226251
commit d11b690708
8 changed files with 52 additions and 55 deletions

View File

@@ -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:

View File

@@ -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