Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hallc_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
jlab
hallc_tools
Commits
48f86084
Commit
48f86084
authored
6 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: ../../doc/Doxyfile
modified: ../run_info/auto_replay.py
parent
de61cfd6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Doxyfile
+4
-3
4 additions, 3 deletions
doc/Doxyfile
src/run_info/auto_replay.py
+9
-7
9 additions, 7 deletions
src/run_info/auto_replay.py
with
13 additions
and
10 deletions
doc/Doxyfile
+
4
−
3
View file @
48f86084
...
...
@@ -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/*
...
...
This diff is collapsed.
Click to expand it.
src/run_info/auto_replay.py
+
9
−
7
View file @
48f86084
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment