[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Sat Aug 4 08:32:02 MDT 2012


The branch, master has been updated
       via  41cffa3 doc: Remove build/ from doxygen config or it will not work in brew.
      from  401860c s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconX

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 41cffa3c8b126570203e32c2024d5a8f439b529e
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Aug 3 18:21:38 2012 +0200

    doc: Remove build/ from doxygen config or it will not work in brew.
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Sat Aug  4 16:31:22 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/doxy.config |    5 +----
 lib/tdb/doxy.config    |    5 +----
 lib/tevent/doxy.config |    5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/doxy.config b/lib/talloc/doxy.config
index 4237ef5..0e27d61 100644
--- a/lib/talloc/doxy.config
+++ b/lib/talloc/doxy.config
@@ -718,10 +718,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */.git/* \
-                         */.svn/* \
-                         */cmake/* \
-                         */build/*
+EXCLUDE_PATTERNS       = */.git/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
diff --git a/lib/tdb/doxy.config b/lib/tdb/doxy.config
index 5376486..f55e9c3 100644
--- a/lib/tdb/doxy.config
+++ b/lib/tdb/doxy.config
@@ -659,10 +659,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */.git/* \
-                         */.svn/* \
-                         */cmake/* \
-                         */build/*
+EXCLUDE_PATTERNS       = */.git/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
diff --git a/lib/tevent/doxy.config b/lib/tevent/doxy.config
index 578ecaf..0d67ae3 100644
--- a/lib/tevent/doxy.config
+++ b/lib/tevent/doxy.config
@@ -627,10 +627,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */.git/* \
-                         */.svn/* \
-                         */cmake/* \
-                         */build/*
+EXCLUDE_PATTERNS       = */.git/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the


-- 
Samba Shared Repository


More information about the samba-cvs mailing list