2009-11-24
2009-11-24 15:21:51 by Stefan Wallström <stewa@roxen.com>
-
2ca428ee2e4a4e65bccebbdddc460f3ad60513c1
(15 lines)
(+14/-1)
[
Show
| Annotate
]
Branch: 5.2
Autodoc fixes
Rev: server/base_server/module.pike:1.241
Rev: server/base_server/prototypes.pike:1.265
Rev: server/base_server/roxen.pike:1.1051
5:
#include <config.h>
#include <module.h>
#include <module_constants.h>
- constant cvs_version="$Id: prototypes.pike,v 1.264 2009/11/19 13:41:08 grubba Exp $";
+ constant cvs_version="$Id: prototypes.pike,v 1.265 2009/11/24 15:21:51 stewa Exp $";
#ifdef DAV_DEBUG
#define DAV_WERROR(X...) werror(X)
299:
return res;
}
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
protected string _sprintf (int flag)
{
515:
AuthModule find_auth_module( string name );
UserDB find_user_database( string name );
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
protected string _sprintf (int flag)
{
615:
return 1;
}
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
protected string _sprintf( int f )
{
872: Inside #if defined(ID_CACHEKEY_DEBUG)
#ifdef ID_CACHEKEY_DEBUG
RoxenDebug.ObjectMarker __marker = RoxenDebug.ObjectMarker (this);
#else
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
#endif
protected array(array(CacheActivationCB|array)) activation_cbs;
1121: Inside #if defined(ID_OBJ_DEBUG)
#ifdef ID_OBJ_DEBUG
RoxenDebug.ObjectMarker __marker = RoxenDebug.ObjectMarker (this);
#else
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
#endif
Configuration conf;
1479:
return real_cookies + eaten;
}
+ //! @ignore
DECLARE_OBJ_COUNT;
-
+ //! @endignore
protected string _sprintf(int fmt)
{