Skip to content
Snippets Groups Projects
Commit 4ad59d7b authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Closes #213

[makedoc]
parent 92b50c0b
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ It is useful to think carefully about how you can reuse other parts of the code
how PLMD::OptimalRMSD and PLMD::SimpleRMSD make extensive use of the PLMD::RMSD class. Similarly notice how the PLMD::OptimalRMSD,
PLMD::SimpleRMSD and PLMD::DRMSD classes are reused in PLMD::MultiDomainRMSD.
\section docs Adding documentation for your measure
\section AddingAMeasureDocs Adding documentation for your measure
To test whether you have implemented you new measure correctly you should implement a small Action that calculates the
distance between the instantaneous positions of the atoms and some read in reference configuration. The methods
......
......@@ -39,7 +39,7 @@ through these classes and attempt to understand the code contained within them.
provides a rather prescriptive description as to how to implement a new multicolvar. I hope this helps but I am keenly
aware that any description is bound to be incomplete so if you have questions please do email the user list to ask.
\section docs Creating documentation
\section AddingAMultColvarDocs Creating documentation
The first thing you will have to change is the documentation. As discussed on the \ref usingDoxygen page
of this manual the documentation is created using Doxygen. You are implementing a cv so your PLMEDOC line
......
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