From 20097d47e6945bceb57d2335d23fe764f493ab59 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 2 Oct 2011 20:44:17 -0700 Subject: Another minor pass of Doxygen cleanup. (bzr r10659) --- src/rdf.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/rdf.cpp') diff --git a/src/rdf.cpp b/src/rdf.cpp index cabbaaed3..95f9fdd3b 100644 --- a/src/rdf.cpp +++ b/src/rdf.cpp @@ -1,5 +1,5 @@ /** @file - * @brief RDF manipulation functions + * RDF manipulation functions. * * @todo move these to xml/ instead of dialogs/ */ @@ -324,10 +324,11 @@ public: static void setDefaults( SPDocument * doc ); /** - * \brief Pull the text out of an RDF entity, depends on how it's stored - * \return A pointer to the entity's static contents as a string - * \param repr The XML element to extract from - * \param entity The desired RDF/Work entity + * Pull the text out of an RDF entity, depends on how it's stored. + * + * @return A pointer to the entity's static contents as a string + * @param repr The XML element to extract from + * @param entity The desired RDF/Work entity * */ static const gchar *getReprText( Inkscape::XML::Node const * repr, struct rdf_work_entity_t const & entity ); @@ -342,13 +343,13 @@ public: }; /** - * \brief Retrieves a known RDF/Work entity by name - * \return A pointer to an RDF/Work entity - * \param name The desired RDF/Work entity + * Retrieves a known RDF/Work entity by name. + * + * @return A pointer to an RDF/Work entity + * @param name The desired RDF/Work entity * */ -struct rdf_work_entity_t * -rdf_find_entity(gchar const * name) +struct rdf_work_entity_t *rdf_find_entity(gchar const * name) { struct rdf_work_entity_t *entity; for (entity=rdf_work_entities; entity->name; entity++) { -- cgit v1.2.3