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
c21e213c
Commit
c21e213c
authored
Dec 24, 2016
by
jchodera
Browse files
Revert two files that were accidentally caught in PR.
parent
f8903a65
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
522 deletions
+80
-522
examples/Makefile
examples/Makefile
+71
-502
wrappers/python/src/swig_doxygen/doxygen/Doxyfile
wrappers/python/src/swig_doxygen/doxygen/Doxyfile
+9
-20
No files found.
examples/Makefile
View file @
c21e213c
This diff is collapsed.
Click to expand it.
wrappers/python/src/swig_doxygen/doxygen/Doxyfile
View file @
c21e213c
...
...
@@ -517,7 +517,7 @@ QUIET = NO
# generated by doxygen. Possible values are YES and NO. If left blank
# NO is used.
WARNINGS =
NO
WARNINGS =
YES
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
...
...
@@ -530,7 +530,7 @@ WARN_IF_UNDOCUMENTED = NO
# parameters in a documented function, or documenting parameters that
# don't exist or using markup commands wrongly.
WARN_IF_DOC_ERROR =
NO
WARN_IF_DOC_ERROR =
YES
# This WARN_NO_PARAMDOC option can be abled to get warnings for
# functions that are documented, but have no documentation for their parameters
...
...
@@ -564,14 +564,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = "/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/openmmapi" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/olla/include/openmm/Platform.h" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/serialization/include/openmm/serialization/SerializationNode.h" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/serialization/include/openmm/serialization/SerializationProxy.h" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/serialization/include/openmm/serialization/XmlSerializer.h" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/plugins/amoeba/openmmapi" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/plugins/rpmd/openmmapi" \
"/Users/choderaj/github/pandegroup/openmm/openmm.jchodera/plugins/drude/openmmapi"
INPUT = "$(OPENMM_INCLUDE_PATH)/OpenMM.h" \
"$(OPENMM_INCLUDE_PATH)/openmm"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...
...
@@ -600,7 +594,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE =
*Impl.h
EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
...
...
@@ -614,16 +608,11 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
#EXCLUDE_PATTERNS = */tests/* \
# */src/* \
# */.svn/*
EXCLUDE_PATTERNS = */tests/* \
*/openmmapi/src/* \
*/internal/* \
*/.svn/* \
*amoebaKernels.h \
*DrudeKernels.h \
*RpmdKernels.h \
*RPMDUpdater.h \
*OpenMMFortranModule.f90 \
*OpenMMCWrapper.h
*/.svn/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
...
...
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