Skip to content
Snippets Groups Projects
Commit 05901d62 authored by g0dil's avatar g0dil
Browse files

Fix templates and remove old cruft

Add class diagram to SocketLibrary
parent 387daa1c
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
// Free Software Foundation, Inc., // Free Software Foundation, Inc.,
// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/** \mainpage The SENF Socket Library
\section arch Overall Architecture
\image html "../../SocketLibrary-classes.png" Class Diagram
*/
#ifndef HH_FileHandle_ #ifndef HH_FileHandle_
#define HH_FileHandle_ 1 #define HH_FileHandle_ 1
......
...@@ -12,4 +12,5 @@ SatSCons.Lib(env, ...@@ -12,4 +12,5 @@ SatSCons.Lib(env,
sources = sources, sources = sources,
LIBS = [ 'Utils' ]) LIBS = [ 'Utils' ])
SatSCons.Doxygen(env,sources) SatSCons.Doxygen(env,sources,
image=[ 'SocketLibrary-classes.dia' ])
File added
...@@ -124,7 +124,8 @@ FILE_PATTERNS = *.c \ ...@@ -124,7 +124,8 @@ FILE_PATTERNS = *.c \
*.cci \ *.cci \
*.ct \ *.ct \
*.cti \ *.cti \
*.ih *.ih \
*.mpp
RECURSIVE = NO RECURSIVE = NO
EXCLUDE = doc EXCLUDE = doc
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
...@@ -159,7 +160,7 @@ HTML_OUTPUT = html ...@@ -159,7 +160,7 @@ HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html HTML_FILE_EXTENSION = .html
HTML_HEADER = HTML_HEADER =
HTML_FOOTER = HTML_FOOTER =
HTML_STYLESHEET = satcom.css HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO GENERATE_HTMLHELP = NO
CHM_FILE = CHM_FILE =
......
...@@ -6,5 +6,5 @@ import SatSCons ...@@ -6,5 +6,5 @@ import SatSCons
SatSCons.StandardTargets(env) SatSCons.StandardTargets(env)
# SatSCons.Lib(env, # SatSCons.Lib(env,
library = 'Test', # library = 'Test',
sources = SatSCons.GlobSources()) # sources = SatSCons.GlobSources())
import SCons.Options, SCons.SConf, SCons.Environment
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment