This is an archive of the discontinued LLVM Phabricator instance.

Fix doxygen warning about function argument
ClosedPublic

Authored by kkleine on Apr 9 2019, 1:39 AM.

Details

Summary

This fixes the following doxygen warning when building the lldb-cpp-doc target:

This commit fixes:

llvm-project/lldb/include/lldb/API/SBStructuredData.h:94 warning: Found unknown command `\dst'
llvm-project/lldb/include/lldb/API/SBStructuredData.h:97 warning: Found unknown command `\dst'
llvm-project/lldb/include/lldb/API/SBStructuredData.h:98 warning: Found unknown command `\dst'
llvm-project/lldb/include/lldb/API/SBStructuredData.h:100 warning: Found unknown command `\dst'
llvm-project/lldb/include/lldb/API/SBStructuredData.h:104 warning: Found unknown command `\dst'

Diff Detail

Repository
rLLDB LLDB

Event Timeline

kkleine created this revision.Apr 9 2019, 1:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2019, 1:39 AM
This revision is now accepted and ready to land.Apr 9 2019, 1:59 AM
This revision was automatically updated to reflect the committed changes.