summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:15 +0000
committerTim Mayberry <mojofunk@gmail.com>2012-06-23 05:09:15 +0000
commit01db45859d395b30859a97ce2737b461df65f8e7 (patch)
treed42049dd7c0981f4460d6bd2516eb39d1f4cc255 /libs/ardour/ardour/filesystem_paths.h
parent319d2556d246bbdc26a11eca5ad7403a77aa2537 (diff)
Add doc note about postcondition of ARDOUR::user_config_directory()
git-svn-id: svn://localhost/ardour2/branches/3.0@12889 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index c8b01b79c3..cfeb633597 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -27,6 +27,7 @@ namespace ARDOUR {
/**
* @return the path to the directory used to store user specific ardour
* configuration files.
+ * @post user_config_directory() exists
*/
std::string user_config_directory ();