diff th_file.h @ 653:3c9205d52376

Doxygen fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Jan 2020 13:36:15 +0200
parents badca3de39ea
children a6e7a29ecd30
line wrap: on
line diff
--- a/th_file.h	Sat Jan 25 13:18:38 2020 +0200
+++ b/th_file.h	Sat Jan 25 13:36:15 2020 +0200
@@ -1,12 +1,12 @@
 /*
- * File, directory etc helper functions
+ * File, directory, path etc. related helper functions
  * Programmed and designed by Matti 'ccr' Hamalainen
  * (C) Copyright 2016-2020 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
 /// @file
-/// @brief File, path, etc. related helper functions
+/// @brief File, directory, path etc. related helper functions
 #ifndef TH_FILE_H
 #define TH_FILE_H
 
@@ -45,7 +45,7 @@
 } th_stat_data;
 
 
-char *  th_get_home_dir();
+char *  th_get_home_dir(void);
 char *  th_get_config_dir(const char *name);
 
 BOOL    th_stat_path(const char *path, th_stat_data *data);