← Back to team overview

yade-dev team mailing list archive

[Bug 412892] Re: Warnings in Doxygen

 

The last warning you mention is spurious. Accidentally, there are 2
functions with same name but different prototypes *one taking
vector<Vector2r>, the other taking python/numarray object.

-- 
Warnings in Doxygen
https://bugs.launchpad.net/bugs/412892
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Fix Committed

Bug description:
When Doxygen creates documentation, some warnings appears. Can we fix it?

scons: Reading SConscript files ...
@@@ Using profile default (scons.profile-default) @@@
Yade version is `current', installed files will be suffixed with `-current'.
All intermediary files will be in `/home/gladk/dem/yade/current/build-current'.
cd doc; doxygen Doxyfile
Warning: Tag `DETAILS_AT_TOP' at line 173 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/home/gladk/dem/yade/current/trunk/py/3rd-party/boost-python-indexing-suite-v2-noSymlinkHeaders/suite/indexing/workaround.hpp:24: Problem during constant expression evaluation: syntax error
/home/gladk/dem/yade/current/trunk/core/PhysicalParameters.cpp:17: Warning: no matching class member found for
  void PhysicalParameters::blockedDOFs_vec_set(const std::vector< string > &dofs)
Possible candidates:
  void PhysicalParameters::blockedDOFs_vec_set(const std::vector< std::string > &dofs)
/home/gladk/dem/yade/current/trunk/gui/qt3/GLSimulationPlayerViewer.cpp:102: Warning: no uniquely matching class member found for
  void GLSimulationPlayerViewer::load(const std::string &fileName, bool fromFile)
Possible candidates:
  void GLSimulationPlayerViewer::load(const string &fileName, bool fromFile=true) at line 52 of file /home/gladk/dem/yade/current/trunk/gui/qt3/GLSimulationPlayerViewer.hpp
/home/gladk/dem/yade/current/trunk/gui/qt3/QtFileGenerator.cpp:72: Warning: no matching class member found for
  void QtFileGenerator::setGeneratorName(std::string n)
Possible candidates:
  void QtFileGenerator::setGeneratorName(string n)
/home/gladk/dem/yade/current/trunk/gui/qt3/YadeQtMainWindow.cpp:105: Warning: no matching class member found for
  void YadeQtMainWindow::loadSimulation(std::string file)
Possible candidates:
  void YadeQtMainWindow::loadSimulation(string file)
/home/gladk/dem/yade/current/trunk/pkg/dem/Engine/DeusExMachina/TriaxialStressController.cpp:357: Warning: no matching class member found for
  TriaxialStressController::ComputeUnbalancedForce()
Possible candidates:
  Real TriaxialStressController::ComputeUnbalancedForce(MetaBody *ncb, bool maxUnbalanced=false)
/home/gladk/dem/yade/current/trunk/py/WeightedAverage2d.cpp:7: Warning: no matching file member found for 
bool pyGaussAverage::pointInsidePolygon(const Vector2r &pt, const vector< Vector2r > &vertices)
Possible candidates:
  bool pointInsidePolygon(python::tuple xy, python::object vertices)
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: explicit link request to 'GtsTriangle' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:40: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:40: Warning: explicit link request to 'GtsVertex' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:41: Warning: Found unknown command `\epsilon'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:42: Warning: Found unknown command `\check'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:45: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:46: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:46: Warning: Found unknown command `\epsilon'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:47: Warning: Found unknown command `\check'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:40: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:40: Warning: explicit link request to 'GtsVertex' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:41: Warning: Found unknown command `\epsilon'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:42: Warning: Found unknown command `\check'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:45: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:46: Warning: Found unknown command `\vertices'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:46: Warning: Found unknown command `\epsilon'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/cleanup.c:47: Warning: Found unknown command `\check'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: explicit link request to 'GtsTriangle' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: explicit link request to 'GtsTriangle' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1016: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: explicit link request to 'GtsTriangle' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1017: Warning: explicit link request to 'GtsTriangle' could not be resolved
/home/gladk/dem/yade/current/trunk/py/3rd-party/pygts-0.3.1/triangle.c:1016: Warning: Found unknown command `\t'
/home/gladk/dem/yade/current/trunk/py/_utils.cpp:192: Warning: argument 'mask' of command @param is not found in the argument list of sumBexTorques(python::tuple ids, const Vector3r &axis, const Vector3r &axisPt)
/home/gladk/dem/yade/current/trunk/py/_utils.cpp:192: Warning: The following parameters of sumBexTorques(python::tuple ids, const Vector3r &axis, const Vector3r &axisPt) are not documented:
  parameter 'ids'
/home/gladk/dem/yade/current/trunk/pkg/dem/DataClass/Clump.cpp:20: Warning: argument 'pp' of command @param is not found in the argument list of ClumpMemberMover::applyCondition(MetaBody *rootBody)
/home/gladk/dem/yade/current/trunk/pkg/dem/DataClass/Clump.cpp:20: Warning: argument 'clump' of command @param is not found in the argument list of ClumpMemberMover::applyCondition(MetaBody *rootBody)
/home/gladk/dem/yade/current/trunk/pkg/dem/DataClass/Clump.cpp:20: Warning: The following parameters of ClumpMemberMover::applyCondition(MetaBody *rootBody) are not documented:
  parameter 'rootBody'
/home/gladk/dem/yade/current/trunk/pkg/dem/PreProcessor/ClumpTestGen.cpp:75: Warning: The following parameters of ClumpTestGen::createOneClump(shared_ptr< MetaBody > &rootBody, Vector3r clumpPos, vector< Vector3r > relPos, vector< Real > radii) are not documented:
  parameter 'rootBody'
<unknown>:3: Warning: Unsupported xml/html tag <SpheresContactGeometry> found



Follow ups