comparison doc/src/api/module/Irccd.File/Irccd.File.basename.md @ 607:bb9771fb5f44

Docs: rework documentation - Change directories, - Remove handwritten manual pages.
author David Demelier <markand@malikania.fr>
date Fri, 08 Dec 2017 20:11:22 +0100
parents doc/html/api/module/Irccd.File/Irccd.File.basename.md@48676ca7071c
children ebdc614db066
comparison
equal deleted inserted replaced
606:4f5f306d13ac 607:bb9771fb5f44
1 ---
2 function: basename
3 js: true
4 summary: "Return the file basename as specified in `basename(3)` C function."
5 synopsis: "base = Irccd.File.basename(path)"
6 arguments:
7 - "**path**: the path to the file."
8 returns: "The base name."
9 ---