Further doc setup
[senf.git] / Socket / SConscript
index d0ba53c..72af964 100644 (file)
@@ -1,3 +1,5 @@
+# -*- python -*-
+
 Import('env')
 import SatSCons
 
@@ -12,5 +14,5 @@ SatSCons.Lib(env,
              sources = sources,
              LIBS = [ 'Utils' ])
 
-SatSCons.Doxygen(env,sources,
+SatSCons.Doxygen(env,sources,SatSCons.DoxyGlob(),
                  image=[ 'SocketLibrary-classes.dia' ])