Skip to content

Commit

Permalink
Release v1.4 (revised)
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 22, 2019
2 parents 6670fba + a008e54 commit 7c1a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commsdsl2comms/src/Doxygen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ std::string Doxygen::getPlatformsDoc() const
[this, &p, &list](const std::string& type)
{
auto name = common::nameToClassCopy(p) + type + "InputMessages";
auto scope = m_generator.scopeForInput(name);
auto scope = m_generator.scopeForInput(name, true, true);
auto file = m_generator.headerfileForInput(name, false);
auto str = "/// @li @ref " + scope + " (from @b " + file + ").";
list.push_back(std::move(str));
Expand Down

0 comments on commit 7c1a138

Please sign in to comment.