You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/26 14:07:22 UTC

svn commit: r1581819 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Wed Mar 26 13:07:22 2014
New Revision: 1581819

URL: http://svn.apache.org/r1581819
Log:
better explanation

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1581819&r1=1581818&r2=1581819&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 26 13:07:22 2014
@@ -17,7 +17,7 @@ my %thrift_args = (
     repo          => 'thrift.git',          # set snippet default git repo
     template      => 'default.html',        # set common template argument (mainly for .md files)
     snippet_footer=> $thrift_snippet_footer,# append this string to each generated snipppet block
-    quick_deps    => 1,                     # short-circuit deps processing to simplest use case
+    quick_deps    => 1,                     # short-circuit deps processing to headers only
 );
 
 my $thrift_page_footer = $thrift_snippet_footer;