| Index: src/IceCompileServer.h
|
| diff --git a/src/IceCompileServer.h b/src/IceCompileServer.h
|
| index 8d9992798370625705bc4d1a1a0b632c9f700d09..9b02f92c85259263ff07f89787d811b741f6c80d 100644
|
| --- a/src/IceCompileServer.h
|
| +++ b/src/IceCompileServer.h
|
| @@ -8,8 +8,10 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file declares the compile server. Given a compiler implementation, it
|
| -/// dispatches compile requests to the implementation.
|
| +/// \brief Declares the compile server.
|
| +///
|
| +/// Given a compiler implementation, it dispatches compile requests to the
|
| +/// implementation.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|