Change-Id: I3525a2d6f09069c27aefd01d21f4b34824431904
// Constructors\r
\r
/**\r
- * @param[in] name unique name of example\r
- * @param[in] title The caption for the example to appear on a tile button.\r
+ * @param[in] uniqueName unique name of example\r
+ * @param[in] captionTitle The caption for the example to appear on a tile button.\r
*/\r
- Example(std::string name, std::string title)\r
- : name(name),\r
- title(title)\r
+ Example(std::string uniqueName, std::string captionTitle)\r
+ : name(uniqueName),\r
+ title(captionTitle)\r
{\r
}\r
\r