Skip to content
Snippets Groups Projects
Commit 48f86084 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: ../../doc/Doxyfile

	modified:   ../run_info/auto_replay.py
parent de61cfd6
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ ABBREVIATE_BRIEF = "The $name class" \
# description.
# The default value is: NO.
ALWAYS_DETAILED_SEC = NO
ALWAYS_DETAILED_SEC = YES
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
......@@ -150,7 +150,7 @@ INLINE_INHERITED_MEMB = NO
# shortest path that makes the file name unique will be used
# The default value is: YES.
FULL_PATH_NAMES = YES
FULL_PATH_NAMES = NO
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
......@@ -187,7 +187,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
JAVADOC_AUTOBRIEF = NO
JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
......@@ -896,6 +896,7 @@ EXCLUDE_PATTERNS = */catch/* \
*/clipp.h \
*/clipp.hpp \
*/analysis/* \
*/cppitertools/* \
*/test/* \
test/*
......
......@@ -15,16 +15,18 @@ import subprocess
import argparse
#parser = argparse.ArgumentParser(description='Accumulate run information.')
##parser.add_argument('-k', '--kine',
## default = 'DBASE/COIN/auto_standard.kinematics',
## help = 'output put for automatic standard.kinematics',
## dest='kinematics')
#parser.add_argument('-i','--input',
# Test
#
# parser = argparse.ArgumentParser(description='Accumulate run information.')
# parser.add_argument('-k', '--kine',
# default = 'DBASE/COIN/auto_standard.kinematics',
# help = 'output put for automatic standard.kinematics',
# dest='kinematics')
# parser.add_argument('-i','--input',
# default = 'db2/run_list.json',
# help='input json run database',
# dest='input_file')
#args = parser.parse_args()
# args = parser.parse_args()
#
##print args.kinematics
#print args.input_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment