Skip to content

Commit

Permalink
Add token constructors and destructors.
Browse files Browse the repository at this point in the history
Add YAML_DECLARE to the API declarations (Thanks to Peter Murphy for suggestion).
  • Loading branch information
xitology committed Jun 2, 2006
1 parent 2fa1606 commit f642fd1
Show file tree
Hide file tree
Showing 4 changed files with 615 additions and 156 deletions.
6 changes: 3 additions & 3 deletions doc/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ PERLMOD_MAKEVAR_PREFIX =
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
PREDEFINED = "YAML_DECLARE(type)=type"
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit f642fd1

Please sign in to comment.