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:
parent
a239047380
commit
a049a69a1a
@ -211,7 +211,6 @@ extension (const path & p)
|
||||
|
||||
}
|
||||
|
||||
/** Take a (possibly) relative path and make it absolute */
|
||||
path
|
||||
get_absolute_path (const path & p)
|
||||
{
|
||||
|
@ -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 &);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user