diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:32:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:32:35 +0200 |
commit | 5cf3e2e1d768e2815831d61faa7560d589929b0d (patch) | |
tree | 7102daf001c94b85d7896ad2235c849182d6c04c | |
parent | c24485df9d89f8ec6808de50e1b45ef9604fbe83 (diff) |
Document path::extension() better
-rw-r--r-- | butl/path | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -343,7 +343,9 @@ namespace butl basic_path base () const; - // Return the extension or NULL if not present. + // Return the extension or NULL if not present. If not NULL, then + // the result points to the character past the dot but it is legal + // to decrement it once to obtain the value with the dot. // const C* extension () const; |