comparison th_file.h @ 436:9148bc3fa838

Begin adding Doxygen documentation for some things. Very rudimentary, and most things are not documented yet.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 May 2017 21:00:37 +0300
parents 1b3472ba7b23
children efd33accdc81
comparison
equal deleted inserted replaced
435:468d521240c6 436:9148bc3fa838
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2016-2017 Tecnic Software productions (TNSP) 4 * (C) Copyright 2016-2017 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 /// @file
9 /// @brief File, path, etc. related helper functions
8 #ifndef TH_FILE_H 10 #ifndef TH_FILE_H
9 #define TH_FILE_H 11 #define TH_FILE_H
10 12
11 #ifdef HAVE_CONFIG_H 13 #ifdef HAVE_CONFIG_H
12 #include "config.h" 14 #include "config.h"