Mega-commit to document the API with doxygen.
Some changes were made to the API when making the documentation: - A few exported functions are now hidden, because they were only used internally in the library. - A few exported symbols were renamed to document them better than previously. - Cosmetic changes all along the way, as well as some fixes here and there. --HG-- extra : convert_revision : xtraeme%40gmail.com-20100121021019-onbsivlrhdb7t3ou
This commit is contained in:
10
lib/mkpath.c
10
lib/mkpath.c
@@ -37,11 +37,13 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <xbps_api.h>
|
||||
/*
|
||||
* mkpath -- create directories.
|
||||
* path - path
|
||||
* mode - file mode of terminal directory
|
||||
|
||||
/**
|
||||
* @file lib/mkpath.c
|
||||
* @brief Generic directory creation routines
|
||||
* @defgroup dircreate Generic directory creation functions
|
||||
*/
|
||||
|
||||
int
|
||||
xbps_mkpath(char *path, mode_t mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user