pike.git/
src/
cpp.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-08-04
2018-08-04 09:46:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bcea4b78e7e05e6703d77937d5d32dceef109004 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Documentation
[Cpp]
: Added some notes about invocation.
985:
*! Pike has a builtin C-style preprocessor. It works similar to the *! ANSI-C preprocessor but has a few extra features. These and the *! default set of preprocessor macros are described here.
+
*!
+
*! The preprocessor is usually accessed via
+
*! @[MasterObject->compile_file()] or @[MasterObject->compile_string()],
+
*! but may be accessed directly by calling @[cpp()].
+
*!
+
*! @seealso
+
*! @[compile()], @[cpp()], @[CompilerEnvironment.CPP]
*/ /*! @directive #!