|
From: <ai...@us...> - 2013-08-09 22:40:37
|
Revision: 12478
http://sourceforge.net/p/plplot/code/12478
Author: airwin
Date: 2013-08-09 22:40:34 +0000 (Fri, 09 Aug 2013)
Log Message:
-----------
Exclude bindings/python/plplot.py (the user-friendly python interface
to PLplot) from doxygen consideration. For an unknown reason, that
file (which includes no specific doxygen commands) generates a doxgyen
segfault.
Modified Paths:
--------------
trunk/doc/Doxyfile.in
Modified: trunk/doc/Doxyfile.in
===================================================================
--- trunk/doc/Doxyfile.in 2013-08-09 21:41:36 UTC (rev 12477)
+++ trunk/doc/Doxyfile.in 2013-08-09 22:40:34 UTC (rev 12478)
@@ -707,7 +707,9 @@
EXCLUDE = "@CMAKE_BINARY_DIR@/bindings/f77/plplot_parameters.h" \
"@CMAKE_SOURCE_DIR@/bindings/f95/plplot_parameters.h" \
- "@CMAKE_BINARY_DIR@/bindings/f95/plplot_parameters.h"
+ "@CMAKE_BINARY_DIR@/bindings/f95/plplot_parameters.h" \
+ "@CMAKE_SOURCE_DIR@/bindings/python/plplot.py" \
+ "@CMAKE_BINARY_DIR@/bindings/python/plplot.py"
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|