[Lldb-commits] [lldb] r199540 - Fixed a piece of documentation on a setter from last check-in.
Todd Fiala
tfiala at google.com
Fri Jan 17 19:08:37 PST 2014
Author: tfiala
Date: Fri Jan 17 21:08:37 2014
New Revision: 199540
URL: http://llvm.org/viewvc/llvm-project?rev=199540&view=rev
Log:
Fixed a piece of documentation on a setter from last check-in.
Modified:
lldb/trunk/include/lldb/Core/ArchSpec.h
Modified: lldb/trunk/include/lldb/Core/ArchSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ArchSpec.h?rev=199540&r1=199539&r2=199540&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ArchSpec.h (original)
+++ lldb/trunk/include/lldb/Core/ArchSpec.h Fri Jan 17 21:08:37 2014
@@ -220,10 +220,7 @@ public:
/// This will be something like "ubuntu", "fedora", etc. on Linux.
/// This should be the same value returned by
/// Host::GetDistributionId ().
- ///
- /// @return A ConstString ref containing the distribution id,
- /// potentially empty.
- //------------------------------------------------------------------
+ ///------------------------------------------------------------------
void
SetDistributionId (const char* distribution_id);
More information about the lldb-commits
mailing list