|
From: <ai...@us...> - 2010-11-02 17:16:39
|
Revision: 11300
http://plplot.svn.sourceforge.net/plplot/?rev=11300&view=rev
Author: airwin
Date: 2010-11-02 17:16:33 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
Remove all temporary restrictions so that comments styling is done for
C, C++, and Java code.
Modified Paths:
--------------
trunk/scripts/style_source.sh
Modified: trunk/scripts/style_source.sh
===================================================================
--- trunk/scripts/style_source.sh 2010-11-02 17:14:50 UTC (rev 11299)
+++ trunk/scripts/style_source.sh 2010-11-02 17:16:33 UTC (rev 11300)
@@ -160,9 +160,6 @@
# C++ source in bindings.
cppsource_LIST="$cppsource_LIST bindings/qt_gui/plqt.cpp bindings/wxwidgets/wxPLplotstream.cpp bindings/wxwidgets/wxPLplotwindow.cpp bindings/wxwidgets/wxPLplotwindow.h bindings/wxwidgets/wxPLplotstream.h.in"
-# temporary
-exclude_c=ON
-if [ -z "$exclude_c" ] ; then
export javasource_LIST
# Java part of bindings/java
@@ -187,9 +184,6 @@
fi
done
-# temporary
-fi
-
transform_source()
{
# $1 is a list of source files of a particular language.
@@ -245,5 +239,5 @@
transform_source "$csource_LIST" C "comments"
transform_source "$cppsource_LIST" CPP "comments"
-#transform_source "$javasource_LIST" JAVA
-#transform_source "$dsource_LIST" D
+transform_source "$javasource_LIST" JAVA "comments"
+transform_source "$dsource_LIST" D
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|