Addition of dependencies to the makefile

New make target of "make depend"
Addition of doxygen building ability
Cleanup of docygen comment blocks
Initial telnetd protocol module structure
This commit is contained in:
Mark Riddoch
2013-06-17 14:03:05 +02:00
parent 876af46cdd
commit 1300c5d089
31 changed files with 2284 additions and 147 deletions

View File

@ -17,7 +17,10 @@
*
*/
/*
/**
* @file utils.c - General utility functions
*
* @verbatim
* Revision History
*
* Date Who Description
@ -27,6 +30,7 @@
* 13-06-2013 Massimiliano Pinto Gateway local authentication
* basics
*
* @endverbatim
*/
@ -111,7 +115,7 @@ int gw_read_backend_event(DCB *dcb, int epfd) {
return 1;
}
/*
/**
* Write function for client DCB
*
* @param dcb The DCB of the client