mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-08 02:30:48 +00:00
Fix Doxygen issues:
* wrap code blocks in \code ... \endcode; * refer to parameter names in paragraphs correctly (\arg is not what most people want -- it starts a new paragraph); * use \param instead of \arg to document parameters in order to be consistent with the rest of the codebase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -122,7 +122,7 @@ private:
|
||||
DDA.UpdatedSearchState(Changes, Sets, Required);
|
||||
}
|
||||
|
||||
/// ExecuteOneTest - Execute a single test predicate on the change set \arg S.
|
||||
/// ExecuteOneTest - Execute a single test predicate on the change set \p S.
|
||||
bool ExecuteOneTest(const changeset_ty &S) {
|
||||
// Check dependencies invariant.
|
||||
DEBUG({
|
||||
@@ -143,8 +143,8 @@ public:
|
||||
|
||||
changeset_ty Run();
|
||||
|
||||
/// GetTestResult - Get the test result for the active set \arg Changes with
|
||||
/// \arg Required changes from the cache, executing the test if necessary.
|
||||
/// GetTestResult - Get the test result for the active set \p Changes with
|
||||
/// \p Required changes from the cache, executing the test if necessary.
|
||||
///
|
||||
/// \param Changes - The set of active changes being minimized, which should
|
||||
/// have their pred closure included in the test.
|
||||
|
Reference in New Issue
Block a user