STYLE: checkMesh: remove duplicate writeSets entry from header (resolves #293)
Merge request reports
Activity
I'll take care of the duplicate in foamToEnsightParts (commit 1c25b960)
Edited by Mark OLESENWe've got a nasty mix of
\par
and\param
usage at the moment, e.ghttp://www.openfoam.com/documentation/cpp-guide/html/checkMesh_8C.html
There was a change at commit 7b75d812 that looked to replace all
\param
instances by\par
. Not sure that's what we want - any preference?Probably the cleanest method would be to create a new doxygen alias for these parameters, e.g.
\option XYZ
. This could operate identically to the\param
option, with Options as the titleEdited by Mark OLESENassigned to @mark
mentioned in issue #535
I agree that an alias
\option abc
would be a nice way to go. I've opened an issue #535 for this.mentioned in commit 6f39ba34