echo "GENERATE_HTML = NO" >> doxytemp
        echo "GENERATE_MAN = YES" >> doxytemp
        echo "MAN_OUTPUT = sample" >> doxytemp
+       echo "OPTIMIZE_OUTPUT_FOR_C  = yes" >> doxytemp
        ${DOXYGEN} doxytemp
        (cd sample/man3; ruby ${UTILPATH}/mkheaderlist.rb) > $@
        rm -rf doxytemp sample
 
    end
 
 # data fields
-    if dfline = text.index($fieldlheader)
-       buf.push("\\fBData Fields:\\fP\n")
-       nl = dfline + 1 
-       writeuntilsectionheader(buf, text, nl)
-       buf.push(".PP\n")
-   end
+#    if dfline = text.index($fieldlheader)
+#       buf.push("\\fBData Fields:\\fP\n")
+#       nl = dfline + 1 
+#       writeuntilsectionheader(buf, text, nl)
+#       buf.push(".PP\n")
+#   end
 
 # field documentation
    if fdline = text.index($fielddheader)