Skip to content
Snippets Groups Projects
Commit 6ac3c58e authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Added small ammount of documentation to undocumented actions

parent 7184c5ca
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,16 @@
namespace PLMD {
namespace adjmat {
//+PLUMEDOC CONCOMP DUMPGRAPH
/*
Write out the connnectivity of the nodes in the graph in dot format.
\par Examples
*/
//+ENDPLUMEDOC
class DumpGraph : public ActionPilot {
private:
///
......
......@@ -26,6 +26,14 @@
#include "tools/HistogramBead.h"
#include "tools/Matrix.h"
//+PLUMEDOC MATRIX TOPOLOGY_MATRIX
/*
Adjacency matrix in which two atoms are adjacent if they are connected topologically
\par Examples
*/
//+ENDPLUMEDOC
namespace PLMD {
namespace adjmat {
......
......@@ -22,6 +22,15 @@
#include "core/ActionRegister.h"
#include "ActionWithIntegral.h"
//+PLUMEDOC GRIDANALYSIS INTEGRATE_GRID
/*
Calculate the total integral of the function on the input grid
\par Examples
*/
//+ENDPLUMEDOC
namespace PLMD {
namespace gridtools {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment