From: g0dil Date: Tue, 17 Oct 2006 11:16:09 +0000 (+0000) Subject: Fix templates and remove old cruft X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=c18277256e8c1ab1cf050057b534dadfcbae19f2;p=senf.git Fix templates and remove old cruft Add class diagram to SocketLibrary git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@146 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Socket/FileHandle.hh b/Socket/FileHandle.hh index 1f29b89..3bc6155 100644 --- a/Socket/FileHandle.hh +++ b/Socket/FileHandle.hh @@ -20,6 +20,14 @@ // Free Software Foundation, Inc., // 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_ #define HH_FileHandle_ 1 diff --git a/Socket/SConscript b/Socket/SConscript index 1375a71..d0ba53c 100644 --- a/Socket/SConscript +++ b/Socket/SConscript @@ -12,4 +12,5 @@ SatSCons.Lib(env, sources = sources, LIBS = [ 'Utils' ]) -SatSCons.Doxygen(env,sources) +SatSCons.Doxygen(env,sources, + image=[ 'SocketLibrary-classes.dia' ]) diff --git a/Socket/SocketLibrary-classes.dia b/Socket/SocketLibrary-classes.dia new file mode 100644 index 0000000..679f3d1 Binary files /dev/null and b/Socket/SocketLibrary-classes.dia differ diff --git a/satscons/Doxyfile.template b/satscons/Doxyfile.template index 3a08b63..8fda8a0 100644 --- a/satscons/Doxyfile.template +++ b/satscons/Doxyfile.template @@ -124,7 +124,8 @@ FILE_PATTERNS = *.c \ *.cci \ *.ct \ *.cti \ - *.ih + *.ih \ + *.mpp RECURSIVE = NO EXCLUDE = doc EXCLUDE_SYMLINKS = NO @@ -159,7 +160,7 @@ HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER = -HTML_STYLESHEET = satcom.css +HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO CHM_FILE = diff --git a/satscons/SConscript.template b/satscons/SConscript.template index 771c9be..fc1c095 100644 --- a/satscons/SConscript.template +++ b/satscons/SConscript.template @@ -6,5 +6,5 @@ import SatSCons SatSCons.StandardTargets(env) # SatSCons.Lib(env, - library = 'Test', - sources = SatSCons.GlobSources()) +# library = 'Test', +# sources = SatSCons.GlobSources()) diff --git a/satscons/satconf.py b/satscons/satconf.py deleted file mode 100644 index bf67150..0000000 --- a/satscons/satconf.py +++ /dev/null @@ -1,2 +0,0 @@ -import SCons.Options, SCons.SConf, SCons.Environment -