doc support
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include <ctype.h>
|
||||
#include "pl-ctype.h"
|
||||
|
||||
//! @defgroup YAPChars Character Classification and Manipulation
|
||||
// @ingroup YAPBuiltins
|
||||
//! @defgroup YAPCharsC C-code for Character Classification and Manipulation
|
||||
// @ingroup YAPChars
|
||||
//
|
||||
// This module defines routines to manipulate individual characters.
|
||||
//
|
||||
|
@@ -29,6 +29,8 @@
|
||||
#include <os2.h> /* this has to appear before pl-incl.h */
|
||||
#endif
|
||||
|
||||
//@{
|
||||
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Solaris has asctime_r() with 3 arguments. Using _POSIX_PTHREAD_SEMANTICS
|
||||
is supposed to give the POSIX standard one.
|
||||
@@ -2826,3 +2828,5 @@ Pause(double t)
|
||||
BeginPredDefs(system)
|
||||
PRED_DEF("shell", 2, shell, 0)
|
||||
EndPredDefs
|
||||
|
||||
// @}
|
||||
|
Reference in New Issue
Block a user