From: Kevin Day Date: Thu, 12 Sep 2019 03:37:45 +0000 (-0500) Subject: Cleanup: documentation for f_path X-Git-Tag: 0.5.0~425 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=4e5e7c5e0cd4ca81f11630c204da0436dab900d8;p=fll Cleanup: documentation for f_path --- diff --git a/level_0/f_path/c/path_filesystem.h b/level_0/f_path/c/path_filesystem.h index f174696..c04016b 100644 --- a/level_0/f_path/c/path_filesystem.h +++ b/level_0/f_path/c/path_filesystem.h @@ -16,7 +16,9 @@ extern "C" { #endif -// KFS Filesystem Paths +/** + * KFS Filesystem Paths + */ #ifdef _di_path_kevux_standard_ // disable the FHS default paths #define _di_path_filesystem_hierarchy_standard_ diff --git a/level_0/f_path/c/path_fll.h b/level_0/f_path/c/path_fll.h index 5c115d1..b9c20e8 100644 --- a/level_0/f_path/c/path_fll.h +++ b/level_0/f_path/c/path_fll.h @@ -20,7 +20,11 @@ extern "C" { #endif -// TODO: don't forget to completely restructure the paths layout before 1.0.0 is released +/** + * FLL Paths + * + * @todo don't forget to completely restructure the paths layout before 1.0.0 is released + */ #ifndef _di_fll_paths_ #define f_path_fll_base f_path_system_settings "/fll" // directory #define f_path_fll_settings "settings" // directory