Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
8e11ed9c
Commit
8e11ed9c
authored
Oct 30, 2013
by
peastman
Browse files
Merge pull request #195 from peastman/master
Skip all /internal directories when building Python wrappers.
parents
641389f7
521f61ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
38 deletions
+1
-38
wrappers/python/src/swig_doxygen/doxygen/Doxyfile.in
wrappers/python/src/swig_doxygen/doxygen/Doxyfile.in
+1
-0
wrappers/python/src/swig_doxygen/swigInputConfig.py
wrappers/python/src/swig_doxygen/swigInputConfig.py
+0
-38
No files found.
wrappers/python/src/swig_doxygen/doxygen/Doxyfile.in
View file @
8e11ed9c
...
...
@@ -616,6 +616,7 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
*OpenMMFortranModule.f90 \
*OpenMMCWrapper.h
...
...
wrappers/python/src/swig_doxygen/swigInputConfig.py
View file @
8e11ed9c
...
...
@@ -14,20 +14,7 @@ DOC_STRINGS = {("Context", "setPositions") :
# Do not generate wrappers for the following methods.
# Indexed by (className, [methodName [, numParams]])
SKIP_METHODS
=
[(
'State'
,),
(
'Stream'
,),
(
'Vec3'
,),
(
'AmoebaGeneralizedKirkwoodForceImpl'
,),
(
'AmoebaAngleForceImpl'
,),
(
'AmoebaBondForceImpl'
,),
(
'AmoebaInPlaneAngleForceImpl'
,),
(
'AmoebaMultipoleForceImpl'
,),
(
'AmoebaOutOfPlaneBendForceImpl'
,),
(
'AmoebaPiTorsionForceImpl'
,),
(
'AmoebaStretchBendForceImpl'
,),
(
'AmoebaTorsionTorsionForceImpl'
,),
(
'AmoebaVdwForceImpl'
,),
(
'AmoebaWcaDispersionForceImpl'
,),
(
'AndersenThermostatImpl'
,),
(
'AngleInfo'
,),
(
'ApplyAndersenThermostatKernel'
,),
(
'ApplyConstraintsKernel'
,),
...
...
@@ -63,30 +50,14 @@ SKIP_METHODS = [('State',),
(
'CalcNonbondedForceKernel'
,),
(
'CalcPeriodicTorsionForceKernel'
,),
(
'CalcRBTorsionForceKernel'
,),
(
'CMAPTorsionForceImpl'
,),
(
'CMMotionRemoverImpl'
,),
(
'ComputationInfo'
,),
(
'ConstraintInfo'
,),
(
'ContextImpl'
,),
(
'CudaKernelFactory'
,),
(
'CudaStreamFactory'
,),
(
'CustomAngleForceImpl'
,),
(
'CustomBondForceImpl'
,),
(
'CustomCompoundBondForceImpl'
,),
(
'CustomExternalForceImpl'
,),
(
'CustomGBForceImpl'
,),
(
'CustomHbondForceImpl'
,),
(
'CustomNonbondedForceImpl'
,),
(
'CustomTorsionForceImpl'
,),
(
'ExceptionInfo'
,),
(
'ExclusionInfo'
,),
(
'ForceImpl'
,),
(
'FunctionInfo'
,),
(
'GBSAOBCForceImpl'
,),
(
'GBVIForceImpl'
,),
(
'GlobalParameterInfo'
,),
(
'HarmonicAngleForceImpl'
,),
(
'HarmonicBondForceImpl'
,),
(
'InitializeForcesKernel'
,),
(
'IntegrateBrownianStepKernel'
,),
(
'IntegrateLangevinStepKernel'
,),
...
...
@@ -97,24 +68,18 @@ SKIP_METHODS = [('State',),
(
'Kernel'
,),
(
'KernelFactory'
,),
(
'KernelImpl'
,),
(
'MonteCarloBarostatImpl'
,),
(
'MonteCarloAnisotropicBarostatImpl'
,),
(
'MultipoleInfo'
,),
(
'NonbondedForceImpl'
,),
(
'OutOfPlaneBendInfo'
,),
(
'ParameterInfo'
,),
(
'ParticleInfo'
,),
(
'PeriodicTorsionForceImpl'
,),
(
'PeriodicTorsionInfo'
,),
(
'PerParticleParameterInfo'
,),
(
'PiTorsionInfo'
,),
(
'PlatformData'
,),
(
'RBTorsionForceImpl'
,),
(
'RBTorsionInfo'
,),
(
'RemoveCMMotionKernel'
,),
(
'SplineFitter'
,),
(
'StreamFactory'
,),
(
'StreamImpl'
,),
(
'StretchBendInfo'
,),
(
'TorsionInfo'
,),
(
'TorsionTorsionGridInfo'
,),
...
...
@@ -139,14 +104,11 @@ SKIP_METHODS = [('State',),
(
'Platform'
,
'registerKernelFactory'
),
(
'IntegrateRPMDStepKernel'
,),
(
'RPMDIntegrator'
,
'getState'
),
(
'DrudeForceImpl'
,),
(
'CalcDrudeForceKernel'
,),
(
'IntegrateDrudeLangevinStepKernel'
,),
(
'IntegrateDrudeSCFStepKernel'
,),
(
'XmlSerializer'
,
'serialize'
),
(
'XmlSerializer'
,
'deserialize'
),
(
'fvec4'
,),
(
'ivec4'
,),
]
# The build script assumes method args that are non-const references are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment