libmapi: remove stray quote in doxygen configuration.
authorbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Fri, 25 Feb 2011 00:04:20 +0000 (00:04 +0000)
committerbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Fri, 25 Feb 2011 00:04:20 +0000 (00:04 +0000)
git-svn-id: https://svn.openchange.org/openchange@2697 71d39326-ef09-db11-b2a4-00e04c779ad1

trunk/mapiproxy/libmapistore/Doxyfile.in

index 01cbc30760533f4bff7bcb285b0aa0cf786c9020..a105a81126a86ab926eff2fc22a49f43f02c13f1 100644 (file)
@@ -542,7 +542,7 @@ IMAGE_PATH             = doc/doxygen/pictures/
 
 INPUT_FILTER           = "sed \
                         -e '20,60s/#include .*//'      \
-                        -e 's/_PUBLIC_//'"             \
+                        -e 's/_PUBLIC_//'              \
                         -e 's/__BEGIN_DECLS//'"
 
 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern