Skip to content

Commit

Permalink
Fix: Updated in-cdoe documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IpankajI authored and sahil21 committed Oct 21, 2017
1 parent ee85c9a commit aed63c2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/gui/mzroll/tabledockwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@ class TableDockWidget: public QDockWidget {
QMap<QPair<int, int>,QList<QString> > sameMzRtGroups;
bool addSameMzRtGroup;

vector<PeakGroup> vallgroups; /**@param- vallgroups will be used by libmaven/jsonReports.cpp
*for json export. Since libmaven is wriiten only standard cpp, all groups
*from <allgroups> get copied to <vallgroups> at time of json exporting
*@see- <TableDockWidget::exportJson>
*/
/**
* @brief vallgroups will be used by libmaven/jsonReports.cpp
* @detail For json export. Since libmaven is written only standard
* cpp, all groups from <allgroups> get copied to <vallgroups> at
* time of json exporting
* @see- <TableDockWidget::exportJson>
*/
vector<PeakGroup> vallgroups;

QMap<QAction*,int> mergeAction;
//QAction *hell;
bool bookmarkPeaksTAble = false;
Expand Down

0 comments on commit aed63c2

Please sign in to comment.