#########################################################################
#									#
# File ID: lib/misc/TODO.txt						#
# Author: Mark Grant							#
#									#
# Purpose:								#
# Contains project-wide notes on work needing done.			#
#									#
#########################################################################

#########################################################################
#									#
# Changelog								#
#									#
# Date		Author	Version	Description				#
#									#
# 10/12/2017	MG	1.0.1	Created.				#
# 02/01/2018	MG	1.0.2	Move to new source directory structure.	#
#									#
#########################################################################


1 ... Produce Doxygen documentation for lists and sorts
	- Binary search trees
	- Singly linked lists
	- Doubly linked lists

2 ... Error with new gawk version on Fedora 33 & 34
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
https://github.com/soimort/translate-shell/commit/eba74aa15e11592de8d5b42c430b1e3fd81c9b9b

