13
0

Move docs for PBD::sys::get_absolute_path into header

git-svn-id: svn://localhost/ardour2/branches/3.0@12861 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:08:09 +00:00
parent a239047380
commit a049a69a1a
2 changed files with 4 additions and 1 deletions

View File

@ -211,7 +211,6 @@ extension (const path & p)
}
/** Take a (possibly) relative path and make it absolute */
path
get_absolute_path (const path & p)
{

View File

@ -188,6 +188,10 @@ std::string basename (const path& p);
*/
std::string extension (const path& p);
/**
* Take a (possibly) relative path and make it absolute
* @return An absolute path
*/
path get_absolute_path (const path &);
/**