From 8604895e66c642880a413bf5820ff9cfd40d2a1f Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Wed, 2 Jun 2004 09:13:21 +0000 Subject: [PATCH] Fix doxygen output git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7734 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../network/ppp/shared/libkernelppp/KPPPInterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp b/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp index 88799cabf1..75fdfc044b 100644 --- a/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp +++ b/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp @@ -571,7 +571,7 @@ KPPPInterface::Control(uint32 op, void *data, size_t length) \param device The device object. - \return \c true if successful or \false otherwise. + \return \c true if successful or \c false otherwise. \sa KPPPDevice \sa kppp_module_info @@ -620,7 +620,7 @@ KPPPInterface::SetDevice(KPPPDevice *device) \param protocol The protocol object. - \return \c true if successful or \false otherwise. + \return \c true if successful or \c false otherwise. \sa KPPPProtocol \sa kppp_module_info @@ -696,7 +696,7 @@ KPPPInterface::AddProtocol(KPPPProtocol *protocol) \param protocol The protocol object. - \return \c true if successful or \false otherwise. + \return \c true if successful or \c false otherwise. */ bool KPPPInterface::RemoveProtocol(KPPPProtocol *protocol)