From 3f26e93e8cb0aae88484a311ed1db159deacb25d Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Sun, 14 Jun 2015 23:33:14 -0400 Subject: [PATCH] Properties documented --- openbr/plugins/metadata/checkpoints.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/metadata/checkpoints.cpp b/openbr/plugins/metadata/checkpoints.cpp index cb353de..4500490 100644 --- a/openbr/plugins/metadata/checkpoints.cpp +++ b/openbr/plugins/metadata/checkpoints.cpp @@ -7,6 +7,7 @@ namespace br * \ingroup transforms * \brief Checks the points in a template for missing (-1,-1) values * \author Scott Klum \cite sklum + * \br_property QList indices Indices of points to check. */ class CheckPointsTransform : public UntrainableMetadataTransform { -- libgit2 0.21.4